@charset "utf-8";
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

body {
	background-color: #383838;
	color: #00FF00;
	font-family: Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 15px;
	color: #00FF00;
	font-style: italic;
	display: inline;
}
#main-block {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#top-goog {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#btm-goog {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#topheadwrapper {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#head-left {
	float: left;
	width: 600px;
	text-align: right;
}
#head-right {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 5px;
}
#logowrap {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	height: 48px;
}
#logoleft {
	float: left;
	margin-left: 10px;
}
#logo-search-right {
	float: right;
	margin-right: 5px;
}
#headtext {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-indent: 10px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00FF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
.date {
	text-align: right;
	padding-right: 10px;
	color: #CCCCCC;
}
#main {
	background-color: #FFFFFF;
	text-align: center;
}
#footer-block {
	width: 100%;
	background-color: #383838;
	float: left;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
a.menu:link {
	text-decoration: none;
	font-size: 15px;
}
a.menu:visited {
	text-decoration: none;
	color: #00FF00;
	font-size: 15px;
}
a.menu:hover {
	text-decoration: underline;
	color: #00FF00;
	font-size: 15px;
}
a.menu:active {
	text-decoration: none;
	color: #00FF00;
	font-size: 15px;
}
#all {
	float: left;
	width: 900px;
}
