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

body {
	font-size:12px;
	font-family:Century Gothic,Avant Garde Gothic,Avant Garde,URW Gothic L,helvetica,sans-serif;
	letter-spacing:1px;
	color:#6B6B6B;
	background-color:#231F20;}

a, a:link, a:visited, a:active {
	color:#8CB53D;}

a:hover {
	color:#ffffff;}

#left_col {
	float:left;
	position:relative;
	width:70%;
	text-transform:uppercase;
	margin:10px 0 0 0;
	text-align:left;}
	
#right_col {
	float:right;
	position:relative;
	width:30%;
	text-align:right;
	margin:10px 0 0 0;}

.container {
	width:800px;
	background-color:#231F20;}

.coming_soon {
	padding:10px 10px 100px 10px;}
