/* CSS Document */

/******* Site Structure *********/

#Wrapper
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/** width: 100%; **/
	min-width: 760px;
	max-width: 100%;
	min-height: 410px;
	text-align: center;
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
	background-color:#ECE7D4;
}


/*******  Header *********/

#Wrapper .Header
{
	width: 100%;
	text-align: left;
	min-width:760px;
	background-color:#ECE7D4;
}

#Wrapper .MainHeader
{
	width: 100%;
	Height: 120px;
	min-width:760px;
	text-align: left;
	background-image:url(../HeaderImages/HeaderBackground003.jpg);
	background-repeat:no-repeat;
	background-color:#DAD0B5;
}

/******* Navigation Bar *********/

#Wrapper .NavBar
{
	margin: 0px 0px 0px 0px;
	Height: 24px;
	min-width:760px;
	text-align: left;
	background-color:#838367;
}

/******* Main Display Area *********/

#Wrapper .DisplayArea
{
	margin: 5px 0px 0px 0px;
	/** width: 750px; **/
	/** Height: 300px; **/
	text-align: left;
}

/******* Display Area Components*********/

#Wrapper .DisplayArea .SubNavBox
{
	margin: 0px 3px 3px 3px;
	width: 160px;
	text-align: left;
	float:left;
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
	background-color:#838367;
}

#Wrapper .DisplayArea .DispBox
{
	margin: 0px 4px 0px 4px;
	min-width: 80px;
	min-height:280px;
	text-align: left;
	/** float:right; **/
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
	background-color:#ECE7D4;
}
