﻿body
{
	background-color: #564370;
	color: #564370;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#wrapper
{
	background-color: White;
	border: solid 1px Black;
	border-top: 0;
	min-height: 600px;
	height: 100%;
	margin: auto;
	text-align: center;
	width: 810px;
}

#banner
{
	background: url(images/secondary/banner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 196px;
	width: 800px;
}

#nav
{
	background: url(images/navImg.jpg);
	height: 152px;
	margin: 0 0 0 502px;
	width: 301px;
}

#searchBtn
{
	background: url(images/secondary/searchBtn.jpg);
	background-repeat: no-repeat;
	height: 38px;
	margin: 6px 0 0 506px;
	cursor: pointer;
	vertical-align: bottom;
	width: 293px;
}

#content
{
	height: 100%;
	margin: 15px;
	min-height: 449px;
	text-align: left;
}

#footer
{
	color: #777777;
	margin: 5px;
	text-align: center;
	vertical-align: bottom;
}

.homeBtn
{
	margin-left: 55px;
	margin-top: -70px;
	text-align: left;
}
