* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
}

p {
	font-size:1em;
}

h1 {
	color:#006600;
	font-size:1.52em;
	text-transform:uppercase;
}


body {
	margin:auto;
	background-image:url(images/bg.jpg);
	background-position:center;
}

#wrapper {
	margin: 50px auto 40px auto;
	width: 800px;
	padding:0;
}

#title {
	width: 800px;
	height: 60px;
	background-image:url(images/title.png);
	background-position:left;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	width: 800px;
	height: 168px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#nav {
	position:absolute;
	top:-15px;
	right:-40px;
}

ul#list-nav {
	list-style:none;
	margin:20px;
	padding:0;
	width:340px
}

ul#list-nav li {display:inline}

ul#list-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 0;
	width:100px;
	color:#330033;
	font-weight:bold;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}

ul#list-nav li a:hover {
	background:#a2b3a1;
	color:#fff
}

#content {
	position:relative;
	width: 800px;
	height: 1%; overflow: hidden;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
}

#onecol {
	position:relative;
	width: 760px;
	height: 1%; overflow: hidden;
	background-image:url(images/onecol.gif);
	background-repeat:repeat-y;
	padding:20px;
}

#onecol a {
	text-decoration:none;
        font-weight:bold;
	color:#003300
}

#onecol a:hover {
	text-decoration:underline;
	color:#990066
}

#sidebar {
	float:left;
	width:160px;
	padding:0 15px 15px 20px;
}

#sidebar ul li {
	line-height:12px;
	padding-left:-20px; margin-left:-20px;
	margin-bottom:8px;
}

#sidebar ul li a {
	text-decoration:none;
        font-weight:bold;
	color:#003300
}

#sidebar ul li a:hover {
	text-decoration:underline;
	color:#990066
}

#main {
	float:right;
	width:560px;
	padding:0 22px 15px 20px;
}

#footer {
	clear:both;
	width:790px;
	padding:30px 5px 0 5px;
	background-image:url(images/footer_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
}

#footer a {
	text-decoration:none;
        color:#fff;
}

#footer a:hover {
	text-decoration:underline;
        color:#330033;
}

