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*/

/* rounded box*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float:left;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/* rounded box end*/


