body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #252525;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	height:395px;
	width: 652px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #161616;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}oneColFixCtr #mainContent {
	width:870px;
	margin: 0 auto;
	background: #000000;
	border: solid 1px #313330;
}
.tob_grid_bg {
	background:url(../images/top_grid_bg.jpg) no-repeat;
	height:63px;
}
.logo{
	margin-top:12px;
}
#Gallery{
	padding:8px;
	width: 560px;
	height: 225px;
	border:#33401e solid 1px;
	margin: 0 auto;
}

.divBlocks {
	float:left;
	margin-left:27px
}
.heading {
	color: #D78100;
	font-size: smaller;
	text-align: center;
}
.normalTxt {
	color: #9e9f97;
	font-size: smaller;
}

.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: smaller;
	background-image: url(images/ad-bg1.jpg);
}
.head1 {
	color: #98A55F;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:10px;
}
.list li {
list-style-image:url(../images/bullet.jpg);
line-height:16px;
}
.adSection {
	text-align:left;
	padding-left:9px;
	z-index: 0;
}

.signout{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#98A55F;
	font-weight:bold;
	text-decoration:underline;
	background-color:#000000;
	border:0px;
	cursor:hand;
}
.adHead {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:17px;
}
.specialHd{
padding-top:5px;
padding-left:-28px;
height:29px;
width:235px;
}
	
.newsHead{
	color:#b4bf8a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.newsSection{
	margin-left:2px;
	margin-top:5px;
	padding:0px;
	height:116px;
	width:618px;
	border:1px solid #33401e;
	background-color:#000000;
	text-align:left;
	line-height:16px;
}
.newsBox {
	float:left;
	background-color:#000000;	
}
.newsLink:link {
	color: #868484;
	text-decoration:none;
	font-size:11px;
}
.newsLink:visited {
	color: #868484;
	text-decoration:none;
}
.newsLink:hover {
	color: #5eaa2c;
}
.newsLink:active {
	color: #868484;
	text-decoration:none;
}
#footerText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#868484;
	z-index: 7;
	width: 656px;
	text-align: center;
	padding-top:100px;
	margin: 0px auto
}

#footerText a:hover{
	color:#a8a04b;
}
