@import url(grids.css) all;
#topBanner {
	background-color: #333;
	overflow: hidden;
	position: relative;
	height: 90px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
}
.bannerImg{
	height:70px;
	width:100%;
	display:block;
	z-index:300;
}
#topBanner div {
	background:url(/images/banner/1.jpg) repeat-x;}
	
#rightStrip {
	color:#FFF;
	font-weight:bold;
	background-color:#999;
	text-align:center;
	z-index:1000;
	padding: 0px;
	float: left;
	height:100%;
	margin-top:10px;
	width: 103px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position:relative;
	background:#333;
}
#rightStrip .imgFrame {
	clear: both;
	float: none;
	height: 77px;
	margin-left:auto;
	margin-right:auto;
	border:1px #FFF solid;
	margin-bottom: 2px;
	margin-top:2px;
	position: relative;
	cursor:pointer;
	cursor:hand;
	}
#rightStrip .imgFrame:hover {
	border:#FEFF6A 1px dotted;
}

#mainBody div#mainTopMenu {
	background-color:#333;
	color:#FFF;
	height:18px;
}
#mainBody {
	margin-top:10px;
	position:relitive;
	display: block;
	width: 600px;
	float:left;
	border-width:0px;
	margin-left:25px;
}
#siteBody {
	background-color: #000;
	clear: both;
	float: none;
	margin-top:0px;
	width: 730px;;
	height:auto;
	overflow: visible;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: White;
}

#bottomBanner {
	width:100%;
	height:25px;
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 24px;
	background-image: url(/images/banner/bottomBar.png);
	background-repeat: repeat-x;
	background-position: top;
}
img {border:0px; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCC99;
	text-decoration: none;
	border-bottom: thin dashed #FFFF00;
}
#pageTitle {
	color:#FFF;
	padding-bottom:10px;
	margin:25px;
	height: 60px;
	width:120%;
}
#address {
	text-align: center;
	white-space: nowrap;
	clear: both;
	display: block;
	font-weight: bolder;
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: 65px;
	position: relative;
}
body div#allBody {
	width: 100%;
	position: relative;
	display: block;
	clear: both;
	float: none;
}
div#centerContent {
	border: thin dotted #999999;
}

