@charset "UTF-8";
/* theEdge.css */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************  end normalization  ************ */

body {
	background-color: #000000;
	margin: 10px auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
}

#header {
	background: url(../images/edgeLogo.png) no-repeat top center;
	height: 243px;
}

.menu {
	float: right;
	margin: 50px 35px 0 0;
	display: block;
	text-align: right;
}

.menu a {
	font-weight: bold;
	color: #ff6a3a;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

.menu a:hover {
	color: #37a840;
}

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff8aa;
}

.leftBox {
	width: 338px;
	float: left;
	height: 80px;
	padding: 3px 12px;
}

.ctrBox {
	width: 281px;
	float: left;
	height: 80px;
	padding: 3px 12px;
}

.rightBox {
	width: 309px;
	float: left;
	height: 80px;
	padding: 3px 12px;
}

.lowerBox {
	height: 210px;
}

.leftLower {
	width: 177px;
	float: left;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 175px;
	color: #37a840;
}

.ctrLower {
	width: 270px;
	float: left;
	text-align: center;
}

.rightLower {
	width: 183px;
	float: left;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 175px;
	color: #ffffff;
}

#footer {
	color: #ffffff;
	margin: 6px auto 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #ffffff;
}