﻿
* {
	margin:0px;
	text-decoration: none;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#eee;
}

a {
	color: #ccc;
}

h1 {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#bbb;
}

h3 {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#bbb;
	margin:10px;
}

.lightGrey {
	color:#bbb;
	margin:10px;
}

.regularText {
	line-height:18px;
	color:#fff;
	margin:10px;
}

option
{
	color:#555;
}

select
{
	color:#000;
}

div.date {
	font-family:verdana,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#eee;
}

.imageFloat {
	float:left;
	padding-right:15px;
	padding-top:5px;
}

body {
	background-color: #000;
	background-image: url('images/background-gradient.gif');
	background-repeat: repeat-x;
}

#gayfagass {
	width:900px;
	height:100%;
	margin:0 auto;
	background-color:#111
}


#titleBox {
	width:100%;
	height:70px;
}

.rightAlign {
	text-align:right;
	float: right;
	margin-top:-30px;
	margin-right:10px;
}

.smallText {
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#ddd;
}



#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
}

#menu a:hover {
	background: #c00 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;	