/* CSS Document */

/* Default Settings */

:link,:visited {
	text-decoration:none; }
ul,ol {
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0; }
a img,:link img,:visited img {
	border:none; }
address {
	font-style:normal; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#000000;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #35180c url(images/bg.gif) top left no-repeat;
}


#footer {
	clear: both;
	background: #35180c url(images/main_footer.gif) top left no-repeat;
	height: 20px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
	padding-top: 160px;
	padding-right: 20px;
	font-size: 12px;
}

#contact {
	clear: both;
	height: 25px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	background-color: #642B14;
}


#header {
	position: relative;
}

#logo {
	width: 180px;
	height: 80px;
	position: absolute;
	top: 1px;
	left: 76px;
}

#logo a {
	display: block;
	text-indent: -3000px;
	width: 180px;
	height: 80px;
}


#nav {
	position: absolute;
	top: 7px;
	right: -5px;
	width: 524px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	margin: 0;
	padding: 0;
}

#left_col {
	float: left;
	display: inline;
	margin-top: 250px;
	margin-left: 20px;
	width: 180px;
}

#right_col {
	float: left;
	display: inline;
	margin-top: 160px;
	margin-left: 40px;
	width: 515px;
}

#left_col ul li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #7b4228;
}

#left_col ul li a {
	text-decoration:none;
	color: #FFFFFF;
}


#flash {
	margin: 10px 0 0 0;
	padding: 0;
	width: 515px;
	height: 195px;
	background-color:#000000;
}

#main_content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#main_content h1 {
	clear: left;
	font-size: 24px;
	text-transform: uppercase;
	font-weight:normal;
	padding: 25px 0;
}

#main_content h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight:normal;
	margin: 15px 0;
	border-bottom: 1px solid #cc6633;
}

#main_content p {
	margin: 10px 0 0 0;
	line-height: 18px;
}

#main_content a:link, a:visited {
	color: #FF9900;
}

#main_content a:hover {
	color: #CC6600;
}

.ul {
	text-decoration:underline;
	}

#flashcontent {


	}


/* Clear Fix */

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
* html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
}


	
