/* CSS Document */

body,td,th {
	font-family: Helvetica,Arial,sans-serif;
	font-size:12px;
	margin:0;
}

body{ 
	background-image:url('../img/bg/nhp_02.jpg');
	background-repeat:repeat-y;
	background-color:#8F9497;
}
 
#container{ 
	background-image:url('../img/bio/BioPage_03.png');
	width:1114px;
	height:795px;
	margin:auto;
}


#homepage{
	position:relative;
	top:25px;
	left:30px;
}



#contactme{
position:relative;
top:100px;
}

#bodytext{
	position:relative;
	top:275px;
	left:307px;
	font-family: Helvetica,Arial,sans-serif;
	width:310px;
	font-size:15px;
	line-height:17px;
}

.white{
	color: #FFFFFF; text-decoration: none; 
	font-size:11px; 
	font-weight:bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}





#footer{
	position:relative;
	top:126px;
	left:615px;
	width:130px;
	font-size:10px;
	color:#DDF7F4;
	font-family: Helvetica,Arial,sans-serif;
}



#sidemenu{
	position:relative;
	left:830px;
	width:210px;
}



#sm_wo{	
	float:left;
	background-image:url('../img/menu/second_menu_03.png');
	width:54px;
	height:22px;
}


#sm_ab{	
	float:left;
	background-image:url('../img/menu/second_menu_05.png');
	width:58px;
	height:22px;
}

#sm_co{	
	float:left;
	background-image:url('../img/menu/second_menu_07.png');
	width:72px;
	height:22px; 
}


#sm_woactive{	
	float:left;
	background-image:url('../img/menu/workhover_03.png');
	width:54px;
	height:22px;
}


#sm_abactive{	
	float:left;
	background-image:url('../img/menu/abouthover_05.png');
	width:58px;
	height:22px;
}

#sm_coactive{	
	float:left;
	background-image:url('../img/menu/contacton_07.png');
	width:72px;
	height:22px; 
}


#sm_wo:hover{	background-image:url('../img/menu/workhover_03.png');}
#sm_ab:hover{	background-image:url('../img/menu/abouthover_05.png');}
#sm_co:hover{ 	background-image:url('../img/menu/contacton_07.png');}









