html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; font-size: 100%; }

body {
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	background-color: #2e1c12;
}

a img { border: none; }

p {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/* CONTAINER  */

#container {
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	height: 400px;
	background-color: #000;
}
#content .splash {
	text-align: center;
}
#content .splash h1 {
	color: #FFF;
}
#content .splash a {
	color: #c8a833;
	text-decoration: underline;
}
#content .splash a:hover {
	text-decoration: none;
}


#header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #c6c3ba;
	height: 54px;
}
#header img {
	margin-top: 2px;
	margin-left: 5px;
}
#footer {
	height: 100px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
}

#nav-container {
	background-color: #780e0f;
	border-bottom: 2px solid #c6c3ba;
	height: 55px;
}
