body{
	background: #f7f4e7 url('bg.png') repeat-x;
	margin:0;
	padding:0;
	font-family:HelveticaNeue-UltraLight, "HelveticaNeue-UltraLight", "Arial Narrow", Tahoma, sans-serif;
}

img,img a{
	border: 0;
}

.divider{
	clear:both;
	padding:10px 0 10px 0;
}

hr{
	background:#cbcbcb;
	border:0;
	clear:both;
	height:1px;
}

h2{
	font-size:1.5em;
	font-weight:lighter;
	}

h2 a{
	color: #000;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

p{
	font-size:1.1em;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:1000px;
	box-shadow:0 0 10px #555;
}

#header{
	background: url('header_bg.png') repeat-x;
	width:100%;
	height:87px;
}

#logo{
	padding:10px 0 0 5px;
	float:left;
}

#menu, #fmenu{
	float:left;
	font-size:1.5em;
	margin:0 0 0 65px;
	font-weight: lighter;
}

#menu ul, #fmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li, #fmenu li{
	list-style:none;
	display:inline;
}

#menu li a{
	float:left;
	text-decoration:none;
	margin: 0 0 0 0;
	color:#fff;
	padding:40px 10px 10px 10px;
}

#menu li a:hover{
	background:#23262b;
}

#main_content{
	width:100%;
	background:#ffffff url('body_bg.png') repeat-x bottom left;
	min-height:200px;
}

#mc_inner{
	padding:25px 25px 25px 25px;
}

#footer{
	background: url('footer_bg.png') repeat-x;
	height:119px;
}

#footer_content{
	width:1000px;
	margin:0 auto;
}

#fmenu{
	margin: 0 0 0 30px;
}

#fmenu li a{
	float:left;
	text-decoration:none;
	margin: 0 0 0 0;
	color:#898c8f;
	padding:30px 10px 10px 10px;
}

#copy{
	float:left;
	clear:left;
	margin: 0 0 0 40px;
	color:#898c8f;
	width: 500px;
}

#contact{
	float:right;
	color:#898c8f;
	text-align:right;
	margin:20px 35px 0 0;
}