﻿/* CSS layout */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	background: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 350px;
	margin-left: 350px;
}

#right_col {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a {
	color: #9c7940;
	text-decoration: none; 
	font: strong;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer {
}

#bullet   {
	float: left;
	margin-left: 60px;
	margin-right: 10px;
}
#bullet2   {
	float: left;
	margin-left: 200px;
	margin-right: 10px;
}

#text2  {
	font: normal Arial 2px;
	color: #ffffff;
	float: left;
}