body {
	background-color: #24272B;  /* 05 #2F3238; */ /* 04 #222222; */
	margin-top: 0px;
	/* 06 */background-image: url(../images/sitebg/back.gif); 
	/* 05 background-image: url(../images/sitebg/05bg_page.gif); */
	/* 04 background-image: url(../images/sitebg/04bg_main.gif); */
	background-repeat: repeat-x;
	color: #FFF;
}
.news {
	background-color: #2F3238;
	padding: 3px;
	width: 850px;
	border: 2px solid #FF9900;
	text-align: left;
     color: #FFF;
}
a:link {
	color: #F5BA07;
	text-decoration: none;
}
a:visited {
	color: #FAAD0E;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.text {
/* OBSOLETE */
}
.updates {
	font-family: Arial,Helvetica;
	font-size: 10px;
	color:#FFFFFF;
}
.sub_nav {
	color: #FFF;
	font-family: Arial,Helvetica;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
.small_txt {
	font-size: small;
}
.quote_small
{
   color: #868686;
   margin: 1px;
   padding: 1px;
   font-size: small;
   margin-left: 2px;
}
/* Time to update this 6/19/09 */
/* Page layout */
.page_item {
	height: 158px;
	width: 95%;
	border: 1px solid #000;
	background: url(/resources/backgrounds/item_bg.gif) repeat-x;
	margin-bottom: 4px;
	text-align: left;
}
	.page_item img {
		margin: 3px;
		border: 1px solid #000;
		float: left;
	}
	.page_item h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #F5BA07;
		display: inline; 
	}
.work_it {
	border: 1px solid #000;
	width: 50%;
	background: url(/resources/backgrounds/item_bg.gif) repeat-x;
}	
.make_it {
	background: url(/resources/backgrounds/construct.gif) repeat-x;
	border-bottom: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	height: 30px;
	text-align: center;
}
