html{}
body{
	width:100%;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:white;
	background-color:white;
}

p{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:white;
}

h1{
	font-size:22px;
	font-weight:bold;
	color:#B76114;
}
h2{
	font-size:20px;
	font-weight:bold;
	color:#B76114;
}
h3{
	font-size:18px;
	font-weight:bold;
	color:#B76114;
}
h4{
	font-size:16px;
	font-weight:bold;
	color:#B76114;
}
h5{
	font-size:14px;
	font-weight:bold;
	color:#B76114;
}
h6{
	font-size:12px;
	font-weight:bold;
	color:#B76114;
}

a:link,
a:visited{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover,
a:active{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

.clear1{
	float:left;
	clear:both;
	height:1px;
	line-height:1px;
	width:100%;
}
.clear10{
	float:left;
	clear:both;
	height:10px;
	line-height:1px;
	width:100%;
}

#bottombg{
	background:url('../images/ten_headerbg.jpg') repeat-x;
	background-color:white;
}

#topbg{
	background:url('../images/ten_footerbg.jpg') bottom left repeat-x;
	background-color:white;
}
/* ================= */
#wrapper{
	margin:0 auto;
	width:941px;
	background:url('../images/ten_blue_bottom.jpg');
}
#header{
	float:left;
	width:941px;
	height:283px;
	background:url('../images/ten_header.jpg') no-repeat;
}
#menu{
	max-width:750px;
	margin:240px auto 0 auto;
	text-align:center;
}
	#menu li{
		display:inline;
		padding:5px 9px;
		margin:0 5px;
		line-height:36px;
		background:url('../images/ten_linkbg.png') repeat;
	}
	#menu li a:link,
	#menu li a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
	#menu li a:hover,
	#menu li a:active{
	color:#DDD;
	}
#content-bg{
	float:left;
	width:100%;
	background:url('../images/ten_blue_bottom.jpg') repeat-y;
}
#content{
	min-height:282px;
	background:url('../images/ten_blue_top.jpg') no-repeat;
}
#content-inner{
	width:816px;
	margin:0 auto;
}
#footer-wrapper{
	float:left;
	width:100%;
	height:124px;

}
#footer{
	float:left;
	margin:0 auto;
	width:941px;
	height:124px;
	background:url('../images/ten_footer.jpg') no-repeat;
}
#footer-text{
	float:left;
	margin:50px 0 0 80px;
	color:#444;
	font-size:11px;
}
#footer-jc{
	float:right;
	margin:110px 100px 0 0;
	color:#AAA;
	font-size:10px;
}
#footer-jc a:link, #footer-jc a:visited{
	color:#777;
	text-decoration:none;
}
