* {
	padding:0px;
	margin:0px;
	font-size:12px;
}

.body {
	background:#47090C;
}

.wrapper {
	width:778px;
	height:100%;
	margin: 0 auto;
	border:1px #FFF solid;
}

.header {
	background:url('../images/header.jpg') no-repeat;
	width:778px;
	height:103px;	
}

.top_wrapper {
	width:778px;
	height:300px;
}

.photobox {
	float:left;
	width:615px;
	height:302px;
	background:url('../images/photobox.jpg') no-repeat;
}

.menubox {
	float:right;
	width:158px;
	height:232px;
	background:url('../images/menubox.jpg') no-repeat;
	padding:70px 0px 0px 5px;
	color:#FFF;
	font-size:12px;
}

.menubox a {
	color:#FFF;
	font-size:12px;
	list-style:none;
	text-decoration:none;
}

.menubox a:hover {
	color:#D4B563;
	font-size:12px;
	list-style:none;
	text-decoration:none;
}

.content_wrapper {
	width:758px;
	background:#8D2104;
	color:#FFF;
	padding:10px;
}

.contentheading {
	width:748px;
	padding-left:30px;
	font-size:14px;
	color:#FFF;
	height:60px;
	background:url('../images/content.jpg') no-repeat; 
}

.componentheading {
	width:728px;
	padding-top:20px;
	padding-left:30px;
	font-size:14px;
	color:#FFF;
	height:40px;
	background:url('../images/content.jpg') no-repeat; 
}

.footer {
	width:778px;
	height:50px;
	background:url('../images/footer.jpg') no-repeat;
}