body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1, h2, p, a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	padding-top: 22px;
	margin-bottom: 8px;
	font-size: 17px;
	color: #214B11;
}
h2{
	padding-top: 22px;
	font-size: 17px;
	color: #214B11;
}
p{
	color: #FFFFFF;
	font-size: 13px;
}
a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
hr{
	border: 0px;
	background-color: #6E7F5F;
	height:1px;
	margin-top: 11px;
	margin-bottom: 11px;
}
#site{
	padding-top: 30px;
	width: 100%;
	text-align: center;
}
#main{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
}
#top{
	height: 19px;
	background-image: url(images/top-deco.gif);
}
#bottom{
	height: 19px;
	background-image: url(images/bottom-deco.gif);
}
#header{
	height: 98px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#header img{
	margin-top: 14px;
	margin-left: 50px;
	border-width: 0px;
}
#content{
	background-image: url(images/content-background.jpg);
	height: 583px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#info, #online, #offline, .scroller, #space{
	margin-top: 35px;
	float: left;
	height: 548px;
}
#space{
	width: 49px;
}
#info{
	margin-right: 38px;
	width: 300px;
	background-position: bottom;
}
.scroller{
	width: 26px;
	padding-top: 77px;
}
.scroller img{
	margin-bottom: 18px;
}
#online{
	width: 128px;
	margin-right: 38px;
	overflow: auto;
}
#offline{
	width: 128px;
	overflow: auto;
}
#content .header{
	height: 34px;
	background-color: #214B11;
	background-repeat: no-repeat;
	background-position: 14px 12px;
}

#info .header{
	background-image: url(images/txt-info.gif);
}
#online .header{
	background-image: url(images/txt-online.gif);
}
#offline .header{
	background-image: url(images/txt-offline.gif);
}

#content .body{
	height: 514px;
	background-repeat: no-repeat;
	background-color: #3B5031;
}

#info .body{
	padding-left: 14px;
	padding-right: 24px;
	background-image: url(images/content-bk-info.jpg);
}
#online .body, #offline .body{
	overflow: hidden;
}
#online .body a, #offline .body a{
	border: 0px;
}

