@charset "UTF-8";


@font-face {
    font-family: 'AWConquerorSlabLight';
    src: url('awconquerorslab-light-webfont.eot');
    src: url('awconquerorslab-light-webfont.eot?iefix') format('eot'),
         url('awconquerorslab-light-webfont.woff') format('woff'),
         url('awconquerorslab-light-webfont.ttf') format('truetype'),
         url('awconquerorslab-light-webfont.svg#webfont9brSmXv5') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AWConquerorSansLight';
    src: url('awconquerorsans-light-webfont.eot');
    src: url('awconquerorsans-light-webfont.eot?iefix') format('eot'),
         url('awconquerorsans-light-webfont.woff') format('woff'),
         url('awconquerorsans-light-webfont.ttf') format('truetype'),
         url('awconquerorsans-light-webfont.svg#webfontLQQcve4W') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font: 100% AWConquerorSlabLight, Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	position: relative;
	width: 705px;
	background: #000000;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #A7A9AC;
	
}
.oneColElsCtr #mainContent {
	padding: 12px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */

}


#graphic {width: 675px;  height: 455px; margin: auto;}

#brand {
	width: 310px;
	height: 95px;
	position: relative;
	}
#brand span {
	background: #000 url('images/logo.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
ul {list-style-type: none; font-size: 0.7em;}

ul#contact {color: #A7A9AC; position: absolute; left: 300px; top: 490px}

li.email {font-family: AWConquerorSansLight, Verdana, Arial, sans-serif;}
li.address {margin-top: 5px;}

a, a:link, a:visited {color: #A7A9AC; text-decoration: none; }
a:hover {color: #fff;}

ul#services {color: #fff; text-align: right; float: right; margin-top: -120px; z-index: 900;}