@import url("style_navi.css");
@import url("style_content.css");
@import url("style_rte.css");

body {
	background-color: #737373;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 75%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
body * {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
img {
	border: none;
}
.hide {
	position: absolute;
	left: -999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.clear {
	clear: both;
}

div#CONTAINER {
	width: 944px;
	background-image: url(../images/bg_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffffff;
}
	div#INNER_CONTAINER {
		background-image: url(../images/bg_shadow_right-top.gif);
		background-position: right top;
		background-repeat: no-repeat;
		padding: 0 5px 0 0;
	}
		div#HEADER {
			border-top: 1px solid #6c6c6c;
			padding: 10px 0 0 0;
			background-image: url(../images/bg_header.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
		}
			div#LOGO {
				background-color: #ccc281;
				width: 262px;/*343*/
				padding: 9px 0 5px 81px;
				float: left;
			}
			
		div#LEFT {
			float: left;
			width: 214px;
			padding: 30px 0 0 0;
		}
			div#IMAGE {
				padding: 75px 10px 0 0;
				text-align: right;
				background-image: url(../images/bg_image.gif);
				background-repeat: repeat-x;
				background-position: left top;
			}
				div#IMAGE img {
					border: 1px solid #9f983b;
				}
		div#CONTENT {
			float: left;
			padding: 30px 0 0 10px;
			width: 510px;
		}
			div.CONT_LEFT {
				width: 230px;
				float: left;
				padding-left: 10px;
				padding-top: 80px;
			}
			div.CONT_RIGHT {
				width: 250px;
				float: right;
				font-size: 0.9em;
				line-height: 1.35em;
				padding-top: 32px;
			}
			
		div#RIGHT {
			float: right;
			padding: 76px 0 0 0;
			width: 195px;
		}
		
	div#FOOTER {
		clear: both;
		background-image: url(../images/bg_shadow_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 0 0 6px 0;
		margin-top: 10px;
	}
