@charset "UTF-8";

* {
	margin: 0;
}

body {
	background: #cbc7ae;
	padding: 25px;
}

	h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #fff;
		font-size:30px;
		line-height:36px;
		text-transform: uppercase;
		font-weight:lighter;
	}
	
	body, h2 {
		font-family:"Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 19px;
		color: #000;
		text-transform: uppercase;
		font-weight:lighter;
	}
	
	h2 {
		margin-bottom:30px;
	}
	
	img {
		margin-bottom: 20px;
	}
	
	a {
		clear:both;
		display:inline;
		font-family:"Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration:none;
		color:#fff;
		padding: 4px;
		letter-spacing:0.5px;
		background: #52483b;
		margin-right: 15px;
	}
