@charset "UTF-8";
/* CSS Document */

/* COLORS

DARK RED: #35150a
LIGHT RED: #5f1401
LIGHT GRAY: #dcd7d4
DARK GRAY: #17140d 
GOLD: #e09b40

*/

body {
	background: url(../images/layout/bg.png) repeat-x #35150a;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #17140d;
	text-align:center;
	}

.bodyWrap {
	width: 800px;
	margin: auto;
	}

#clearLeft {
	clear:left;
	}

#clearRight {
	clear:right;
	}

#clearBoth {
	clear:both;
	}
	
.header {
	background: url(../images/header/header_main.png);
	width: 800px;
	height: 250px;
	}

.nav {
	background-color: #35150a;
	width: 200px;
	height: 195px;
	margin-top: 55px;
	padding-top: 0px;
	float:left;
	}

.nav ul {
	list-style: none;
	width: 180px;
	margin-left:-30px;
	margin-right: 0px;
	float:left;
	}

.nav ul li {
	border-bottom: #5f1401 solid 1px;
	padding: 9px 0 9px 0px;
	text-align:left;
	}

.nav ul li:first-child {
	border-top: #5f1401 solid 1px;
	}

.nav ul li a {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #dcd7d4;
	text-decoration:none;
	text-transform:uppercase;
	}

.nav ul li a:hover {
	color: #e09b40;
	text-decoration:none;
	}

.contentWrap {
	width: 100%;
	background-color: #dcd7d4;
	text-align:left;
	}

.twoCol {
	width: 360px;
	float:left;
	padding: 20px;
	}

.footer {
	width: 100%;
	padding: 8px 0 15px 0;
	text-align:center;
	font-size:14px;
	text-transform: uppercase;
	color: #dcd7d4;
	margin:0;
	}

.footer #infoWrap {
	width: 800px;
	margin:auto;
	}
	
.footer #info {
	padding: 30 20px;
	float:left;
	}

.footer a {
	color: #dcd7d4;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #5f1401;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	}

p {
	margin: 0 0 8px 0;
	text-align: justify;
	}
	
a {
	color: #5f1401;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
