@charset "utf-8";
body {
	background-color: #000000;
}
#all_content{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	text-align:center;
	background-color: #666666;
	background-image: url(images/site_layout_05.jpg);
	overflow: auto;
	height: auto;
}
#genesis_logo {
	background-color: #CCCCCC;
	height: 160px;
	width: 205px;
	float: left;
	background-image: url(images/site_layout_01.jpg);
}
#top_banner {
	background-color: #CCCCCC;
	height: 160px;
	width: 819px;
	float: left;
	background-image: url(images/site_layout_02.jpg);
	font-style: normal;
	vertical-align: bottom;
	text-align: left;
}
.tittle_text {
	font-family: Garamond, Georgia, serif;
	font-size: 48px;
	color: #CCCC00;
	font-weight: bold;
	float: none;
	margin-top: 105px;
	margin-left: 60px;
}

#left_menu {
	background-color: #CCCCCC;
	height: 390px;
	width: 205px;
	float: left;
}
#right_side {
	height: auto;
	width: 150px;
	float: right;
}
#main_content {
	width: 550px;
	float: left;
	font-family: Garamond, Georgia, serif;
	font-size: 14px;
	background-position: left;
	text-align: left;
	text-indent: 15px;
	margin-left: 80px;
	white-space: normal;
	vertical-align: sub;
	margin-top: 20px;
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/bullet.png);
}
#footer{
	width: 1024px;
	float: left;
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	background-position: center;
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	vertical-align: sub;
	color: #333333;
	height: 150px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
}
#page_number{
	width: 1024px;
	float: left;
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
	background-position: center;
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	vertical-align: sub;
	color: #333333;
	height: 60px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
	margin-top: 10px;
}

h1 {
	font-family: Garamond, Georgia, serif;
	font-size: 30px;
	font-weight: bold;
	color: #006666;
}
.text_blue_highlight {
	color: #660000;
}
.box_border {
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}

.symbol_label {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	color: #333333;
	font-size: 24px;
	text-align: left;
}
.sub_tittle {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	color: #999966;
	font-size: 24px;
	text-align: left;
}

.clear {
	clear:both
}
a {
	color: #000000;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}

