html, body, #whole_shebang{
	min-height: 100%; 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>body #whole_shebang {
	height: auto;
}

body{
	margin:0;
	background:#BACBD6 url("../images/content_back.png") repeat-y;
	font-family:verdana;
	font-size:16px;
	color:#333333;
}

body.two_column{
	background-image:url(../images/content_back_two_column.png);
}

a img{
	border:0;
}

img.preload{
	display:none;
}

#whole_shebang{
	float:left;
	position:relative;
	top:0;
	left:0;
	width:852px;
}

h1{
	margin:0;
	background:#F7FAD9 url("../images/header_back.png") no-repeat 60px 0;
	height:72px;
	border-bottom:6px solid black;
}

h2{
	margin-top:0px;
	font-size:2.25em;
	font-weight:normal;
}

h3{
	text-align:center;
	font-family:georgia;
	font-size:1.75em;
	font-weight:normal;
	margin:22px 0; 
}

#logo{
	margin:5px;
}

#left_bar{
	width:182px;
	float:left;
}

#menu{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.81em;
	font-weight:bold;
	color:#0F3609;
}

#menu li{
	padding:0;
	/*background:url("../images/menu_bullet.png") no-repeat 26px 11px;*/
	margin:0 0 3px 0;
	position:relative;
}

#menu li a{
	display:block;
	background:url("../images/menu_back_empty.png");
	padding:9px 0px 9px 50px;
	color:#0F3609;
	text-decoration:none;
	white-space:nowrap;
}

#hot_deals{
	position:absolute;
	z-index:1000;
	top:0px;
	left:23px;
}

#menu li a:hover{
	background:url("../images/menu_back_empty_hover.png");
}

#menu li ul{
	display:none;
}

#menu li.expandable a{
	background:url("../images/menu_back.png");
}

#menu li.expandable a:hover{
	background:url("../images/menu_back_hover.png");
}

#menu li#expanded a{
	background:url("../images/menu_back_expanded.png");
}

#menu li#expanded a:hover{
	background:url("../images/menu_back_expanded_hover.png");
}

#menu li#expanded ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

#menu li#expanded ul li{
	margin-top:3px;
}

#menu li#expanded ul li a{
	background:url("../images/menu_back_empty.png");
	color:#00BC00;
	padding-left:57px;
}

#menu li#expanded ul li a:hover{
	background:url("../images/menu_back_empty_hover.png");
}

#website_by{
	margin-top:115px;
	text-align:center;
}

#website_by p{
	margin:0;
	color:#3E9722;
	font-family:georgia;
}

#twelve_spokes_logo{
	padding:3px 0;
	background-color:#3E9722;
}

#main_content{
	font-size:0.75em;
	padding:0 0 50px 34px;
	float:left;
	width:631px;
}

#left_content{
	padding:0;
	float:left;
	width:406px;
	margin:35px 15px 0 0;
	overflow:hidden;
}

#right_content{
	margin-top:35px;
	float:left;
	width:190px;
	margin-left:13px;
}

#right_content div{
	margin-bottom:17px;
}

#email_updates{
	height:64px;
	background:url("../images/email_back.png");
}

#email_updates a{
	color:#E86702;
	font-weight:bold;
	display:block;
	padding:10px 0 0 47px;
}

#sponsors{
	height:150px;
	background:url("../images/sponsors_back.png");
	text-align:center;
}

#sponsors h3{
	text-align:left;
	margin:0;
	padding:4px 0 0 16px;
	color:#3836CE;
}

#sponsors h3 img{
	margin-left:7px;
}

#sponsors_rotation{
	height:60px;
	position:relative;
	margin:20px 0;
}

#sponsors_rotation div{
	position:absolute;
	top:0;
	left:7px;
	cursor:pointer;
}

#sponsors_rotation div#logo_2{
	padding:0 0 0 40px;
}

#sponsors_rotation div#logo_3{
	padding-left:12px;
}

#sponsors_rotation div#logo_4{
	padding:10px 0 0 5px;
}

#sponsors a{
	margin-left:4px;
	color:#3836CE;
}

#quick_list{
	background:url(../images/quick_list_back_middle.png) repeat-y top left;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:17px;
}

#quick_list li{
	position:relative;
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:0px 10px 0px 60px;
}

#quick_list li a{
	text-decoration:underline;
	color:#333;
}

#quick_list li a.date_link{
	text-decoration:none;
}

#quick_list li span {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:55px;
	text-align:right;
	font-weight:bold;
}

#quick_list h3{
	margin:0;
	padding:15px 0 12px 0;
	color:#901B4E;
	text-align:center;
}

#quick_list li.list_top{
	padding:0;
	background:url(../images/quick_list_back_top.png) no-repeat top left;
	text-align:center;
}

#quick_list li.list_bottom{
	padding:0;
	background:url(../images/quick_list_back_bottom.png) no-repeat bottom left;
}

#cw_ad{
  text-align:center;
}

#footer{
	clear:both;
	height:25px;
/*	position:absolute; moving footer out of whole_shebang */
/*	bottom:-20px; moving footer out of whole_shebang */
	width:469px;
	margin:-25px 0 0 284px;
	list-style:none;
	font-size:0.63em;
}

body.two_column #footer{
	margin-left:184px;
}

#footer li{
	float:left;
	margin-right:12px;
	color:#979696;
}

#footer li a{
	color:#979696;
}

#footer li a:hover{
	color:#e86702;
}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */