html  {
	height: 100%;
}

body  {
	background: #f7f7f7 url('../images/bg.jpg') repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

div#clear-fix  {
	clear: both;
}

div#wrapper  {
	width: 900px;
	margin: 0 auto;
}

#top-header-section
{
	background: url('../images/header_top_bg.png') repeat-x;
	width: 860px;
	height: 101px;
	padding: 0px 20px;
	float: left;
}

#top-header-section h1 a 
{
	float: left; display: block; width: 349px; height: 100px; text-indent: -9999px;
	background: url('../images/logo.jpg') no-repeat;
}

#top-header-section ul#nav  
{
	float: right; list-style: none; margin: 60px 30px 0 0;
}

	#top-header-section ul#nav li  
	{
		float: left; padding: 0 0 0 45px; margin: 0 0 30px 0;
	}
	
	#top-header-section ul#nav li a  
	{
		font-size: 13px; color: #fff; text-decoration: none;
	}
	
	#top-header-section ul#nav li a:hover, #top-header-section ul#nav li a:active  
	{
		color: #5F8298; text-decoration: underline;
	}

/*--- Content styles starts here ---*/

#content  {
	background: url('../images/content_bg.jpg') repeat top left;
	float:left;
	padding:0;
	width: 900px;
	color: #363636;
}

/*--- Content styles ends here ---*/

#footer  {
	background: url('../images/footer_bg.jpg') no-repeat;
	width: 901px;
	height: 70px;
}

#footer-text  {
	text-align: right;
	padding: 25px 20px 0px 0px;
}
