/* CSS Document */
 div#container 
{
	height:auto !important;
	margin:0pt auto;
	top:0pt;
	margin:0pt auto;
	width:900px;
	padding-right: 0px;
	padding-left: 0px;
}

div#header 
{
	float:left;
	width:850px;
	height: 80px;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
}

div#image-area 
{
	float:left;
	width:850px;
	height: 206px;
	border-top: 1px solid #ec7f18;
}

div#wrapper 
{
	float: left;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
	
div#leftcontent
{
	float:left;
	margin:0px;
	width:250px;
}

div#rightcontent 
{
	width:625px;
	float: right;
	margin: 0px;
}

div#inner-leftcontent
{
	float:left;
	margin:0px;
	width:224px;
	padding-left: 1px;
}

div#inner-rightcontent 
{
	width:585px;
	float: right;
	margin-left: 39px;
}
div#footer 
{
	background-color:#35383b;
	clear:both;
	border-top:1px solid #ec7f18;
	height: 90px;
	padding:15px 10% 10px 10%;
}
div#image-area-home {
	float:left;
	width:850px;
	height: 206px;
	border-top: 1px solid #ec7f18;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ec7f18;
}
div#wrapper-home {
	float: left;
	width: auto;
	padding-top: 1px;
	padding-bottom: 10px;
}
