html
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body
{
	background: white;
	font-family: tahoma, arial;
	margin: auto;
	width: 100%;
    height: 100%;
}
#wrapper
{
	width: 960px;
    height: auto;
	margin: auto;
	background: #e6e6e6;
}
#header
{	
	width: 960px;
	height: 438px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#headerLeft
{
	float: left;
	text-align: center;
	color: #cc4200;
	margin: 10px 0px 0px 15px;
}
#headerRight
{
	float: right;
	text-align: right;
	margin: 65px 15px 0px 0px;
}
#headerRight a
{
	color: black;
	text-decoration: none;
}

#headerRight a:hover
{
	color: #cc4200;
	text-decoration: underline;
}
#headerContent
{
	color: black;
	margin:55px 0px 0px 15px;
	width: 230px;
	height: auto;
}
#nav
{
	width: 960px;
	height: 54px;
	margin: 0px 0px 0px 0px;
}
#navUnder
{
	background: #ffd5a6;
	width: 950px;
	height: 15px;
	text-align: center;
	padding: 5px;
	font-size: 10px;
}
#bodyContent
{
	width: 960px;
	height: auto;
	background-image: url('images/bodyContentBackground.jpg');
	background-repeat: repeat-y;
}

#bodyLeft
{
	width: 650px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#bodyRight
{
	width: 270px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#block1
{
	font-size: 16px; 
	color: #CC4200; 
	font-weight: bold; 
}
#footerContent
{
	width: 960px;
	height: auto;
	background: #ff8000;
	font-size: 12px;
}
#footerContent a
{
	color: white;
	text-decoration: underline;
}
#footerContent a:hover
{
	color: #316bb5;
	text-decoration: underline;
}
#footerLeft
{
	float: left;
	padding: 10px;
}
#footerRight
{
	float: right;
	padding: 10px;
}
.style1
{
	font-size: 90%;
}
.bodyRightContact
{	
	text-align: center;
	width: 250px;
	height: auto;
}
.bodyRightContact a
{
	margin: 0px 10px 0px 10px;
}