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

body {
	background:#907f72;
	font:Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	float:left;
	width:950px;
	}
	
#photo {
	float:left;
	background:url(../images/photo.jpg) top left no-repeat;
	width:389px;
	height:591px;
	}
	
#logo {
	float:left;
	background:url(../images/name.gif) top left no-repeat;
	width:446px;
	height:177px;
	}
	
#menu {
	float:left;
	width:446px;
	}
	
#menu ul {
	
	list-style-type:none;
	}
	
#menu li {
	float:left;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	}
	
#menu a {
	text-decoration:none;
	color:white;
	}
	
#menu a:hover {
	text-decoration:underline;
	}
	
#menu a.active {
	text-decoration:underline;
	}
	
#content {
	float:left;
	margin-left:25px;
	background:url(../images/text_bg.gif) top left no-repeat;
	width:353px;
	height:551px;	
	padding-top:20px;
	}
	
#content p{
	margin-left:25px;
	font-size:12px;
	margin-right:25px;
	}
	
#content h1 {
	margin-left:30px;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	border-bottom:solid 1px  #907f72;
	color:#907f72;
	width:250px;
	}