

/* menupage layout*/


#nav {  
	margin: 0px;
	padding-top:0px;
	float:left;
	width: 110px;
	height:300px;
	text-align:center;
	border-right: 1px solid #8F6E65;
	background-color:none;
}

#nav a {	
	font-size: 13px;

	}

#nav .unselected a {  
	color:#8F6E65;
	font-family:georgia,times,"Times New Roman",serif;
	text-decoration:none;
	font-weight: bold;

	}
	
#nav .unselected a:hover {  
	color:#F2EBAE;
	text-decoration:none;
	font-weight: bold;
	}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style-type:none;
	margin: 0px;
	padding-bottom: 15px;
	text-align:center;
	}
	
#nav .selected a, #nav .selected a:hover {  
	color:#F2EBAE;
	font-family:georgia,times,"Times New Roman",serif;
	text-decoration:none;
	font-weight: bold;
	border:none;
}
	



/*pagestyles*/	
.category {
	color: #8F6E65;
	font: 13px;
	font-weight: bold;
	}

.type {
	color: #F2EBAE;
	font: 13px;
	margin-right:13px;
	line-height: 17px;
	}

dl { 
	
}

dt {
	width: 150px;
	padding: 7px;
	float: left;
	margin: 0;
	font-weight: bold;
}

dd {
	margin-left: 45px;
	padding: 7px
}


#menupages {
	overflow: auto;
	background-color: none;
	width: 240px;
	height: 300px;
	margin-left:10px;
	float: left;
	
}

#photo {
	width: 190px;
	height: 300px;
	float: left;
}