* {
	margin:					0px;
	padding:				0px;
}

html, body {
	background:				#389500;
}

#container {
	width:					700px;
	margin:					0px auto;
	top:					50px;
	position:				relative;
}

#header {
	width:					700px;
	height:					48px;
	background:				url('images/header.png') no-repeat;
}

#header h1 {
	display:				none;
}

#menu {
	width:					690px;
	border-top:				5px #225b00 solid;
	border-left:			5px #225b00 solid;
	border-right:			5px #225b00 solid;
}

#menu ul {
	background:				#efefef;
	height:					25px;
}

#menu ul li {
	list-style:				none;
	float:					left;
}

#menu ul li a {
	font-family:			"Arial";
	font-size:				8pt;
	color:					#9b9b9b;
	margin-top:				6px;
	margin-left:			10px;
	text-decoration:		none;
	display:				block;
}

#content {
	width:					670px;
	background:				#ffffff;
	border-left:			5px #225b00 solid;
	border-right:			5px #225b00 solid;
	border-bottom:			5px #225b00 solid;
	padding:				10px;
}

#content h1 {
	font-family:			"Arial";
	font-size:				9pt;
	color:					#000000;
	font-weight:			bold;
}

#content p {
	font-family:			"Arial";
	font-size:				9pt;
	color:					#000000;
	font-weight:			normal;
	line-height:			17px;
}

#content span {
	font-weight:			bold;
}

.sub {
	width:					670px;
	height:					1px;
	background:				#eae8e8;
	margin-top:				5px;
	margin-bottom:			5px;
}

.adsense {
	margin-top:				10px;
	margin-bottom:			10px;
}
