* {
	margin:0;
	padding:0;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background:#ccc;
}

#wrapper {
	width:769px;
	margin:8px auto;
	background:#860000;
	position:relative;
	border:4px solid #860000;
}

#header {
	width:769px;
	height:134px;
	background:url(../images/header.jpg) no-repeat;
}

#fullwidth #header {
}

#nav {
	width:180px;
	float:left;
	padding-top:26px;
	background:url(../images/corner.gif) no-repeat;
}

#fullwidth #nav {
	display:none;
}

#nav ul {
	margin:0;
	padding:0;
	padding-left:14px;
	padding-bottom:24px;
	list-style-type:none;
}

#nav ul li {
	width:131px;
	height:40px;
	line-height:39px;
	padding:0px 10px 6px 10px;
}

#nav ul li a {
	width:151px;
	height:46px;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

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

#nav ul li.l1 { background:url(../images/1.gif) no-repeat ; text-align:right; }
#nav ul li.l2 { background:url(../images/2.gif) no-repeat  }
#nav ul li.l3 { background:url(../images/3.gif) left 1px no-repeat ; text-align:right;}
#nav ul li.l4 { background:url(../images/4.gif) no-repeat  }
#nav ul li.l5 { background:url(../images/5.gif) no-repeat ; text-align:right; }
#nav ul li.l6 { background:url(../images/6.gif) left 2px no-repeat  }
#nav ul li.l7 { background:url(../images/8.gif) no-repeat ; text-align:right; }


#content {
	width:573px;
	padding:2px 8px 30px 8px;
	float:left;
	color:#eee;
	min-height:370px;
	height:auto !important;
	height:370px;
}

#fullwidth #content {
	width:753px;
	padding:2px 8px 30px 8px;
	background:url(../images/corner.gif) no-repeat;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#ffd401;
	margin-bottom:5px;
}

#content a {
	color:#ffd401;
}

#content p {
	margin-bottom:5px;
}

#content ul {
	list-style-position:inside;
}

#content table {
	border-collapse:collapse;
}

#footer {
	width:759px;
	padding:5px;
	height:102px;
	background:url(../images/footer.gif) no-repeat;
}

#footer p {
	text-align:right;
	font-size:0.8em;
	color:#111;
	padding-top:87px;
}

#footer p a {
	color:#222;
}
