﻿body
{
	background-color: #CCCCCC;
	height:100%;
	min-width:916px;
}

#Wrap 
{
	margin: 0 auto;
	width: 916px;
}


#Header {
	background-image: url("./images/Header.jpg");
	background-repeat:no-repeat;
	height: 348px;
}

#Menu 
{
	background-image: url("./images/Menubg.jpg");
	height:52px;
	text-align:center;
	padding-top:5px;
}

#Footer {
	height: 217px;
	background-image: url("./images/Footer.jpg");
	background-repeat:no-repeat;
	width:912px;
	margin: 0 auto;
	clear:both;
}

#ContentWrap 
{
background-color:#996666;
width:902px;	
margin: 0 auto;
}
#Content 
{
	background-color:#996666;
	width:580px;
	font-family: Verdana;
	font-size: 12pt;
	font-style:normal;
	color: #CCCCCC;
	float:left;
	padding-left:8px;
}

#ContentImages
{
	background-color:#996666;
	width:302px;
	float:right;
	text-align:center;
	padding-top: 20px;
}

#Image
{
	border-style: solid;
	border-width: thin;
	border-color:#CCCCCC;
}

h3.Context
{
	font-family: Verdana;
	font-size: 14pt;
	font-style: normal;
	color: #CCCCCC;
	
}

a.Menu
{
	font-family: Verdana;
	font-size: 16pt;
	font-style:normal;
	color: #CCCCCC;
	text-decoration:none;
}
h4.Menu
{
	font-family: Verdana;
	font-size: 16pt;
	font-style:normal;
	color: #CCCCCC;
}	
