/* Template One CSS */
html, body{
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	min-width: 721px;
}

#container{
	width: 721px;
	margin: 0 auto;
	position: relative;
	
	background: transparent url(images/body-shadow-left.jpg) top left repeat-y;
	background-color: #E0E0E0;
}

#header{
	/*margin-left: 7px;*/
	/*border-bottom: 1px solid #333;*/
	height: 142px;
	overflow: hidden;
}
#header img{
	margin: 0;
	padding: 0;
}
/*#headerimg{
	margin-left: -20px;
}
#headerimg img{
	border-bottom: 1px solid #000;
}*/



#navigation{
	float: left;
	width: 202px;
	
	padding-left: 7px;
	
	
	background-color: transparent;
	overflow: hidden;
}
#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li{
	/*display: inline;
	margin: 0;
	padding: 0;*/
}
#navigation ul li a{
	display: block;
	background-color: #000;
	color: #e7eee8;
	border-bottom: 1px solid #e7eee8;
	text-decoration: none;
	padding: 2px 0 2px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
	width: 202px;
}
#navigation ul li a:hover{
	background-color: #ad1e23;
}
#navigation ul ul li a{
	padding-left: 30px;
}



/* Content styles */
#content{
	float: right;
	width: 480px;
	/*height: 100%;*/
	
	padding-right: 7px;
	background: #fff url(images/body-shadow-right.jpg) top right repeat-y;
	
	padding-left: 12px;
	padding-right: 19px;
	
	border-left: 1px solid #011f07;
}
#content p{
	font-size: small;
}
#content p.page-header{
	display: block;
	margin-bottom: 0px;
	
	font-weight: bold;
	font-size: large;

	border-bottom: 1px solid #000;
}
#content blockquote{
	font-size: small;
}

/* Footer styles */
#footer{
	font-size: x-small;
	text-align: right;
	border-top: 1px solid #000;
	padding: 4px 0 4px 0;
}

#bottom-line{
	border-bottom: 1px solid #999;
	margin: 0 5px 0 5px;
}
