﻿body 
{
	background-color: #7A7A7A; 
	font-family: 'century gothic',sans-serif;
}

.MainTable
{
	background-color:LightBlue;
	width:800px;
	font:Arial;
	border-style:solid;
	border-width:5px;
	border-color:White;
	margin-left: auto; margin-right: auto;
}
.NavigationRow
{
	background:LightSeaGreen;
	border-style:solid;
	border-bottom-width:5px;
	border-top-width:5px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:White;
	height:40px;
	vertical-align:middle;
}

.Search
{
	
	vertical-align:middle;
	width:300px;
	float:right;
}

.Navigation
{
	z-index:999;
	float:left;
	height:100%;
}

.Title
{
	background:LightSeaGreen;
	z-index:999;
}

.Content
{
	vertical-align:top;
	float:left;
	width:600px;
	margin:10px;
	z-index:1

}

.RightAd
{
	width:160px;
	float:right;
	margin:10px
}

.Menu
{
	color:White;
	font-weight:bold;
	padding-left:10px;
	background:LightSeaGreen;
	width:auto;
	text-decoration:'underline';
}

.DynamicMenu
{
	color:LightSeaGreen;
	background:White;
	border-style:solid;
	border-width:2px;
	border-color:LightSeaGreen;
}

.DynamicMenuItem
{
	color:LightSeaGreen;
	text-decoration:'underline';
}

a.Menu:hover
{
	text-decoration:underline;
}
a.DynamicMenuItem:hover
{
	text-decoration:underline;
}