html { overflow-y: scroll; }
body {
	margin: 0px;
	padding: 0px;
	background-image: url(inside_bgmod.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFCB3A;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 1153px;
	margin-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image:url(backgroundnova.jpg)
}
#header {
	background-image: url(header.jpg);
	height: 414px;
	width: 960px;
}
#menu {
	height: 41px;
	width: 960px;
}
#flash {
	height: 222px;
	width: 960px;
}
#main {
	background-image: url(main2.gif);
	height: 640px;
	width: 960px;
}
.headline {
	font-size: 16pt;
	color: #FA9A27;
}
#main a:link, #main a:visited {
	color: #FA9A27;
	font-weight: bold;
	text-decoration: none;
}
#main a:active, #main a:hover {
	color: #c41a0e;
	text-decoration: underline;
}

#main_left {
	float: left;
	padding-left: 47px;
	padding-right: 24px;
	width: 409px;
	height: 440px;
}
#main_right {
	float: right;
	padding-right: 47px;
	width: 409px;
	padding-left: 20px;
	height: 440px;
}
#main_left_top{
	height: 75px;
	margin-top: 125px;
	margin-left: 25px;
	margin-right: 20px;
}
#main_left_bottom{
	margin-left: 200px;
	margin-right: 20px;
	margin-top: 20px;
}
#main_right_top{
	margin-top: 70px;
	margin-left: 35px;
	margin-right: 160px;
}
#main_right_bottom{
	margin-top: 100px;
	margin-left: 240px;
	margin-right: 10px;
}

#footer {
	height: 35px;
	width: 960px;
	background-color: #413F40;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #fa9a27;
	color: #999898;
}
#footer a:link, #footer a:visited {
	color: #999898;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}
#footer_left {
	float: left;
	padding-left: 47px;
	padding-top: 10px;
}
#footer_right {
	float: right;
	padding-right: 47px;
	padding-top: 10px;
}
#footer .pipe {
	color: #FA9A27;
	padding-right: 15px;
	padding-left: 15px;
}



#menurapper {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F89225;
	width: 960px;

}
.indentmenu{
	width: 960px;
	height: 42px;
	overflow: hidden;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #323131;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
	background-color: #FFF;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #3F443E;
	background-color:#f89225;
	text-decoration: none;
	text-align:center;
	padding-top: 11px;
	padding-bottom: 11px;
	width:192px;
	background-image: url(orange.jpg);
	background-position: right;
}
.indentmenu ul li a:hover{
	color: #3F443E;!important; /*text color of selected and active item*/
	background-color:yellow;
	background-image: url(yellow.jpg);
}
.indentmenu ul li .current{
	color: #FFF;
	background-color:red;
	background-image: url(red.jpg);

}

