* {margin:0px; padding:0px;}

body  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(images/page_bkg.jpg); /* background image here */
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #adadad;
	padding: 10px 0;
	/* background-repeat: repeat-y;
	background-repeat:repeat-x; */
}

li { 
	list-style: disc;
	margin-left: 20px;
}

h1 {
	font-size: 16px;
	color: #adadad;
	margin-bottom: 25px;
}

h2 {
	font-size: 14px;
	color: black;
	margin-bottom: 25px;
}

p { margin-top:15px;}

a:link {color: #f6931e}     /* unvisited link old CA0000 */ 
a:visited {color: #f6931e}  /* visited link */
a:hover {color: white}   /* mouse over link */

#container{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	
}

#header_main {
	height:175px;
	background: url(images/cs_header.jpg) no-repeat; /* header background image */
	}

#header {
	height:141px;
	}
	
#top_menu {
    height:32px;
 	background-image:url(images/button_trans.png); /* top menu background image  */
	border-top: 1px solid white;
	border-bottom: 1px solid black; /* #666666 */
	}
	
.date_div {
	color: white;
	text-align:right;
	padding: 6px 10px 0px 0px; 
	}

#footer {
	height:25px;
	background-color:none;
	background-image:url(images/footer_bkg.png);
	border-top: 1px solid black;
	text-align: center;
	color: white;
	}
	

/* if you want columns add them here */	

/*.left_content {
	width:15%;
	vertical-align:top;
	background-color: #3b3b3b;
	/*background-image:url(images/side_bar_l.jpg);
	border-right: 1px solid black;
	height: 500px;
	padding: 5px 10px 5px 10px;
	
}*/

.middle_gallery_content {
	width:75%;
	vertical-align:top;
	background-color: #3b3b3b;
	padding: 0px 0px 0px 0px;
	
}
.middle_content {
	width:75%;
	vertical-align:top;
	background-color: #3b3b3b;
	padding: 10px 10px 10px 10px;
	
}

.right_content {
	width:25%;
	vertical-align:top;
	background-color: #3b3b3b;
	background-image:url(images/side_bar_r.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-left: 1px solid black;
	height: 500px;
	padding: 10px 10px 10px 10px;
	
}


#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: white; /* button text idle color  */
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/button_trans.pngz) top right no-repeat;
border-top: 0px solid #d3bdbe; /*top border style*/
border-bottom: 0px solid #666666; /*thick bottom border below tabs -  old 3px */
border-right: 1px solid #999999;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #666666; /*left border style #d3bdbe */
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #666666; /*right border style - old #d3bdbe */
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{ /* button text visited color  */
color: white;
}

#thicktabs li a:idle{ /* button text idle color  */
color: white;
}

#thicktabs li a:hover{ /* button text hover color  */
color: white;
background-image: url(images/button_over.png); /*background image swap on hover*/
}




/* Header Menu End */


