@charset "UTF-8";
body * {
	margin: 0px; /*zeros all margins*/
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #000000;
	background-image: url(images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:link {
	color: #D0A214;
	text-decoration: none;
}
a:visited {
	color: #D0A214;
	text-decoration: none;
}
a:hover {
	color: #81650E;
	text-decoration: underline;
}
a:active {
	color: #D0A214;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 1.2em;
	
}
h1 {
	color: #000;
	font-size: 1.6em;
	background-color: #D0A214;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}


.logo {
	padding-top: 12px;
	padding-bottom: 22px;	
}
#branding {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

.section {
	width: 240px;
	float: left;
	margin-right: 36px;
	margin-left: 36px;
	height: 340px;
}
.section h2 {
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: normal;	
}
.section img {
	border: 2px solid #FFF;
}

.divider {
	
	
	padding-top: 0px;
	padding-bottom: 60px;
	
}

#footer {
	clear:both
}

#footer p {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D0A214;
}



#homelink {
	height: 63px;
	width: 211px;
	position: absolute;
	left: 710px;
	top: 33px;
}

#homelink a {
	font-size: 16px;
	font-style: oblique;
	text-align: left;
}