body {
	behavior:url(Assets/csshover.htc);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#CEC28B url(images/main_02.jpg) repeat-x;
	margin:0px;
	padding:0px;
}
#container {
	background:url(Images/main_03.jpg) repeat-y;
	width:760px;
}
	#header {
		height:202px;
	}
	#sidebar {
		float:left;
		width:142px;
	}
		#sidebar a {
			display:block;
		}
		#sidebar .menuitem {
			text-align:right;
			color:#990000;
			border-bottom:#DFD4A6 1px solid;
			padding:5px;
			width:132px;
		}
			#sidebar .menuitem:hover {
				background:#DFD4A6;
				border-bottom:#990000 1px solid;
			}
		.menucontainer {
			z-index:4;
			position:absolute;
			visibility:hidden;
			background:#CEC28B;
			border:#CEC28B 1px solid;
		}
			.subitem {
				color:#990000;
				border-bottom:#CEC28B 1px solid;
				padding:5px;
				width:130px;
			}
				.subitem:hover {
					color:#990000;
					background:#DFD4A6;
					border-bottom:#990000 1px solid;
				}
	#contentarea {
		float:right;
		width:613px;
		margin-right:5px;
		overflow:hidden;
	}
		#isite_content {
			padding:5px;
		}
	#footer {
		clear:both;
		text-align:center;
		color:#FFF;
		background:#CEC28B url(Images/main_04.jpg) no-repeat bottom left;
		width:613px;
		padding:15px 0px 15px 142px;
		margin-right:5px;
	}
	#copyright {
		text-align:center;
		color:#FFF;
		width:740px;
		padding:10px;
	}
		#copyright a {
			color:#FFF;
		}
		#copyright a:hover {
			color:#990000;
		}
/*******************************************/
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}