* {
	margin: 0;
	padding: -5;
}
#wrapper {
margin-right: auto;
margin-left: auto;
position: relative;
width: 780px;
}
p, dl, ul, ol { padding: 5px; }
ul { line-height: 1.5em; }

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #800;
}

img { border: none; }
	
h1, h2, h3, h4, h5, h6 { padding: 5px; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 9px; }
h6 { font-size: 8px; }

a, a:hover { color:#AF4549; }
a:hover { text-decoration: none; }

div#left {
	float: left;
	width: 204px;
	background-image: url(../_img/bg.jpg);
	height: 1023px;
}
div#left p { padding: 5px 25px 5px 5px; }

div#right {
	float: left;
	width: 567px;
	margin-left: -10px;
	padding-bottom: 0px;
}
div#right ul { padding-left: 25px; }
div#content {
	background: #FFF;
	margin-left: 0px;
	height: 814px;
}

div#content img { padding: 4px; }
div#content li { padding-bottom: 4px; }

#nav { float: left; list-style: none; display:block; margin: 0 0 15px -5px; }
#nav li { text-align: left; text-decoration: none; display: inline; list-style: none; }
#nav li a { float: left; text-decoration:none; margin: 0 0 1px 0; background-color: #666; text-align: left; text-indent: 0px; padding: 1px 0 1px 10px; width: 188px; height: 22px; line-height: 22px; color: #FFFFFF; font-weight: bold; }
#nav li a:hover { background-color: #000; }

div#callout { width: 200px; margin-left: 13px; }
div#callout ul { margin-left: 25px; clear: both; }
div#bar {
	background: #FFF url(../_img/bg_body.jpg) repeat-x;
	width: 567px;
	height: 10px;
	margin-top: -1px;
}

#contentNav	{ position:relative; float: right; list-style: none; display: block; background-color: #666; width: 180px; padding: 10px; margin-top: -43px; color: #FFF; text-align:left; }

#contentNav li { font-size: 12px; padding-bottom: 10px; }
#contentNav a { color: #FFF; font-weight: bold; text-decoration: none; }
#contentNav a:hover { text-decoration: underline; }


		
ul#subNav { background: #CCC; padding: 12px; align: right; }
ul#subNav li { text-align: right; display: inline; padding-right: 5px; }


html>body div#right {
	margin-left: 0px;
}
html>body div#bar { margin-top: 0px; }

#footer {
	padding: 25px 0px 15px 5px;
}

#fullpage {
	border: thin dashed #0F6;
}
.banner {
	border: medium dashed #0F6;
}
