/* CSS Document */

#html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	height: 100%;
}
#wrapper{
	width: 770px;
	text-align: center;
	border-top: #999999;
	border-right: thin solid #999999;
	border-bottom: #999999;
	border-left: thin solid #999999;
	margin: 0px auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header{
	height: 150px;
	background-image: url(images/tes_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_image{
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 230px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	width: 770px;
	background-image: url(images/main_image.jpg);
}
#body{
	background-color: #FFFFFF;
	float: right;
	width: 620px;
	padding-bottom: 30px;
	height: 100%;
}

#footer{
	background-color: #FFCC66;
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #CC6600;
	padding-top: 10px;
}
#nav{
	float: left;
	width: 150px;
	height: 100%;
	padding-top: 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear: left;
	color: #3399CC;
	text-align: right;
}
#nav li {
	width: 130px;
	background-color: #DDDDDD;
	padding: 0px;
	margin: 2px 0px;
	border-top: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	border-left: #CC6600;
}
#nav li a {
	width: 120px;
	color: #CC6600;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
}
#nav li a:visited {
	color: #CC6600;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
.body_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.body_copy a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
.body_copy a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	text-decoration: underline;
}
.details{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin: 0px;
	line-height: 12px;
}
.details a{
	color: #CC6600;
	text-decoration: none;
}
#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
	padding-top: 20px;
}
.shub_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-align: left;
}
.pic_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-align: left;
	margin-left: 20px;
}
form {
	padding: 5px;
	margin-right: 50px;
	margin-left: 20px;
}
form#contact { 
 color: #666666; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: left; 
}
.table1{
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}
