@charset "utf-8";
/* CSS Document */

body,td,th {
	color: black;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url("/images/water.jpg");
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}

.cat {
	background-image:url("/images/blank_button_up.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	font-size:14px;
	width:165px;
	height:30px;
	text-indent:6px;
	

}

.sub {
	background-image:url("/images/blue_texture.jpg");
	background-repeat:repeat;
	background-position:left;
	width:195px;
	
	z-index:1;
	margin-left:-2px;
	font-size:20px;
	text-indent:15px;
	font-weight:bold;
	color:black;

}

.green{
	color:green;
}
.red{
	color:red;
}

.blackBg{
	background-color:black;
	width:850px;
}

.blueTable{
	background-image:url("/images/blue_texture.jpg");
	background-repeat:repeat;
 	padding:0px;
}

.leftTd{
	background-image:url("/images/black_texture.jpg");
	background-repeat:repeat-y;
	background-position:left;
}

.topBar{
	width:796px;
	height:68px;
	background-image:url("/images/top_bar.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	margin-bottom:-2px;
}

#social_network{
	
	margin-left:10px;
	width:400px;
	height:32px;
	background-color:white;
	border-width:4px;
	border-color:black;
	border-style: solid;
}

#date{
	z-index: 2;
	position: relative;
	color:white;
	font-size:12px;
	left:635px;
	bottom:32px;
}

#time{
	z-index: 2;
	position: relative;
	color:white;
	font-size:12px;
	left:657px;
	bottom:32px;
}

.blackBox{
	
	margin-left:10px;
	
	border-width:2px;
	border-color:black;
	border-style: solid;
}

.subheader{
	background-image: url("/images/subheader.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	width:331px;
	height:62px;
}



