body
{
	background-image:url('/images/gradient.jpg');
}

.header
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: italic;
	background-color:#fff;
}

.header a:visited,
.header a:link,
.header a:hover,
.header a:active
{
	color:#000;
}

.footer 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.nav 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	color:#FFFFFF
	background-color: #0000FF;
	color: #FFFFFF;
	background-color: #0033CC;
}

.nav p
{
	margin:4px 0 0 0;
	border-top:1px solid #bbb;
}

.content 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-align:center;
	vertical-align:top;
}
.content_header 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
}
a:link 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited 
{
	text-decoration:none;
	color: #FFFFFF;
}
a:hover 
{
	color: #FFFFFF;
	text-decoration:underline;
}
a:active 
{
	color: #FFFFFF;
}
.hosted_by 
{
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}

