html{margin: 0;	padding: 0;}

body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #79170a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #FFF8E5;
	margin: 30px 0 20px 0;
} 
#wrapper {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background-color: #79170a;
	margin-bottom: 20px;
}

#header {width: 800px; height: 67px; background: #0d7ca8; clear:both; border: 2px #ffcc4c solid;}

/* NAVIGATION */
#nav {
	width: 790px;
	height: 17px;
	border-right: 2px #ffcc4c solid;
	border-left: 2px #ffcc4c solid;
	background: #92140b;
	text-align: right;
	color: #ffcc4c;
	padding: 1px 10px 0 0;
}
#nav a {color: #ffcc4c;	text-transform: uppercase; font-weight: bold; text-decoration: none; letter-spacing: 0.15em;}
#nav a:hover {color: #0d7ca8;}
#nav a.current {color: #002e5e;}

/* Container for LOGO positioning */
#logo {position: absolute; top: -30px; left: 15px; width: 800px; height: 100px;}

/* main CONTENT */
#mainContent {width: 760px; padding: 40px 20px 10px 20px; min-height: 540px; border: 2px #ffcc4c solid; background: #002e5e;}

/* Container for FOOTER */
#footer {width: 800px; height: 20px; padding: 2px 0 5px 0; margin: 0; color: #ffcc4c; text-align: center;}
#footer a {color: #ffcc4c; text-decoration: none;}
#footer a:hover {text-decoration: underline; font-weight: normal;}
#footer span.left {float: left;	text-align: left; width: 50%;}
#footer span.right {float: right; text-align: right; width: 50%;}