/* CSS Document */

* {
	margin:0;
	padding:0;
}



html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
	background:url(../images/back.gif) repeat-y center #be0f0f;
}

#wrapper {
	margin:0 auto;
	width:799px;
	background-color:#fff;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

#header {
	width:799px;
	height:0;
	padding-top:132px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat;	
	position:relative;
}

#header #nav {
	width:799px;
	height:25px;
	position:absolute;
	left:0;
	bottom:0;
}

#header #nav ul {
	list-style-type:none;
}

#header #nav ul li {
	height:25px;
	line-height:25px;
	padding:0 16px;
	float:left;
	font-weight:bold;
}

#header #nav ul li a {
	display:block;
	color:#ff0;
	text-decoration:none;
}

#header #nav ul li a:hover {
	text-decoration:underline;
}

#footer {
	position:absolute;
	bottom:0;
	width:799px;
	height:25px;
	background:url(../images/footer.gif) repeat-x;
}

#footer p {
	text-align:center;
	color:#ff0;
	line-height:25px;
	font-size:0.9em;
}

#footer p a {
	color:#ff0;
}

#content {
	padding:10px 10px 40px 10px;
	color:#484e75;
	width:779px;
	background:#fff;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#be0f0f;
	margin-bottom:0.4em;
}

#content p {
	margin-bottom:1em;
}

#content li {
	left-margin:1em;
}

#content a {
	color:#03c;
}
