html,body
{
	background-color: #606060;

	margin-top: 20px;

	padding: 0px;
}

#backdrop
{
	/*Code to center block on page*/
	position: absolute;
	margin-left: -380px;
	width: 760px;
	left: 50%;

	/*background-color: #FFF;*/
	background-color: #B53915;
	
	/*border: solid 2px #663300;*/
	border: solid 0px #B53915
}

#header
{
	background-color: #B53915;

	height: 200px;
	width: 760px;

	background-image: url(../img/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#tab
{
	height: 17px;
	width: 760px;

	background-color: #FFF;

	background-image: url(../img/tab.png);
	background-repeat: no-repeat;
}

#menu
{
	border: solid 0px #B53915;
	/*
	background-image: url(../img/menuBackground.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	*/
	background-color: #B53915;
	height: 60px;
	width: 760px;

	/*
	float: left;

	padding-right: 10px;
	padding-top: 0px;
	*/
}

#menu ul
{
	padding-left: 20px;
	margin-left: 0px;
}

#menu li
{
	list-style: none;
}

#menu li a.selected
{
	font-weight: bold;
}

#footer
{
	background-color: #FFF;
	border-top: solid 1px #B53915;

	font-family: arial;
	font-size: 10px;
	text-align: center;

	clear: left;
}

#content
{
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
}

#content h3, #content h4
{
	color: #663300;
}

#spacer
{
	background-color: #FFF;
}