﻿body
{
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url(../Images/TopBg.png) repeat-x top;
	background-color: #a6a6a6;
}
a
{
	text-decoration: underline;
	color: #9b6541;
}
img
{
	border: none;
}
h1
{
	margin-top: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #f4691e;
}
h2
{
	font-size: 24px;
	font-weight: bold;
}
h3
{
	font-size: 24px;
	font-weight: bold;
	color: #45b4da;
}
h4
{
	font-size: 16px;
	font-weight: bold;
	color: white;
}
ul li
{
	margin-bottom: 7px;
}

#main
{
}
#top, #content, #bottom
{
	width: 945px;
	margin: 0 auto;
}
#top
{
	height: 71px;	
}
#menu
{
	float: right;
}
ul#menu
{
	margin: 39px 0px 0px 0px;
	float: right;
	font-size: 16px;
	list-style: none;
	padding: 0px;
} 
ul#menu li
{
	float: left;	
} 
ul#menu li a
{
	height: 32px;
	line-height: 32px;
	float: left;
	width: 120px;
	display: block;
	color: white;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
} 
ul#menu li a:hover
{
	background-color: #700;
}

#logo
{
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}

#content
{
	padding: 15px;
	width: 945px;
	background-color: white;	
	border: solid 2px;
	border-color: #666666;
	border-bottom: none;
}

#bottom
{
	background-color: Black;
	padding: 20px 17px 20px 17px;
	color: #998770;	
}
#bottom #links
{
	border-bottom: dashed 1px white;
}

#bottom #left
{
	float: left; width: 470px;
}
#bottom #right
{
	float: left; width: 470px;
}
#bottom a
{
	color: White;
}

img.screen
{
	margin: 0px 0px 45px 45px;
}
