@charset "UTF-8";

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

body {
	background-color: #000;
	background-image: url(../images/logo-black.jpg);
	background-repeat: no-repeat;
	background-position: 75px 25px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
a {
	text-decoration: none;
	color: #6A7A85;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-bottom: 20px;
	list-style-type: none;
	margin-left: 0px;
}
li {
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet-arrow.gif);
	background-position: 0px 5px;
	padding-left: 8px;
}


div#container {
	width: 670px;
	margin-left: 80px;
	margin-top: 20px;
}

div#col1 {
	width: 270px;
	float: left;
	margin-top: 200px;
}

div#col2 {
	width: 190px;
	float: left;
	margin-left: 10px;
}
div#col3 {
	width: 190px;
	float: right;
}

h1#masthead {
	margin: 0px;
	padding: 0px;
}
h1#masthead a {
	display: block;
	width: 350px;
	height: 200px;
	position: absolute;
	color: #FFF;
	font-size: 10px;
	text-indent: -999em;
}
h2 {
	margin-bottom: 5px;
	display: block;
	color:#666666;
	font-size:10px;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-postition: left top;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}

h2#latest {
	height: 14px;
	background-image: url(../images/h2-latest.gif);
}

h2#links {
	background-image: url(../images/h2-links.gif);
	height: 14px;
}

h2#contact {
	background-image: url(../images/h2-contact.gif);
}

h2#print {	background-image: url(../images/h2-print.gif);
}

h2#archives {background-image: url(../images/h2-archives.gif);}

h2#friends {background-image: url(../images/h2-friends.gif);}

table#printport {
	width: 160px;
}
table#printport td {
	padding: 2px;
	text-align: center;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
