@charset "utf-8";
#banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #800000;
	background-color: #666666;
	height: 70px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#bannerbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 110px;
	padding-top: 3px;
	font-size: 14px;
	padding-bottom: 3px;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #666666;
	height: 500px;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: -152px;
	top: 0px;
	padding-top: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
	position: absolute;
	width: 975px;
	left: 152px;
	top: 136px;
	font-weight: bold;
	padding-top: 30px;
	height: 500px;
}
#main_display {
	background-color: #AAA;
	position: absolute;
	height: 2000px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.Name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #003;
}
