.menu 
{
	background-color:transparent; 
	color:#272727; 
	border-top:1px solid #413b33; 
	border-bottom:1px solid #413b33; 
	height:23px;
	width:99%;
}
.menu ul 
{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
}
.menu li 
{
	display:inline; 
	line-height:23px;

}
.menu li a 
{
	background:#38322a;
	color:#380105; 
	text-decoration:none; 
	padding:1px 5px 1px 5px;  
	border-left:1px solid #413b33; 
	border-right:1px solid #413b33;
}
.menu li a.tabactive 
{
	border-left:1px solid #413b33; 
	border-right:1px solid #413b33; 
	background-color:#514b44; 
	color:#000000;
	font-weight:bold;  
	position:relative;
}

.tabcontent
{

	width:100%; 
	text-align:center;
	padding:6px 0px; 
	font-size:12px; 
	margin-bottom:5px;
}

#background_photo {
	background-image:url(../images/background_photo.png);
	width:129px;
	height:101px;
	}
