html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 13px/18px Georgia, "Times New Roman", serif;
	width: 100%;
	height: 100%;
    background: url("images/main_back_2.jpg");
    color:#fff;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background:url("images/top_back.jpg") top center no-repeat; 
}
@font-face {
    font-family:"Giddyup Std";
    src:url("GiddyupStd.otf");
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}
.top_gift_box{
    position:absolute;
    background:url("images/top_gift_box.png");
    width:459px;
    height:404px; 
}
.title{
    font-family:"Giddyup Std" !important;
    font-size:100px;
    margin-left:400px;
    margin-top:70px;
    position:absolute;
}
.tagline{
    font-size:16px;
    padding-top:30px;
    font-family:Georgia, "Times New Roman", serif;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 370px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 130px 50px 0 350px;
}
#content p{text-indent:25px;}
#content ul{margin-top:25px; margin-left:25px;}
#content ul li{padding-bottom:10px; list-style-type: circle;}
#content a{color:#fff; text-decoration:underline; font-weight:bold;}
#content a:hover{text-decoration:none;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float:left;
	width:340px;
    margin-left:-100%;
}
.menu{
    width:100%;
    text-align: center;
    font-size:20px;
    line-height:40px;
    margin-top:180px;
}
.menu li a{
    color:#fff;
    text-decoration:none;
}
.menu li a:hover{
    text-decoration:underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -370px auto 0;
	height: 370px;
    background:url("images/bottom_gift_box.png") no-repeat right;
}
#footer p{
    position:absolute;
    margin-top:320px;
    margin-left:70px;
    font-size:12px;
}
/* Utility
-----------------------------------------------------------------------------*/
.clear{
    clear:both;
    height:1px;
}
