html, body, #page {
	height: 100%;
}

body {
	background-color: #333333;
}

#page {
	margin-right: 3%;
	margin-left: 3%;
}

.top_menu {
	text-align: right;
	background-color: #333333;
}

.top_menu a, .top_menu a:visited {
	margin-left: 20px;
	text-decoration: none;
	color: #666666;
	text-align: right;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top_menu a:hover {
	color: white;
}

#main {
	height: 84%;
	width: 100%;
}

#flashcontent {
	height: 100%;
	right: 5%;
	left: 5%;
}

#sidebar01 {
	width: 100%;
	height: 6%;
}

.sb01_element {
	padding-right: 20px;
	width: 15%;
	height: 100%;
	margin-left: 25px;
	float: left;
}

.sb01_element img {
	min-width: 10px;
	border-style: none;
	height: 100%;
}

#footer {
	clear: both;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #666666;
}


