body{
	margin: 0;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: ;
	background-repeat: no-repeat;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

div#main_container{
	margin: 5% auto 0%;
	width: 760px;
	text-align: left;
	height: 500px;
	border: 1px solid #FF6600;
	background-color: #FF6600;
}

div#header{
	background-color: black;
	width: 760px;
	height: 130px;
	background-image: url(../images/logop.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

div#nav{
	background-color: #000000;
	float: left;
	width: 760px;
	height: 40px;
	text-align: center;
	vertical-align: super;
	white-space: normal;
	text-transform: none;
}

div#box3{
	float: left;
	width: 410px;
	height: 279px;
	padding: 20px;
}

div#box3a{
	float: left;
	width: 700px;
	height: 300px;
	padding: 20px;
}

div#box4{
	float: left;
	width: 300px;
	height: 300px;
	padding-top: 10px;
	padding-right: 10px;
}

div#footer{
	background-color: black;
	width: 760px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}

 ul{
	list-style: none;
}

li{
	display: inline;
	margin: 0 40px 0 0;
	padding-top: -10px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 5px 0 5px;
	font-size: 12px;
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active{
	color: #FF6600;
	border: none;
	text-decoration: none;
}

.thumbnail
{
	float: left;
	width: 126px;
	height: 100px;
	padding: 1px;
	background-color: #000000;
	text-align: center;
}

.clearboth { clear: both; }
