*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(images/background.jpg)
}
img{
	border:none;
}
#wrap{
	margin:0 auto;
	width:800px;
}
#header{
	height:100px;
	background:url(images/header.jpg) repeat-x;
}
#header p{
	padding-top:35px;
	color:#FFF;
	font-size:20px;
	text-align:center;
}
#nav_menu{
	height:30px;
	background:url(images/menu.jpg) repeat-x;
}
#nav_menu ul{
	width:800px;
	margin:0 auto;
	list-style:none;
}
#nav_menu li{	display: inline;

	color:#FFF;
}
#nav_menu a{
	float:left;
	margin-top:1px;
	color:#FFF;
	display:block;
	height:21px;
	padding:7px 40px 0 40px;
	text-decoration:none;
	background:url(images/menu_divide.jpg) no-repeat right -1px;
}
#nav_menu a:hover{
	background:#787878 url(images/menu_divide.jpg) no-repeat right -1px;
}
#nav_menu li:last-child a{
	background:none;
}
#nav_menu li:last-child a:hover{
	background:#787878;
}
#logo_header{
	margin:0 auto;
	background:url(images/logo-header.jpg) no-repeat;
	width:800px;
	height:289px;
}
#logo_header p{
	display:none;
}
#main_content{
	padding:30px 40px;
	width:720px;
	background:#FFF;
	margin:0 auto;
}
#main_content h1{
	margin-bottom:20px;
	font-size:20px;
	color:#67011A;
	font-weight:bold;
}
#main_content h2{
	margin:20px 0;
	font-size:16px;
	color:#67011A;
	font-weight:bold;
}
#main_content p{
	margin:10px 0;
	line-height:16px;
}
#footer{
	background:url(images/footer.jpg) repeat-x top;
	height:29px;
}
#footer p{
	color:#FFF;
	text-align:center;
	padding-top:7px;
}
#footer a{
	color:#FFF;
	text-decoration:underline;
}
