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

body, * {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #6baad4;
	background-image: url(../upload/website/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}
img {
	border: none;
}
.clear {
	clear: both;
}
div#CONTAINER {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 5px;
	width: 74.2em; /*900px*/
	overflow: hidden;
	text-align: left;
	max-width: 90em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	line-height: 1.48em;
}
	div#HEADER {
		position: relative;
		width: 74.2em; /*900px*/
		padding-bottom: 5px;
		height: 16.7em;
	}
		div#HEADER img {
			display: block;
		}
		div#HEADER a#link_home {
			position: absolute;
			display: block;
			width: 13.32em;
			height: 13.32em;
			top: 1.67em;
			left: 0px;
		}
	div#BOTTOM {
		
		float: left;
		background-image: url(../upload/website/bg_bottom.gif);
		background-repeat: repeat-y;
		background-position: left top;
	}
		div.LEFT {
			background-color: #bcc1cc;
			width: 13.32em;
			float: left;
			overflow: hidden;
		}
		div.RIGHT {
			width: 60.79em;
			float: right;
			background-color: #FFFFFF;
			padding-left: 0.044em;
		}
		
	div#FOOTER {
		background-color: #00447e;
		clear: both;
		margin-top: 1px;
		float: left;
		width: 74.2em; /*900px*/
	}
