/* CSS Document */

body{
	background:url(vertical2.jpg) repeat-x 0% 0%;
	background-color:'white';
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:'white';
	margin:0;
	padding:0;
}

a {text-decoration: none}

#center {
	position: relative; 
	height: 100%;
	width:766px;
	margin:0 auto;
}

#headshot {
	float:left;
	width:400px;
	height:596px;
	background:url(0304.jpg);
	
}

#headshot2 {
	
	width:400px;
	height:596px;
	background:url(0285.jpg);
	
}


a.menutext:link {color: #666600}     /* unvisited link */
a.menutext:visited {color: #666600}  /* visited link */
a.menutext:hover {color: #FFFFFF}   /* mouse over link */
a.menutext:active {color: #FFFFFF}   /* selected link */
