html,body {
	margin:0;	padding:0;	height:100%; /* needed for container min-height 	
	background:#ae694c url(../images/bg.gif) repeat-x top scroll;*/
	background:#ae694c url(../images/bg_horz.gif) repeat-y top scroll;
	font-family:Arial, Verdana, Tahoma, sans-serif;	font-size:small;	
	color:#666;
	line-height:20px;
}
h1 {font:1.35em Arial, Verdana, georgia,serif; margin:0.5em 0; color:#6b3917; font-weight:bold;}
h2 {font:1em Arial, Verdana, georgia,serif; margin:0 0 0.5em;}
a{
	color:#fc6f00;
	text-decoration:underline;
}
a:hover{
	color:#ff2400;
	text-decoration: none;
}
.clear{ clear:both;}
.space20{ background:#ffffff url(../images/spacer.gif) top scroll; height:20px; width:100%;}
.more{
	float:right;
	background:#FFFFFF url(../images/more.gif) right scroll no-repeat;
	text-align:right;
	padding-right:23px;
	width:158px;
}
div#bgcontainer{
	width:1024px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background: url(../images/bg.jpg) top right fixed no-repeat;
}
div#maincontainer {
	width:771px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	border-top:1px solid #ffa963;
	border-right:1px solid #ffa963;
	border-left:1px solid #ffa963;
	padding:3px 3px 0px 3px;
	background-color:#882f0e; 
	/*background:#882f0e url(../images/norma_pagetop.gif) top right scroll no-repeat;*/
}
.logocontainer{ 	
	height:91px;
	width:780px;
	background:none;
	color:#151515;
	margin:0 auto; /* center, not in IE5 */
}
.logo{
	width:468px;
	float:left;
}
.contact{
	width:166px;
	float:right;
}
div#header {
	padding:0;
	background:#fff;
	height:204px;
}
.menucontainer{ 	
	height:37px;
	width:771px;
	background:#fdebb0 url(../images/menu_bg.gif) repeat-x top scroll;
	color:#151515;
	margin:0;
}
#menulist
{
	padding:0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#menulist li { display: inline; }
#menulist li a span{ line-height:2.3em;height:37px;}
#menulist li a
{
	text-decoration: none;
	position:relative;
	color: #FFF;
	font: 16px arial, helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	padding: 0.2em 1em 1.8em 1em;
}
#menulist li a:hover
{
	background:#fdebb0 url(../images/menu_bg_hover.gif) repeat-x top scroll;
	color:#fad36e;
	padding: 0.5em 1em 0.5em;
}
#menulist li #current{
	padding: 0.5em 1em 0.5em;
	background:#fdebb0 url(../images/menu_bg_hover.gif) repeat-x top scroll;
	color:#fad36e;
}
div#content {
	/*padding:1em 1em 5em;  bottom padding for footer */
	padding:0;
	margin:0;
	background:#fffdf8 url(../images/content_bg.gif) repeat-x top scroll;
	border-bottom:1px solid #d05f1a;
}
.contentpadding{ padding:0px 0px 0px 15px; margin: 0;} 
.contentleft{
	width:521px;
	float:left; 
	 padding:33px 27px 0 0;
}
.contentright{width:183px; float:right;background-color:#fff3bd; padding:33px 0 0 22px;}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 em;
}

#pagefooter{
	background-color:#17181a;
	bottom: 0;
	width:1024px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
}
#footerbg{
	position: relative;
	margin:0 auto; /* center, not in IE5 */
	border-right:1px solid #ffa963;
	border-bottom:1px solid #ffa963;
	border-left:1px solid #ffa963;
	background-color:#27292b;
	width:771px;
	padding:0px 3px 3px 3px;
}
#footer {
	width:100%;
	bottom:0; /* stick to bottom */
	height:73px;
	font-size:11px;
	background-color:#85421a;
	background:#85421a url(../images/footer_bg.gif) repeat-x top scroll;
}
.footercontent{
	width:751px;
	margin:0 auto;
	padding:0 10px 0 10px;
}
#footer .left{ 
	float:left;
	color:#e88a37;
	padding-top:15px;
}
#footer .right{ 
	float:right;
	color:#e88a37;
	padding-top:10px;
}
#footer a{ color:#e88a37; text-decoration:underline;}
#footer a:hover{ color:#fad36e; text-decoration:none;}
.powered{
	color:#e88a37;
	padding-top:10px;
	position: relative;
	margin:0 auto; 
	width:771px;
}
.powered span{
	float:right;
	color:#424549;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.powered span a{ 
	color:#424549;
}

.powered span a:hover{ 
	color:#fad36e;
}
input.text {
	background-color:#fff6d4;
	border:1px solid #f0e4b7;
	color:#5D5D5D;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px 2px 5px 0px;
	padding:3px;
	width:150px;
}
textarea {
	background-color:#fff6d4;
	border:1px solid #f0e4b7;
	color:#5D5D5D;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px 2px 5px 0px;
	padding:3px;
}