* {
	font-family: Georgia, Times, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #111111;
}
body{
	margin:0px;
	padding:0px;
}



h1 {
	font-family: Georgia, Times, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #444444;
	

}
	
h2 {
	font-family: Georgia, Times, Verdana, Arial, sans-serif;
	margin-bottom:4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
}


p {
	margin-top:0px;
	line-height: 17px;
}


a {
	margin-top:0px;
	color: #937e20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}



.content {
	position:relative;
	background-color: #c6d0c8;
	top: 60px;
	margin:10px;
	padding: 40px 140px 40px 50px;
	min-height: 600px;
}




.text {
	width: 600px;
}

.logo {
	position: absolute;
	top: 5px;
	right: 10px;
}
