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

body {
	background-color: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#EEE;
	letter-spacing:.01em;
 }

a:link{
	color:#FFF;
	text-decoration: underline;
}
a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#777;
	text-decoration:none;
}
a:active{
	color:#777;
	text-decoration:none;
}

a:link.red {
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
}
a:visited.red {
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
}
a:hover.red {
	font-weight:bold;
	color: #777;
	text-decoration:underline;
}
a:active.red {
	font-weight:bold;
	color: #777;
	text-decoration:underline;
}

 .logo {
 	position:absolute;
	top:0px;
	left:0px;
}

.header{
	background-image:url(../../banner.jpg);
	height:87px;
	width:100%;
}

.nav{
	float:left;
	margin-left:8px;
}

.main{
	float:left;
	position:absolute;
	top: 80px;
	left: 185px;
	width: 550px;
	padding: 10px;
}

.ads{
	position:absolute;
	top: 80px;
	left: 755px;
}

.textRight{
	text-align:right;
}

img.floatLeft { 
    float: left;
	clear:left; 
	margin-right: 10px; 
}

img.amazon { 
	margin-left: 15px; 
}

.textCenter{
	text-align:center;
}

.links{
	padding: 3px;
	background-color:#021633;
	border-bottom:solid 1px gray;
}

.bi{
	font-style: italic;
	font-weight:bolder;
}

.bold{
	font-weight:bold;
}

h1{
	font-style: italic;
	font-weight:bolder;
	font-size:24px;
	margin:0px;
}