﻿@import url("reset.css");
@import url("text.css");
@import url("960.css");

html
{
	height:100%;
}
body 
{
	background-color:#204060;
	height:100%;
}
#mainCanvas
{
	width:100%;
	border-collapse:collapse;
}
#top
{
	background-color:#000;
	height:100px;
}
#header
{
	width:960px;
	height:100px;
}
#header h1, small
{
	color:#FFF;
}
#header h1
{
	cursor:pointer;
	font-family:Garamond;
	font-size:3em;
	font-weight:normal;
	line-height:3em;
}
#header a
{
	color:#CCC;
}
#header a:hover
{
	color:#FFF;
}
#content
{
	background:#FFF;
}
tr.menu
{
	background:#000 url(../images/menu-background.png) repeat-x;
}
.menu td
{
	height:40px;
	color:#fff;
	border-bottom:solid 1px #FFF;
}
.menu a
{
	text-decoration:none;
	color:#999;
	font-size:14px;
	line-height:40px;
}
.menu a:hover, a.selected
{
	color:#fff;
	text-decoration:underline;
}
.spacer
{
	font-weight:bold;
	font-style:Garamond;
	font-size:20px;
	margin:0 20px;
}
#menu
{
	text-align:center;
}