*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial;
	background-color: #eae5ce;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}
.logo{
	margin-top: 70px;
	margin-left: 94px;
}
.logo h1{
	background-image: url(images/mcf_logo.jpg);
	display:  block;
	width: 301px;
	height: 48px;
	text-indent: -9999px;
}
.navigation{
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	float: right;
	margin-right: 200px;
	color: white;
	width: 311px;
	height: 34px;
	padding-top: 10px;
}
.navigation a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}
.navigation ul{
	list-style-type: none;
	margin-left: 40px;
}
.navigation ul li{
	float: left;
	margin-left: 8px;
	overflow: hidden;
}
.content{
	margin-left: auto;
	margin-right: auto;
	width:518px;
	background-image: url(images/content_bg.jpg);
	background-color: white;
	background-repeat: no-repeat;
	margin-top: 120px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.content h1{
	color: #341f16;
	font-size: 21px;
	margin-left: 20px;
	margin-right: 20px;
}
.content p{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.content a{
	color:#341f16;
}
.content #badge_div{
	margin-left: 20px;
	margin-top: 20px;
}
