@charset "utf-8";
/* CSS Document */

body
	{
		background-color: #ooo;
		background: url(bg_Banner.jpg);
		background-repeat: repeat-y;
		font: Arial, Helvetica, sans-serif;
		display: block;
		width: 100%
	}

div#main_banner
	{
	}
	
h1
	{
		font:"Times New Roman", Times, serif;
		font-weight: bold;
		color: #FFFFFF;
	}

h3
	{
		font:"Times New Roman", Times, serif;
		font-weight: bold;
		color: #FFFFFF;
		text-align: right;
	}


ul#topnav
	{
		text-align: center;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		background: #000;
		float: left;
		width: 100%;
	}

ul#topnav li
	{
		display: inline;
	}
	
ul#topnav a
	{
		display: block;
		float: left;
		padding: .2em 1em;
		text-decoration: none;
		color: #fff;
		background: #000;
		border-right: 1px solid #fff;
	}

ul#topnav a:hover
	{
		color:#000;
		background: #fff;
	}
	
#main_banner
	{
		width: 40%;
		float: left;
	}

#construct
	{
		width: 30%;
		float: right;
	}