@charset "UTF-8";
/* CSS Document */

body{ 
	background: url(images/header.jpg) 0 0 repeat-x #ebf6f5; 
	width:100%; 
	margin:0;
}

div#container {
	margin: 0 auto; 
	width: 960px; 
	
}
header, section, footer {
	display:block;
	padding:0 150px;	
}
header {
	height:200px;
}

section{
	padding-top:50px;
	text-align:center;
}

a {
	color: #a4dadb;
	text-decoration:none;
}
a:hover {
	color: #54301a
}

div#container h1 {
	font-family: Pevensey1Regular-Italic;
	font-weight:normal;
	font-style:normal;
	font-size: 25px;
	padding-top: 0px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #a4dadb
}

div#container h4 {
	font-family: Pevensey1Regular-Italic;
	font-weight:normal;
	font-style:normal;
	font-size: 12px;
	padding-top: 0px;
	line-height: 1.5em;
	margin-bottom: 5px;
	color: #54301a
}

a.mark img {
	padding:40px 0 0 284px;
	position:relative;	
	float:left;
	height:120px;
	width:92px;
}

a.logo img {
	padding:125px 20px 0 0;
	position:relative;	
	float:right;
	height:34px;
	width:170px;
}
