body {
	background:url(../images/layout/bgnd-2.jpg) no-repeat;
	background-color: #000000;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
}

/* MENU */

/* THIS is to hide any text you need hiding */
.hidetext {display:none; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

#menu_container{
	position: relative;
	top:180px;
	left:70px;
	z-index: 5;
	width: 126px;
	height: 272px;
	margin: 0px;
}
#menu_container ul{
	padding: 0px;
	top:0px;
	left:0px;
	z-index: 50;
	margin: 0px;
}
#menu_container li, #menu_header_1, #menu_header_2, #menu_header_3, #menu_header_4, #menu_header_5, #menu_header_6, #menu_header_7, #menu_header_8, #menu_header_9{
	position: relative;
	top:0px;
	left:0px;
	z-index: 50;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 126px;
	height: 30px;
}

#menu_header_1, #menu_header_2, #menu_header_3, #menu_header_4, #menu_header_5, #menu_header_6, #menu_header_7, #menu_header_8, #menu_header_9{
	margin: 0px 0px 0px 0px;
}

#menu_header_1 { height: 30px; background: url(../images/menu/menu.jpg) 0px -0px no-repeat ;}
#menu_header_2 { height: 30px; background: url(../images/menu/menu.jpg) 0px -30px no-repeat ;}
#menu_header_3 { height: 30px; background: url(../images/menu/menu.jpg) 0px -60px no-repeat ;}
#menu_header_4 { height: 30px; background: url(../images/menu/menu.jpg) 0px -90px no-repeat ;}
#menu_header_5 { height: 30px; background: url(../images/menu/menu.jpg) 0px -120px no-repeat ;}
#menu_header_6 { height: 30px; background: url(../images/menu/menu.jpg) 0px -150px no-repeat ;}
#menu_header_7 { height: 30px; background: url(../images/menu/menu.jpg) 0px -180px no-repeat ;}
#menu_header_8 { height: 30px; background: url(../images/menu/menu.jpg) 0px -210px no-repeat ;}
#menu_header_9 { height: 30px; background: url(../images/menu/menu.jpg) 0px -240px no-repeat ;}

#menu_header_1 a{ height: 30px; background: none;}
#menu_header_2 a{ height: 30px; }
#menu_header_3 a{ height: 30px; }
#menu_header_4 a{ height: 30px; }
#menu_header_5 a{ height: 30px; }
#menu_header_6 a{ height: 30px; }
#menu_header_7 a{ height: 30px; }
#menu_header_8 a{ height: 30px; }
#menu_header_9 a{ height: 30px; }

#menu_header_1 a, #menu_header_2 a, #menu_header_3 a, #menu_header_4 a, #menu_header_5 a, #menu_header_6 a, #menu_header_7 a, #menu_header_8 a, #menu_header_9 a{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 126px;
}

#menu_header_1 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -0px no-repeat ;}
#menu_header_2 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -30px no-repeat ;}
#menu_header_3 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -60px no-repeat ;}
#menu_header_4 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -90px no-repeat ;}
#menu_header_5 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -120px no-repeat ;}
#menu_header_6 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -150px no-repeat ;}
#menu_header_7 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -180px no-repeat ;}
#menu_header_8 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -210px no-repeat ;}
#menu_header_9 a:hover{ height: 30px; background: url(../images/menu/menu.jpg) -126px -240px no-repeat ;}
	
#menu_container a{
	padding: 0px;
	margin: 0px;
	display: block;
}

/* MAIN CONTENT */

#maincolumn {
	position:absolute;
	width:600px;
	top:190px;
	left:230px;
}

#col1 {
	width:375px;
	padding-right:25px;
	float:left;
}

#col2 {
	width:177px;
	padding:10px;
	background-color:#252525;
	border:1px solid #666666;
	float:left;
}

#col2other {
	width:178px;
	padding:0px 10px 10px 10px;
	border-left:1px solid #666666;
	float:left;
}

#col2footer {
	width:178px;
	padding:10px;
	float:right;
	font-size:10px;
	color:#666666;
}

#footer {
	position:relative;
	width:600px;
	border-top:1px solid #666666;
	margin:20px 0px 50px 0px;
	padding-top:10px;
	clear:both;
	font-size:10px;
	text-align:left;
	color:#FFFFFF;
}

/* LAYOUT */

.imgpadding {
	float:left; 
	border:1px solid #666666; 
	margin:3px 10px 3px 0px;
}

.imgpadding2 {
	border:1px solid #666666; 
	margin-bottom:5px;
}

.imgpadding3 {
	float:left; 
	margin:3px 10px 3px 0px;
}

.clear {
	clear:both;
}

.list ul li{
	background:url(../images/layout/square.gif) no-repeat 0 6px;
	border-bottom:1px solid #333333;
	padding:4px 0 4px 16px;
	margin-top:5px;
}

.plus ul li{
	background:url(../images/layout/plus.gif) no-repeat 0px 7px;
	padding:4px 0 4px 16px;
	margin-top:5px;
}

.line {
	border-top:1px solid #666666;
}

/* TEXT STUFF */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	margin-bottom:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	margin:3px 0px 10px 0px;
	color:#666666;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#FFFFFF;
}

h5 {
	font-size:10px;
	color:#666666;
}

h6 {
	font-size:11px;
	color:#999999;
}

a:link, a:active, a:visited {
	color:#F04D2A;
	text-decoration:none;
}

a:hover{
	color:#F04D2A;
	text-decoration:underline;
}
	
#dateblock {
	float:left;
	margin:0px 10px 0px 0px;
	padding-top:6px;
	width:40px;
	height:35px;
	background-color:#000000;
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:18px;
	line-height:14px;
	text-align:center;
	font-weight:bold;
}

#dateblock span {
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}

.green {
	color:#6CBD45;
	width: 35px;
	height: 25px;
	float: left;
	margin-right:10px;
}

/* 10 things */

#tenthings_1, #tenthings_2, #tenthings_3, #tenthings_4, #tenthings_5, #tenthings_6, #tenthings_7, #tenthings_8, #tenthings_9, #tenthings_10 {
	display:none;
	background-color:#000000;
	padding:20px;
	margin-left:45px;
	border-bottom:1px solid #333333;
	color:#DDDDDD;
}

/* , #10things_2, #10things_3, #10things_4, #10things_5, #10things_6, #10things_7, #10things_8, #10things_9, #10things_10 */