@charset "utf-8";
/* CSS Document */

/* structure */

#container {
	margin: auto;
	width: 975px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #224275;
	border-right-color: #224275;
	border-bottom-color: #224275;
	border-left-color: #224275;
	background: #fff;
}

#header {
	background-color:#224275;
	float:left;
	width: 975px;
	height: auto;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 8b814c;
	position:relative;
}

#main	{
	float: right;
	width: 975px;
	position:relative;
}

/* content */
#content {
	width: 800px;
	background: #FFF;
	float:right;
	position:relative;		
}

/* menu  */
#leftcol {
	float:right;
	width: 175px;
	background: #789DB5;
	z-index:-1;
	
		
}


.innertube{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	position:relative;
}

/* footer */
#footer {
	background-color: #789DB5;
	color: #444;
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	
}

.footer a {
	color: #36c;
	text-decoration: none;
}
.footer a:hover {
	color: #06f;
	text-decoration: underline;
}

/* misc */
.clear {
	clear: both;
	}

