BODY { 
	margin: 6px; padding: 0;
	font: nomal 11pt "Times New Roman", serif;
	position: relative;
	background: #FFF;
}

A, A:visited { 
	color: #0000CC;
}

#top { 
	width: 100%; 
	height: 115px;
}
	#top H1 {
		display: block;
		background: #0064AA;
		font: bold 8pt "Ms Sans Serif";
		padding: 1px 3px;
		margin: 0px;
		color: #FFF;
		text-align: right;
	}
	#top #topmenu {
		height: 20px;
		border-top: 1px solid #0064AA;
		border-bottom: 1px solid #0064AA;
		padding: 1px 0;
	}
		#top #topmenu A, #top #topmenu A:visited {
			display: block;
			padding: 0 5px;
			margin-right: 1px; 
			height: 20px; 
			background: #0064AA; 
			color: #FFF; 
			text-decoration: none; 
			text-align: center; 
			line-height: 20px;
			float: left;
			font: bold 17px "Arial"
		}
		#top #topmenu A:hover {
			background: #A8A8A8;
		}

#sidebar {
	float: left;
	position: relative;
	width: 178px;
	left: 0;
}
	#sidebar H2 {
		display: block;
		background: #0064AA;
		padding: 3px 0 3px 5px;
		margin: 0 0 1px 0;
		color: #FFF;
		font: bold 10pt "Tahoma";
	}
	#sidebar #menu A, #sidebar #menu A:visited, #sidebar #menu A.sec, #sidebar #menu A.sec:visited {
		text-decoration: none;
		color: #000;
		font: normal 10pt "Tahoma";
		display: block;
		background: #E8E8E8;
		margin-bottom: 1px;
		padding: 1px 0 1px 7px;
	}
	#sidebar #menu A.sec, #sidebar #menu A.sec:visited {
		padding: 1px 0 1px 12px;
		background: #F5F5F5;
	}
	#sidebar #menu A:hover, #sidebar #menu A.sec:hover {
		background: #B8B8B8;
	}

	#sidebar #search {
		background: #E8E8E8;
		padding: 3px 11px;
	}
	#sidebar FORM {
		margin: 0; padding: 0;
	}
	#sidebar #text {
		width: 120px;
	}
	#sidebar #btn {
		font-size: 9pt;
		margin-top: 3px;
	}

	#sidebar #rating_statistic {
		background: #E8E8E8;
		padding: 3px 11px;
	}
	#sidebar #rating_news {
		background: #E8E8E8;
		padding: 3px 11px;
	}

#content {
	margin-left: 193px;
	position: relative;
	display: block;
	height: 1%;
}

#bottom {
	border-top: 1px solid #0064AA;
	border-bottom: 1px solid #0064AA;
	padding: 2px 0;
	text-align: right;
}
	#bottom A, #bottom A:visited {
		font: bold 8pt "Ms Sans Serif";
		color: #FFF;
		text-decoration: none;
		padding: 1px 5px;
		background: #0064AA;
	}


.clear {
	clear: both;
	height: 8px;
}

.infobox {
	padding: 16px 8px;
	text-align: center;
}

#sape {
	float: left;
	width: 400px;
	font: normal 10px Tahoma;
	padding: 10px;
}

#cnt { 
	float: right;
	width: 150px;
	padding: 10px;
	text-align: right;
}
