body {
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	background-color: #c0c0c0;
	font-family: arial;
	font-size: 15px;
}

#container {
	margin:0px auto;
	background-color: #FFF;
	background-repeat: repeat-y;
	width: 700px;
}

#header {
	text-align: center;
	margin-top: 0px;
	background: white;
}

#left {
	float:left;
	width:110px;
	height: 390px;
	margin:0; padding:0;
	background-color: #006400;
}

#right {
	text-align: center;
	float:right;
	width:290px;
	margin-top:5px;
	margin-right: 5px;
}

#middle {
	text-align: center;
	margin: 5px 305px 5px 115px;
}

#middle_all {
	text-align: center;
	margin: 5px 5px 5px 115px;
}

#footer {
	background-color: #c0c0c0;
	text-align: center;
}
	
.column-in {
	margin:0; padding:0;
}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


#banner {

}

#navigation {
	float: left;
	width: 110px;
	text-align: left;
	font-weight: bold;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation a {
	display: block;
	padding: 0;
	width: 110px;
	background-color: #006400;
	border-bottom: 1px solid #eee;
}

#navigation a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #00ff00;
	color: #fff;
}


#navigation ul {
	list-style-type: none;
}

#content {
}

#content a:link {
	text-align: center;
	color: #006400;
}

#content a:visited {
	text-align: center;
	color: #006400;
}

#content a:hover {
	text-align: center;
	color: #00ff00;
}

#footer {
	clear: both;
	background-color: #666;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.bordered{
	border: 1px solid #000000;
}