﻿body
{
    padding: 20px 0 20px 0;
    font-family: 'Arial' , Sans-Serif;
    font-size: 13px;
}

a
{
    text-decoration: none;
    color: #333333;
}

a img
{
    border: none;
}

input, textarea
{
    border: 1px solid #ABABAB;
    background-color : #FFFFFF;    
}

input
{
	width: 200px;
}

textarea
{
    overflow: auto;  
	width: 322px;  
}

#wrapper
{
    width: 800px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #333333;
    background-color: #FFFFFF;
    overflow: hidden;
}

#logo
{
    text-align: center;
}

#logo img
{
	position: relative;
	left: -5px;
	top: -5px;
}

#navigation
{
    margin: 15px 5px 10px 5px;
    padding: 5px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    overflow: hidden;
	height: 17px
}

.navigationItem
{
    float: left;
    margin-right: 15px;
}

.navigationItem a
{
    font-weight: bold;
    color: #333333;
}

.navigationItem a:hover
{
    text-decoration: underline;
}

#main
{
    padding: 10px;
    line-height: 150%;
    margin-bottom: 10px;
}

#footer
{
    padding: 5px;
    font-size: 70%;
}

#footer a
{
    color: #666666;
}

#footer a:hover
{
    text-decoration: underline;
}

.sponsor
{
    width: 180px;
	height: 85px;
	overflow: hidden;
    border: 1px solid #ABABAB;
    text-align: center;
    float: left;
    margin: 0 0 10px 10px;
}

.sponsorTable
{
	width: 100%;
	height: 85px;
}

#countdown
{
	padding: 10px;
	background-color: #FCFAF1;
	border: 1px solid #ABABAB;
	margin: 15px 5px 10px 5px;
	text-align: center;
}

#topArea
{
	padding: 10px;
}

.topImage
{
	float: left;
	margin-right: 10px;
}

.topQuote
{
	padding: 5px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 150%;
}

.topNote
{
	font-size: 13px;
}