/* Body
----------------------------------------------- */
html,
body{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff url("../imgs/bg-body.gif") top center no-repeat;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	min-height: 100%;
}

* html #container{
	height: 100%;
}

#container,
#copyright{
	width: 755px;
	margin: 0 auto;
}

#container div{
	position: relative;
}

#header{
	height: 87px;
	background: #b75312 url("../imgs/bg-header.jpg") top right no-repeat;
}

#nav{
	height: 43px;
	margin-bottom: 13px;
}

#content{
	float: left;
	width: 519px;
	padding-bottom: 2em;
}

#sidenav{
	float: left;
	width: 217px;
	background: #fff url("../imgs/bg-sidenav.gif") top left no-repeat;
}

#special{
	background-color: #e2e2e2;
	padding: 60px 20px 0 20px;
}

#footer{
	position: relative;
	margin-top: -30px;
	float: left;
	width: 100%;
	background: #e2e2e2 url("../imgs/bg-footer.gif") top left repeat-x;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	padding-top: 7px;
	margin-left: 38px;
}

#content .mainimg{
	display: block;
	width: 508px;
	height: 136px;
	background: #fff url("../imgs/bg-content-img.gif") top left no-repeat;
	margin-bottom: 20px;
}

#content h1,
#content h2,
#content h5,
#content p{
	margin-left: 48px;
}

#content h1,
#content p{
	color: #333;
	margin-right: 65px;
}

#content h1{
	margin-bottom: 15px;
	font-size: 120%;
}

#content h2{
	margin-bottom: 15px;
	font-size: 110%;
	color: #b75312;
}

#content h5{
	color: #333;
	font-size: 85%;
	margin-bottom: 2px;
}

#content p{
	line-height: 1.5em;
	margin-bottom: 15px;
	font-size: 85%;
}

#special h1{
	border-bottom: solid 1px #fff;
	font-size: 85%;
	margin-bottom: 10px;
	color: #333;
}

#special p{
	color: #333;
	font-size: 80%;
	line-height: 1.5em;
}

#copyright p{
	color: #fff;
	font-size: 85%;
	padding: 12px 0 4px 0;
	margin-left: 48px;
}

#content .pre{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}



/* Lists
----------------------------------------------- */
#nav ul{
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 48px;
}

#nav li,
#sidenav li{
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
}

#nav li{
	float: left;
	margin-right: 28px;
}

#sidenav ul{
	margin-top: 65px;
	padding-top: 17px;
	background-color: #e2e2e2;
}

#sidenav li{
	line-height: 2em;
	margin-left: 28px;
}

#content ul{
	margin-right: 65px;
	margin-left: 60px;
}

#content li{
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 15px;
}
	



/* Links
----------------------------------------------- */
#nav li a,
#sidenav li a{
	color: #666;
	text-decoration: none;
}

#nav li a:hover,
#sidenav li a:hover,
#nav li a.selected,
#sidenav li a.selected{
	color: #b75312;
}

#copyright a{
	color: #f1f1f1;
	text-decoration: none;
	margin-left: .5em;
}

#copyright a.privacy{
	margin-left: 1.25em;
	margin-right: .5em;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#content .mainimg img{
	margin-left: 48px;
}