/*  Archetype 5 | http://www.archetype5.com  */

/* Style Sheet for 33kft.com - Version 1 */
/* Last updated 01/06/09 by Jason Howard */

/* ####################################### */

body {
	font: 11px verdana;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	background-color: #363732;
}

/* ####################################### */

/* standard H tags */

H1 {
	font: 20px georgia, Arial;
	color: #3B83E5;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px 0 4px 0;

}

H2 {
	font: 14px Arial;
	color: #3B83E5;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 4px 0 6px 0
}

H3 {
	font: 12px Arial;
	color: #3B83E5;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 4px 0 0px 0
}

/* ####################################### */

/* standard link tags */

A {
	color: #666;
	text-decoration: none;
}
A:hover {
	color: #00aeef;
	text-decoration: none;
}
A:Visited {
	color: #666;
	text-decoration: none;
}
A:Visited:hover {
	color: #00aeef;
	text-decoration: none;
}

/* ####################################### */

/* Standard Lists */

ul { list-style-type: none; } 


/* ####################################### */

#container {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
}

#left-col {
	width: 233px;
	height: 600px;
	float: left;
	background-color: #000000;
	background-image: url("images/left_col_bkg.gif"); background-repeat: no-repeat;
	/* border: 1px #E0E0E0 solid; */
}

#right-col {
	width: 767px;
	height: 600px;
	float:right;
}

#nav-main {
	text-align: right;
	margin: 40px 0 0 40px;
	padding: 0 20px 0 0;
	/* border: 1px #555 dotted; */
	line-height: 24px;
}

#nav-main .on a { color: #BA3010; text-decoration: none; }
#nav-main .on a:hover { color: #BA3010; text-decoration: none;}
#nav-main .on a:visited { color: #BA3010; text-decoration: none;}
#nav-main .on a:visited:hover { color: #BA3010; text-decoration: none;}

.dots  {
	padding: 6px 0 6px 0;
}