@charset "utf-8";
/* CSS Document */
body {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #102111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(/image/WebBG.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
}
body a:link, body a:visited, body a:active {
	color: #CCC;
	text-decoration: none;
}
body a:hover {
	color: #b1f4b9;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 60px;
	width: 400px;
	float: left;
	margin-bottom: 20px;
}

h1 {
	line-height:38px;
	font-size: 24px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 6px;
	text-transform: uppercase;
	font-weight: normal;
}

#navi {
	width: 100%;
	height: 60px;
	width: 750px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 10px;
	color: #060;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#navi a:link, #navi a:visited, #navi a:active {
	font-size: 15px;
	margin-left: 6px;
	margin-right: 6px;
	color: #FFF;
}
#navi a:hover {
	color: #b1f4b9;
	text-decoration: underline;
}

#content {
	width: 100%;
	clear: both;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

#adspace {
	width: 1180px;
	clear: both;
}

#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	clear: both;
	font-size: 11px;
	padding-top: 15px;
}
.halfcell {
	width: 580px;
	height: 220px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	margin-top: 30px;
	margin-bottom: 0px;
}
.thirdcell {
	width: 380px;
	height: 395px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
.quartercell {
	width: 280px;
	height: 200px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
.quartercell h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}
.spacecell {
	width: 20px;
	height: 20px;
	float: left;
}