body {
	background-color: #333333;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	margin: 0px;
	background-image: url('images/green_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

#container {
	height: 100%;
	position: absolute;
	width: 1024px;
	background-image: url('images/bg.jpg');
}

#top {
	width: 904px;
	height: 25px;
	background-image: url('images/top.jpg');
	padding-left: 120px;
	padding-top: 5px;
}

#top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#top ul li {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
}

#top ul li.current {
	font-weight: bold;
	border-bottom: 9px solid #333333;
}

#top a {
	color: #000000;
	text-decoration: none;
}

#top a:hover {
	border-bottom: 9px solid #333333;
}

#content {
	height: 100%;
	padding-left: 120px;
}

#green {
	background-image: url('images/green.jpg');
	width: 172px;
	height: 463px;
}

#main {
	width: 490px;
	line-height: 2;
}

#gallery {
	background-image: url('images/gallery_bg.jpg');
	background-repeat: no-repeat;
	width: 480px;
	height: 118px;
	margin-top: 100px;
	padding-top: 10px;
}

#news {
	width: 120px;
}

.news_item {
	margin-top: 10px;
	width: 111px;
	background-image: url('images/news_bg.jpg');
	padding: 4px;
}

.news_base {
	width: 119px;
	height: 10px;
	background-image: url('images/news_bg.jpg');
	background-position: bottom;
}

h1 {
	font-family: Georgia, Arial;
	font-size: 20px;
	color: #59bf4c;
	font-weight: normal;
	margin-top: 40px;
}

a {
	color: #99FF00;
}
