html {
  background: #316a93;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-align: center;
	padding: 0px;
}
a {
  	color: #00a1ff;
  	text-decoration: none;
}
a:hover {
  	color: #00a1ff;
  	text-decoration: none;
}
#page {
	width: 745px;
	margin: 20px auto;
}
#page #main {
	padding: 20px 10px 10px 10px;
	background-color: #fff;
	border-top: 1px solid #868c7e;
}
#top {
	height: 65px;
  	width:  725px;
  	color: #666666;
	font-size: 11px;
}
#logo {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 20px;
}
#address {
	float: left;
	text-align: left;
}
#contact {
	float: right;
	text-align: right;
}
#stripe {
 	height: 110px;
  	width:  725px;
  	background-color: #6699ff;
  	margin-top: 20px;
  	text-align: left;
}
#image {
	height: 110px;
	width: 350px;
	background: url("../images/bg_stripe.jpg") top left no-repeat;
	color: #fff;
	text-align: left;	
}
#company {
	font-size: 20px;
	font-weight: bold;
	padding-top: 35px;  
	padding-left: 40px;  
}
#desc {
	font-size: 12px;
	padding-left: 140px; 
}
#content {
	background-color: #f1f0f0;
	_height: 350px;
	min-height: 350px;
	margin-top: 10px;
	text-align: left;
	padding: 20px;
}
#footer {
	color: #83a6be;
	margin-top: 15px;
	font-size: 11px;
}
#footer #copy {
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer #hosted {
	float: right;
	padding-right: 20px;
	text-align: right;
}
