@charset "UTF-8";
/* CSS Document */

body {
background: #000;
background: #003a3a;
/* background-image: url('img/background1.jpg'); 
background-repeat: repeat-y; */
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

.ContentContainer {
width: 900px;
height: auto;
margin-left: 50px;
padding-left: 5px;
padding-top: 5px;

}

.ContentText {
width: 875px;
height: auto;
margin-left: 20px;
padding-left: 5px;
padding-top: 5px;

}

.LinkBar {
background: #2f2f2f;
width: 965px;
height: 15px;
padding-left: 0px;
padding-top: 5px;
font-size: 16px;

}

.toplinks {
width: 450px;
float: left;
font-size: 18px;
}

.buzzlinks {
width: 450px;
float: right;
font-size: 18px;
}
a {

	text-decoration: none;
	
	}
	
a:link {
	color: #fff;

}
a:visited {
	color: #fff;
}
a:hover {
	color: #666;
	border-bottom: dotted 1px;
	text-decoration: none;
	background-color: #000;
}
a:active {
	color: #fff;
}

.buzzcol1 {
margin-left: 25px;
width: 400px;
float: left;
}

.buzzcol2 {
margin-left: 5px;
width: 400px;
float: right;
}

.buzztxt {
padding-left: 10px;
}

.linkheadertext {
font-size: 16px;
text-decoration: underline;
}
