@charset "utf-8";
/* CSS Document */


body {

	width:100%;
	height:100%;
	padding:0;
	margin:0;
	
	background-color:#A29E9E;
}

#outerwrapper {

	width:795px;
	height:400px;
	
	position:absolute;
 	top:50%;
  	left:50%;
  
  	margin-left:-397px;
  	margin-top:-200px;

	
	/* debug */
	
}

#logo {
	width:201px;
	height:71px;
	float:left;
}

#logo img, table img, .leftimg{
	border:0;
}
table img {
border:1px solid #fff;
}
#topnav {
	width:534px;
	height:51px;
	float:right;
	padding-left:60px;
	margin-top:20px;
}

#innerwrapper {

	width:795px;
	height:286px;
	

	
	/* debug */
	border:4px solid #fff;
}

#innercontent{

	width:793px;
	height:284px;
	background-color:#fff;

	
	/* debug*/
	border:1px solid #A29E9E; 
}

.clr {
clear:both;
}

#bottomnav {
	
}

a.innerborder img :hover {
border:1px solid #02902C;
 }




