/* CSS Document */

/* global reset */

html, body, div, span,  h1, h2, h3, h4, h5, h6, p, a, code, em, font, dt, dd, img, strong, ol, ul, li, table, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

ol, ul {
list-style: none;
}

/* body styles */

body {
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:11px;
	line-height:22px;
}

dl {
	line-height:22px;
}

dt {
	font-weight:bold;
}

dd {
	margin-left:10px;
	color:#666;
	font-style:italic;
}

code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:24px;
	padding-left:20px;
	color:#00f;
	margin-bottom:10px;
	display:block;
	margin-right:20px;
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

h2 {
	font-style:italic;
	border-bottom:1px solid #999;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:1px;
	margin-bottom:20px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:1px;
	margin-bottom:20px;
}

#navigation h3 {
	margin-bottom:0px;
	font-style:italic;
}

strong {
	font-weight:bold;
}

ul {
	margin-bottom:20px;
}

li {
	text-transform:lowercase;
	line-height:22px;
}

ol {
	padding-left:20px;
	list-style:decimal;
	margin-bottom:20px;
}

/* id styles */

#container {
	width:840px;
	margin:0px auto;
}

#header {
	background:url(../images/header.jpg) top center no-repeat;
	padding:20px;
	height:80px;
	background-color:#fff;
	margin-bottom:10px;
}
	#header h1 {
		display:none;
	}
	
#navigation {
	position:absolute;
	top:139px;
	height:440px;
	margin-left:-31px;
	width:140px;
	padding:25px;
	padding-top:10px;
	background:url(../images/navigation.jpg) top center no-repeat;
}

#navigation ul {
	margin-bottom:20px;
}

#contenttop {
	margin-top:10px;
	height:30px;
	background:url(../images/content-top.jpg) top center no-repeat;
}

#contentbottom {
	margin-top:0px;
	height:84px;
	background:url(../images/content-bottom.jpg) bottom center no-repeat;
}

#content {
	padding-right:50px;
	padding-left:170px;
	padding-bottom:50px;
	background:url(../images/content-middle.jpg) top center repeat-y;
}

	#currentbox {
		background:url(../images/bluebg.jpg) bottom center no-repeat #ececff;
		border-top:1px solid #999;
		border-right:4px solid #999;
		border-bottom:4px solid #999;
		border-left:1px solid #999;
		padding:20px;
		margin-bottom:20px;
	}
	
		#currentboxleft{
			padding-right:20px;
			margin-right:20px;
			float:left;
			width:260px;
		}

#footer {
	padding-top:30px;
	text-align:center;
	font-size:9px;
}