body {
	margin: 5;
  	padding: 0;
  	background: #afcdf5;
  	font-size: 15px;
  	font-family: Verdana, Helvetica, Sans-serif;
   	color: #222;
 }
 .main
 {
	position: relative;
 	width:800px;
	height: 505px;
	border: solid 1px #586b93;
	margin:0 auto 0 auto;	
 }

 .photo{
 	position: absolute;
	top: 0;
	left: 0;
 	width:400px;
	height:266px; 
 }
 .menu{
 	position: absolute;
	top: 0;
	left: 400px;
	width: 200px;
	height: 300px;
	text-align: left;	
	background: url(Images/menubackground.jpg) no-repeat;
	padding: 4px 4px 4px 4px;
 }
 .info1{
	position: absolute;
	top: 0;
	left: 600px;
 	background: url(Images/infobackground.jpg) no-repeat center;
	height: 170px;
	width:200px;
	color: White;
	padding: 0px;
	text-align: left;
  	font: .9em Verdana, Helvetica, Sans-serif;
   	color: white;	
 }
 .info2{
 	position: absolute;
	top: 170px;
	left: 600px;
 	background: url(Images/info2background.jpg) no-repeat center;
	height: 130px;
	width:200px;
	color: white;
	padding: 0px;
	text-align: left;
  	font: .9em Verdana, Helvetica, Sans-serif;
   	color: #ffffff;		 
 }
 .welcome{
	position: absolute;
	top: 266px;
	left: 0px;
 	color: White;
	font-size: .6em;
	background-color: #497eb4;
	width:400px;
	height: 34px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	vertical-align: middle;
 }
 .middleseparator{
 	position: absolute;
 	background-color: #586b93;
	top: 290px;
	left: 400px;
	width: 400px;
	height: 40px;
	z-index: 2;
 }
 .logo{
 	position: absolute;
	z-index: 10000;
	top: 200px;
	left: 320px;
	height: 175px;
	width: 175px;
	background-image: url(Images/DataSpexLogo175.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.main_info{
	position:absolute;
	background-color: #ffffff;
	top: 300px;
	left: 0px;
	width: 540px;
	z-index: 0;
	height: 155px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 250px;
	text-align: left;
	font-size: .6em;	
}
 .page_title{
 	position: absolute;
	top: 305px;
	left: 10px;
 	font-size: 1.2em;
	color: #948334;
	z-index:1;
 }
.secondary_info{
	position: absolute;
	top: 330px;
	width:230px;
	height: 170px;
	background-color: #c1cde7;
	left: 559px;
	font-size: .6em;
	color: White;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	color: #385390;
	border-left: solid 1px #586b93;
	border-right: solid 1px #586b93;
}

.infocenter_divider{
	background: transparent url(Images/infocenter_divider.jpg) no-repeat center;
	position: absolute;
	top: 350px;
	left: 560px;
	width: 238px;
	height: 10px;
	z-index: 1000;
}
a:link{
	color: #385390;
	text-decoration: underline;
}
a:visited {
	color: #385390;
	text-decoration: underline;
}
a:hover{
	color: #385390;
	text-decoration: underline;
}
.DXButton
{
	color:#586b93;
	width: 100px;
	border-left:solid 1px #586b93;
	border-top:solid 1px #586b93;
	border-right: solid	1px #586b93;
	border-bottom: solid 1px #586b93;	
}