.back{
	background: #554943 url(../images/background.jpg) repeat-x top;
	margin: 0px;
	padding-top: 17px;
	padding-left: 10%;
}

.container{
	width: 901px;
	background-color:#fdfbf5;
	padding-bottom:20px;
	
}

#header{
	background: url(images/beatrollsonheader.jpg);
}

#body_content{
	width: 901px;
	background-color: #fdfbf5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #4a4442;
}

a:link{
	color:#d96b00;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#d96b00;
	text-decoration:none;
}

.left{
	width:470px;
	padding: 20px 0px 20px 15px; 
	font-size:14px;
}

.right{
	width: 383px;
	height: 632px;
	float:right;
	background: url(../images/right_side_back.jpg) no-repeat top;
	
}

#right_content{
	margin-left:20px;
	margin-top:25px;
	margin-right:80px;
	margin-bottom:20px;
}

.big_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height:21px;
	padding-top:15px;
	color: #689422;
}

.clear_both{
	clear: both;
	font-size:1px;
	color:#ffffff;
}

.you_are_here{
	color: #554943;
}

.ms_list{
	list-style: disc outside;
	margin-left: 40px;
	margin-top: 5px;
}

.list{
	font-weight:bold;
	margin-left:10px;
}

.small{
	font-size:11px;
	padding:5px;
}

.footer{
	text-align:center;
	background-color:#554943;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fdfbf5;
	
}

.footer a:link {
	color:#fdfbf5;
	text-decoration:none;
}

.footer a:hover {
	color:#fdfbf5;
	text-decoration:underline;
	
}

.footer a:visited
{
	color:#fdfbf5;
	text-decoration:none;
}


