*
	{
		margin:0em;
		padding:0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body
	{
		background-color: #fff;
		font-size: 90%;
	}		
#container
	{
		width:960px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
#border
	{
		width: 960px;
		border: 1px solid #999999;
		float: left;
	}		
#header
	{
		width: 958px;
		height: 103px;
		float: left;
		background-image: url(../images/header_bg.gif);
		background-repeat: no-repeat;
	}
#header img
	{
		margin: 10px 0 0 20px;
		float: left;
	}
h1
	{
		margin: 35px 0 0 10px ;
		font-size: 100%;
		font-weight:normal;
		float: left;
	}
h2
	{
		color: #b0ff36;
		font-size: 120%;
	}
h3
	{
		color: #5e763a;
		font-size: 100%;
		margin-bottom: 30px;
	}
h4
	{
		margin-bottom: 5px;
		font-size: 90%;
	}
#nav
	{
		width: 100%;
		float: left;
		height: 24px;
		background-image: url(../images/nav_bg.gif);
		background-position:right;
		background-repeat: no-repeat;
		border-bottom: 1px dotted #999999;
		margin-bottom: 20px;
	}
#nav ul
	{
		list-style: none;
		margin: 5px 0 6px 20px;
	}
#nav li
	{
		display: inline;
	}
#nav a
	{
		color: #000;
		margin-right: 10px;
		text-decoration: none;
	}
#nav a:hover
	{
		color: #b0ff36;
	}
#left
	{
		width: 210px;
		float: left;
		min-height: 287px;
	}
#fact, #fact1, #fact2, #fact3, #fact4, #fact5, #fact6, #fact7, #fact8
	{
		width: 160px;
		float: left;
		margin-left: 10px;
		border: 1px dotted #999999;
		padding: 10px;
		margin-bottom: 20px;
		font-size: 90%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #fbfff5;
	}
#right	
	{
		width: 750px;
		float: left;
		min-height: 287px;

	}
#right_copy
	{
		width: 510px;
		float: left;
	}
#right p
	{
		max-width: 700px;
	}
#right img
	{
		float: left;
		margin-right: 10px;
	}
#bottom
	{
		width: 920px;
		float: left;
		padding: 20px;
		border-top: 1px dotted #999999;
	}
#bottom ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
#bottom li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
#bottom img
	{
		margin-right: 34px;
		margin-left: 34px;
	}
#copyright
	{
		width: 940px;
		border-bottom: 1px dotted #999999;
		border-top: 1px dotted #999999;
		float: left;
		font-size: 70%;
		padding: 5px 0 5px 20px;
	}
img
	{
		border: none;
	}
#footer
	{
		width: 100%;
		height: 20px;
		background-color: #b0ff36;
		float: left;
		margin-top: 2px;
	}
dt
	{
		font-weight: bold;
		margin-bottom: 10px;
	}
dt:hover
	{
		color: #b0ff36;
	}
dd
	{
		margin-bottom: 15px;
	}
#contact
	{
		float: left;
		width: 300px;
	}
#form
	{
		float: right;
		width: 300px;
		margin-right: 150px;
	}	
#contact_details
	{
		float: right;
		width: 280px;
		margin-right: 20px;
		margin-top: 15px;
		font-size: 120%;
		color: #000000;
		text-align: right;
	}
#contact_details a
	{
		color: #5e763a;
		text-decoration: none;
	}
#header_left
	{
		float: left;
		width: 600px;
	}