body {
	margin: 0; 
	padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;	
	text-align: center;	
	background-color: #eeeeec;	
}


/* headers */
h1, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h2{
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

img
{  border-style: none;
}



#header
{
	height: 100px;
	position:relative;
	background-color: #8897B3;
}

#wrap
{
	margin: 0 auto;
    width: 850px;  	
	text-align: left;		
}


#logo{
	margin-left:100px;
}


#menu{
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#content-wrap
{
clear:both;
padding:0;
width:850px;
/* background-color: #C3D9FF; */



}
/*
#left-pane
{
display: inline;
float: left;
width: 8%;
}
*/
/* border: 1px solid black; */

#content
{
display: inline;
float: left;
margin-bottom: 15px;
padding:15px;
width:41%;
height:450px;
border: 1px solid black;
}

#content-tmp
{
float: left;
margin-bottom: 15px;
padding:15px;
width:737px;
min-height: 450px;
_height:450px; /* IE underscore hack */
border: 1px solid black;
}

#right-pane {
float: left;
width: 40%;
height:450px;
padding: 15px;	
margin: 0;		
border: 1px solid black;
margin-left:2%;
margin-bottom: 15px;
}


#footer
{	clear:both;
	text-align: center;
	border-top:1px solid #F2F2F2;
}


/* menu start */
a.nav, a.nav:link, a.nav:visited {
display:block;
float:left;
width:150px;
height:25px;
background:#8897B3;
border:1px solid #000;
margin-right:2px;
text-align:center;
text-decoration:none;
font-family:verdana, arial, sans-serif;
font-size:12px;
color:#000;
line-height:25px;
overflow:hidden;}

a.nav:hover {color:#000; background:#B3AA88;}
a.nav:active {color:#000; background:#c00;} 
/* menu end*/

