html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#container {
	width: 695px;
	padding: 0px;
	margin: 0px auto;
	background-image: url('../images/back_container.gif');
	background-repeat: repeat-y;
	border-bottom: 2px solid #557a8f;
}

#header {

	background-repeat: no-repeat;
	height: 284px; 
	width: 509px;
	float: left;
}

	#logo {
		
	}
	
	#menu {
		background-color: #567c8f;
		float: right;
		width: 186px;
		height: 269px;
		padding-top: 15px;
		font-size: 12pt;
	}
	
		#menu ul {
			list-style:none;
			margin: 0px;
			padding: 0px;
		}
		
		#menu ul li {
			margin: 0px;
			margin-bottom: -3px;
			padding: 1px;
			padding-left: 20px;
			letter-spacing: 1px;
			color: white;
		}
		
		#menu a {
			color: White;
			text-decoration: none;
		}
#sub_header {
	background-image: url('../images/back_sub_header.gif');
	clear: both;
	width: 686px;
	margin: 0px 2px;
	height: 52px;
	padding-left: 5px;
}
	#listen {
		float: right;
		margin: 10px 20px 0px 0px;
		background-color: #90acb8;
		border: 1px solid #567c8f;
		color: #ffffff;
		height: 20px;
		padding: 5px 10px;
	}
	#listen a{
		color: white;
	}
#content_container {
	width: 691px;
	margin: 0px 2px;
}
	#content {
		float: left;
		width: 477px;
		min-height: 245px;
		padding: 15px;
		background-image: url('../images/back_content.jpg');
		background-repeat: repeat-x;
		color: #525252;
		font-size: 11pt;
		letter-spacing: 0.5px;
	}
	
		#content h1 {
			font-size: 16pt;
			color: #c40404;
			margin: 4px 0px;
			padding: 0px;
			font-weight: none;
		}
		#content h2 {
			font-size: 14pt;
			color: #567c8f;
			margin: 4px 0px;
			padding: 0px;
			font-weight: none;
		}
		#content p {
			margin: 4px 0px;
			padding: 0px;
			line-height: 16pt;
		}
		#content ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
			margin-left: 20px;
		}
		#content ul li {
			margin: 10px 0px;
			padding-left: 15px;
			background-image: url('../images/bullet.gif');
			background-position: 0% 50%;
			background-repeat: no-repeat;
		}
		 a {
			text-decoration: none;
			color: #1a5c8f;
		}
		 a:hover {
			color: #8f1a1a;
		}
	#right{
		float: right;
		width: 184px;
		color: #577d90;
		padding: 15px 0px;
		line-height: 20pt;
		text-align: center;

	}	

.stretch {
	clear: both;
}	

#author {
	width: 200px;
	margin: 0px auto;
	text-align: center;
	font-size: 10pt;
	color: #d0dce1;
}
	#author a{
		color: #d0dce1;
		text-decoration: none;
	}
	#author a:hover{
		color: #a3beca;
	}



	

