﻿body
{
	background-color: #564370;
	color: #564370;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#wrapper
{
	border: solid 1px Black;
	background-color: White;
	border-top: 0;
	min-height: 600px;
	height: 100%;
	margin: auto;
	text-align: center;
	width: 810px;
}

#banner
{
	background: url(images/default/banner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 250px;
	width: 800px;
}

#nav
{
	background: url(images/navImg.jpg);	
	height: 152px;
	margin: 0 0 0 502px;
	width: 301px;
}

#searchBtn
{
	background: url(images/default/searchBtn.jpg);
	background-repeat: no-repeat;
	height: 84px;
	margin: 7px 0 0 507px;
	cursor: pointer;
	vertical-align: bottom;
	width: 293px;
}

#content
{
	/* background-image: url(images/default/gradient.jpg);
	background-repeat: repeat-x; */
	color: White;
	height: 100%;
	margin: 10px;
	min-height: 449px;		
	text-align: left;
}

#footer
{
	color: #777777;
	margin: 5px;
	text-align: center;
	vertical-align: bottom;
}