body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#000 url(images/bg_02.jpg);
	margin:auto;
	padding:0px 0px;
}
/********** COPYRIGHT *******************/
#copyright {
	color:#CECECE;
	padding:10px;
	margin:auto;
}
	#copyright a {
		color:#811B0F;
	}
	#copyright a:hover {
		color:#fff;
	}



/************* MAIN *********************/

#container {
	height:700px;
	background: url(images/bg_02.jpg);
	margin:auto;
	
}

#header {
	background: url(images/header_02.jpg) no-repeat top center;
	width:760px;
	margin:auto;
	height:170px;
}
	#topmenu {
		text-align:right;
		text-decoration:none;
		padding:141px 50px 0px 0px;
		width:760px;
		height: 20px;
	}
	
			
			#topmenu a {
			text-decoration:none;
			}
				#topmenu .menuitem {
					font-size:11px;
					color:#F1F0F1;
					padding:7px 4px;
				}
				
					#topmenu .menuitem:hover {
						background:#9A8992;
					}
					#topmenu .menuitem a:hover {
						background:#9A8992;
					}
#main{
	width:760px;
	margin:auto;
	
}

#sidemenu {
		float:left;
		padding-top:20px;
		width: 147px;
	}
		#sidemenu a {
			text-decoration:none;
			text-align:left;
			display:block;
			color:#86899D;
		}
		#sidemenu .menuitem {
			background: url(Images/menutop_off.gif) no-repeat top left;
			margin:0px 0px 0px 0px;
			
			
		}
		#sidemenu .menuitem a {
			font-size:12px;
			color:#86899D;
			background:url(Images/menubottom_off.gif) no-repeat bottom left;
			padding:7px 8px;
			width:131px;
		}
			#sidemenu .menuitem:hover {
				background: url(Images/menutop_on.gif) no-repeat top left;
			}
			#sidemenu .menuitem a:hover {
				background:url(Images/menubottom_on.gif) no-repeat bottom left;
			}
			
			.menucontainer {
					z-index:4;
					position:absolute;
					visibility:hidden;
					background:#FFF;
					border:#7F1508 1px solid;
				}
					.subitem {
						height: 16px;
						width:130px;
						padding:5px;
						color:#86899D;
					}
						.subitem:hover {
							background:#CECECE;
						}

#contentarea {
	background: url(images/main2.gif) no-repeat bottom left;
	width:597px;
	float:left;
	padding-bottom:15px;
	
}
#wrapper {
	float:left;
	width:425px;
}
#flash{
	height: 188px;
	background:#000;
	border-bottom:#7F1508 1px solid;
	border-left:#7F1508 1px solid;
	}

#isite_content{
	text-align:left;
	padding:0px 5px 10px 5px;

}

#quote{
	
	padding-top:10px;
	text-align:center;
	margin:auto;
}


#sidebar {
	width:170px;
	height:50px;
	float:right;
	padding-bottom:50px;
	
	}
	
	
#search {	
	background: url(images/search.gif) no-repeat bottom left;
	color:#7F170A;
	height: 50px;
	border-right:#7F170A 1px solid; 
}
	
	#search form {
			padding:10px 0px 0px 0px;
			margin:0px;
		}
			#search form input {
				width:90px;
				padding-top:0px;
				border:#9E9D9D 1px solid;
			}
	
.channel{
			text-align:left;
			margin:0px auto;
			padding:0px 5px 25px 5px;
			width: 160px;
			color:#9396A7;
			background: url(images/channel_bg2.gif) no-repeat bottom left;
			
			
		}
			.channel h3 {
				font-size:12px;
				font-weight:bold;
				margin:0px -5px 5px -5px;
				padding:5px;
				_height:12px;
				
			}
			
			.channel a{
				color:#A27F37;
			}
