body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Lucida Grande', Sans-Serif;
	background: #333;
}

h1 { 
	font-family: georgia;
	font-size: 3em;
	color: #333;
	line-height: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -2px;
}

a, a:hover
{
	background: none;
	text-decoration: none;
}

p
{
	font-family: 'lucida grande', 'arial', 'trebuchet ms', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}

ul
{ 
	list-style-type: none;
	color: #FFF;
	font-family: georgia;
	font-size: 2em;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

ul a
{
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

ul a:hover
{
	color: #ff33cc;
}

.red a:hover
{
	color: #333;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.pink a
{
	color: #ff4f4f;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.pink a:hover
{
	color: #333;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.blue a:hover
{
	color: #66ffff;
}

.green a:hover
{
	color: #66ff66;
}

.yellow a:hover
{
	color: #ffff66;
}

.current a
{
	color: #666;
}

.current a:hover
{
	color: #666;
}


#header
{
	background: #fff;
	padding-top: 1px;
	padding-bottom: 30px;
}

#logo
{
	margin-left: 30px;
	margin-top: 29px;
	color: #fff;
	font-family: Helvetica;
	font-size: 4em;
	line-height: 100%;
	font-weight: bold;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: -3px;
}

#logo a
{
	color: #fff;
	background: #333;
	width:228px; 
	height:53px;
	padding-top: 8px;
	padding-left: 13px;
	display:block; 
	text-align:left;
}
#logo a:link
{
	text-decoration:none;
}
#logo a:hover
{
	color:#333;
	background: #fff;
	text-decoration:none;
}

#tagline
{
	float: right;
	margin-top: -18px;
	margin-right: 30px;
}

#fixer
{
	clear: both;
}
#menu
{
	float: left;
	margin-top: -20px;
}


#mainContent
{
	float: right;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 50px;
}

#dot
{
	position: absolute;
	right: 212px;
	top: 312px;
}

#footer
{
	clear: both;
	width: 80%;
	border-top-color: #555;
	border-top-width: thin;
	border-top-style: solid;
	text-align: center;
	margin: auto;
	
}

#footer a
{
	color: #333;
	background: #FFF;
	text-decoration: none;
	padding: 2px;
}

#footer a:hover
{
	color: #FFF;
	background: #333;
	text-decoration: none;
	padding: 2px;
}

