@charset "UTF-8";
/* CSS Document */


/* body and position related css */


body {
	background-color: #000000;
}


#header {
	height:80px;
	margin: 0 auto;
	text-align: center;
	width: 775px
	}
	

#container {
	width: 1150px;
	text-align: center;
	
}
	

#content {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	
	}
	

#right-colum {
	float: right;
	display:inline;
	width: 220px;
	margin-right: 40px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	}
	
	
#footer {
	clear:both;
	text-align: left;
	margin: 0px auto;
	margin-top: 0px;
	height: 80px;
	}
	
#advertisers {
	margin-top: 170px;
	width: 125px;
	float: left;
	display: inline;
	padding-left: 50px;
	}

#email-list {
	width: 155px;
	margin-top: 200px;
	float: right;
	display:inline;
	padding-bottom:150px;
	background-image:url(../images/email_signup_bkgrd.gif);
	background-repeat: no-repeat;
}

#bookmark {
	margin-top: 10px;
	margin-right:25px;
	float: right;
	display:inline;
}


/* font related css */

A.menu { font-family: arial, helvetica; font-size: 8pt; color: white; text-decoration: none; }

A.menu:ACTIVE { color: #EC008C; font-weight:bold }
A.menu:VISITED { color: #cccccc; }
A.menu:LINK { color: #cccccc; }
A.menu:HOVER { color: white; font-weight:bold }

A { text-decoration: none; }

A:ACTIVE { color: white }
A:VISITED { color: pink }
A:LINK { color: gray }
A:HOVER { color: white }

.body { font-family: arial, helvetica; font-size: 11pt; color: white; }
.bodyb { font-family: arial, helvetica; font-size: 11pt; color: white; font-weight: bold; }
.bodysm { font-family: arial, helvetica; font-size: 10pt; color: white; }
.bodysmb { font-family: arial, helvetica; font-size: 10pt; color: white; font-weight: bold; }
.bodyrev { font-family: arial, helvetica; font-size: 9pt; color: #EC008C; }
.bodyrevb { font-family: arial, helvetica; font-size: 9pt; color: #EC008C; font-weight: bold; }
.peeps { font-family: arial, helvetica; font-size: 11pt; color: black; }
.peepsb { font-family: arial, helvetica; font-size: 11pt; color: black; font-weight: bold; }
.news { font-family: arial, helvetica; font-size: 11pt; color: white; }
.newsb { font-family: arial, helvetica; font-size: 11pt; color: white; font-weight: bold; }
.header { font-family: arial, helvetica; font-size: 14pt; color: white; }
.headerrev { font-family: arial, helvetica; font-size: 14pt; color: black; font-weight: bold }
.menutext { font-family: arial, helvetica; font-size: 9pt; color: white; }
.tiny { font-family: arial, helvetica; font-size: 7pt; color: white; }
.tinyrev { font-family: arial, helvetica; font-size: 7pt; color: black; font-weight: bold }
.input { font-size: 10pt; background-color: #303030; border: 0px; color: white; }
.button { font-family: arial, helvetica; font-size: 8pt; background-color: #505050; font-weight: bold; color: white; }
.blog {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #FF00FF; font-weight: bold}

.linker { border-color: black; }

.tableL { font-family: arial, helvetica; font-size: 9pt; background-color: black; color: white; font-weight: bold; vertical-align: middle; text-align: right;}
.tableR { font-family: arial, helvetica; font-size: 9pt; background-color: black; color: white; font-weight: normal; vertical-align: middle; text-align: left; }
.tableB { background-color: black; color: black; font-weight: normal; vertical-align: middle; text-align: center; }
.tabletopper { background-color: #505050; }

table.automatic {
	border-width: 1px;
	border-spacing: 0;
	border-style: outset;
	border-color: #000000;
	border-collapse: separate;
	background-color: #505050;
}
table.automatic th {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: 0;
}
table.automatic td {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: 0;
}
.peeps a, a:visited, a:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	border-color:#000000;

}
.peeps a:hover {
	color:#CCCCCC;

}
