﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic;
	font-size: 13px;
	color: #444;	
	background-color: Gray;
}

img
{
	border: none;
	behavior: url(../../iepngfix.htc);
}

a:visited
{
	color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #ae1515;
    text-decoration: underline;
}
a:link
{
    color: #fff;
    text-decoration: none;
}

div.override a:active, div.override  a:link, div.override  a:visited{
color:#ae1515;
}

div#top
{
	width: 900px;
	height: 322px;
}
	*html div#top {
		width: 900px;
		height: 322px;
		margin-bottom: -5px;
	}

div#navbar
{
	clear: both;
	width: 900px;
	background-image: url(../../images/navbar.png);
	text-align: left;
}
	*html div#navbar {
		clear: both;
		width: 900px;
		background-image: url(../../images/navbar.png);
		text-align: left;
		margin-bottom: -5px;
	}
div#nav
{
	clear:both;
	width: 900px;
	height: 28px;
	margin-top: 15px;
	text-align: left;
}

	div#nav li
	{
		list-style-type: none;
		padding: 0px 20px 0px 0px;
		display: inline;
	}
	
	div#nav a:hover
	{
		color: #ae1515;
		text-decoration: underline;
	}

	div#nav .active
	{
		color: #ae1515;
		text-decoration: none;
	}

div#latest
{
	clear: both;
	width: 900px;
	height: 166px;
	background-image: url(../../images/darkgray.png);
	background-repeat: repeat;
	color: #ccc;
}
	div#glitter
	{
		width: 439px;
		height: 166px;
		float: left;
	}
	div#upcomingEvents
	{
		width: 440px;
		height: 146px;
		float: left;
		/*border-right: dotted 1px #ccc;*/
		text-align: right;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-right: 10px;
		overflow: auto;
	}
	div#recentAdditions
	{
		width: 220px;
		height: 146px;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-right: 10px;
		text-align: right;
	}

div#main
{
	clear: both;
	width: 870px;
	background: #fff url(../../images/mainbg.png) no-repeat;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
	

div#footer
{
	clear: both;
	width: 900px;
	padding-bottom: 25px;
	background-color: #2e2e2e;
	color: #cccccc;
}
	div#footer li
	{
		list-style-type: none;
		padding: 0px 20px 0 0;
		display: inline;
	}

div#left
{
	width: 269px;
	border-right: dotted 1px #ae1515;
	float: left;
	text-align: left;
	padding-right: 15px;
}

div#right
{
	width: 570px;
	float: left;
	text-align: left;
	padding-left: 15px;
}

.heading
{
	color: #ae1515;
	font-size: 15px;
}
