img, div, a, input {
	behavior: url(iepngfix.htc);
}

body{
	background-image: url(images/bg-main.jpg);
	background-color: #20190f;
	padding:0px;
	top:0;
	margin:0px;
}

P {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	text-align: center;
	margin-top: -315px;
}

#main {
	margin: auto;
	height: 626px;
	width: 929px;
	text-align:left;
	overflow: hidden;
/*	background-color: #FF0000; */
}


#logoouter {
	width: 929px;
	height: 134px;
	float: left;
	display: inline;
	margin: 0px;
	position:relative;
	overflow:visible;
/*	background-color:#6600FF  */
}

#percent-button {
	position:absolute;
	top:70px;
	left:605px;
	width:161px;
	height:62px;
}

#navouter {
	width: 771px;
	height: 53px;
	float: left;
	display: inline;
	margin: 0px;
	text-align: center;
/*	padding-left: 75px; */
/*	padding-right: 70px; */
/*	background-color:#0000CC; */
	background-color: #FFFFFF;
}


#navleft {
	width: 79px;
	height: 53px;
	float: left;
	display: inline;
}

#navright {
	width: 79px;
	height: 53px;
	float: left;
	display: inline;
}

.navitem {
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	display: inline;
}

#contentouter {
	width: 771px;
	height: 377px;
	float: left;
	display: inline;
	margin: 0px;
	overflow: hidden;
/*	background-color: #CCFF00;  */
	background-image: url(images/bg-content.jpg);
}

#contentleft {
	width: 79px;
	height: 377px;
	float: left;
	display: inline;
	overflow:hidden;
}

#contentright {
	width: 79px;
	height: 377px;
	float: left;
	display: inline;
	overflow:hidden;
}

#contentimage {
	width: 408px;
	height: 377px;
	float: left;
	display: inherit;
}

#contenttext {
	width: 343px;
	height: 357px;
	float: left;
	display: inherit;
	padding: 10px;
	SCROLLBAR-FACE-COLOR: #f4f4ee; 
	SCROLLBAR-HIGHLIGHT-COLOR: #adb4a2; 
	SCROLLBAR-SHADOW-COLOR: #adb4a2; 
	SCROLLBAR-3DLIGHT-COLOR: #f4f4ee; 
	SCROLLBAR-ARROW-COLOR: #626262; 
	SCROLLBAR-TRACK-COLOR: #f4f4ee; 
	SCROLLBAR-DARKSHADOW-COLOR: #f4f4ee;
	overflow: auto;
}

.text-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #585858;
}

.text-content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #585858;
}

.form-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	border: 1px solid #adb4a2;
}

.text-button, a.text-button:link, a.text-button:active, a.text-button:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 34px;
	color: #585858;
	height: 13px;
	text-decoration: none;
	background-image:url(images/bg-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	width: 100px;
	background-color:#FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

a.text-button:hover {
	color:#FFFFFF;
	background-color: #0f9876;
}

.xmas-button, a.xmas-button:link, a.xmas-button:active, a.xmas-button:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 44px;
	color: #585858;
	height: 13px;
	text-decoration: none;
	background-image:url(images/bg-button-xmas.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
	width: 100px;
	background-color:#FFFFFF;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 5px;
	padding-right: 5px;
}

a.xmas-button:hover {
	color:#FFFFFF;
	background-color: #445820;
}

#footerouter {
	width: 929px;
	height: 66px;
	float: left;
	display: inline;
	overflow: hidden;
/*	background-color: #00FFFF; */
}

a.text-link {
	color: #000000;
}
a.text-link:hover {
	color: #0f9876;
}
