.body
{
	background-color: #743620;	
	font-family: helvetica;
}
.hrbar
{
	background-color: #FFFFFF;	
	color:#FFFFFF;
	width: 75%;
	height: 2px;
}
.wrapper
{
	width:800px;
	height:auto;
	padding:10px;
	margin: 0 auto 0 auto;
}

.headerbar,
.navbar
{
	background-color: #000000;
}

.headerbar
{
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	width:100%;
	height: 120px;
	text-align: right;
	padding: 15px;
}

.navbar
{	
	width:80%;	
	height: 30px;
	margin: 0 auto 0 auto;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	text-align:center;
}

.content
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #C6856E;

	width:80%;	
	padding: 10px;
	margin:0 auto 0 auto;
}

.thumbnail
{
	width:118px;
	height:auto;
}