body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0e0e0;
	background-image: url(../images/DontCareBG.png);
	background-repeat: no-repeat;
	background-position: 700px 0px;
}
#contentwrapper #PageTitle {
	margin: 60px;
}
#contentwrapper #content {
	margin-right: 60px;
	margin-left: 60px;
}
#contentwrapper #PageTitle h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #798596;
	padding-bottom: 10px;
}



#contentwrapper {
	background-color: #3c444c;
	height: auto;
	width: 820px;
	background-image: url(/images/bgstrip.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #454d58;
	padding: 10px;
	margin-bottom: 60px;
}
#contentwrapper a {
	font-weight: bold;
	color: #798596;
	text-decoration: none;
}

#banner {
	width: 660px;
	border: 10px solid #454d58;
	margin: 60px;
	padding: 0px;
	height: 300px;
}
#bottomnav {
	margin: 60px;
	height: 200px;
}
#bnav1 {
	width: 155px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 200px;
	margin-right: 10px;
}
#bnav2 {
	width: 155px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 200px;
	margin-right: 10px;

}
#bnav3 {
	width: 155px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 200px;
	margin-right: 10px;

}
#bnav4 {
	width: 155px;
	height: 200px;
	display: inline;
}
#bottomnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#localnav {
	float: right;
}
#logo {
	float: left;
	height: 50px;
	width: 300px;
}
#localnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#localnav li {
	display: inline;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#localnav li.lastli {
	border: none;
}

#header {
	margin: 60px;
	clear: both;
	height: 50px;
	width: 660px;
}

/* CSS Slider Code */

#s3slider {
   width: 660px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider ul {
	margin: 0px;
	padding: 0px;

}

#s3sliderContent {
   width: 660px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	margin: 0px;
	padding: 0px;
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage a {
	color: #FFFFFF;
	text-decoration: underline;
}


.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 290px;
}

.clear {
   clear: both;
}.gallery li {
	display: inline;
}
#content ul.gallery {
	margin: 0px;
	padding: 0px;
}
.gallery img {
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
