* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
	background-color: #000000;
}
a {
	color: #00FF00;
}
#header {
	width: 514px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#mainbody p {
}
.news {
	font-size: 0.7em;
	width: 80%;
	margin: 0 auto;
}
.section {
	display: block;
	padding-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
}
.btnsection {
	display: block;
	padding-top: 4px;
	margin-right: 12px;
	margin-left: 12px;
	background-image: url(images/btnArea.png);
	height: 24px;
	clear: both;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}
.btnsection a:link, .btnsection a:active, .btnsection a:visited {
	color: #FFBA00;
	text-decoration: none;
}
#bannerpic a {
	color: #0BFF0B;
}

.btnsection a:hover {
	color: #FFBA00;
	text-decoration: underline overline;
}


#mainbody {
	width: 800px;
	font-size: 0.9em;
}
#bannerpic {
	float: left;
	width: 450px;
	position: relative;
	height: 200px;
}
#bannerbody {
	float: left;
	position: relative;
	height: 200px;
	width: 250px;
	border: 6px solid #444444;
	background-color: #222222;
}
#bannerbody h1 {
	font-size: 1.3em;
	position: relative;
	text-align: center;
	background-color: #477CA2;
	color: #000000;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#bannerbody a {
	color: #00FF00;
	text-decoration: none;
}
#bannerbody th {
	text-align: right;
}



#header img {
	height: 200px;
	position: relative;
}
#bodycontent {
	color: #DDDDDD;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*
Thumb nail - view pic
*/
.thumbnail{
	padding: 5px;
	border: 3px solid #444444;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.caption{
	font-size: 0.7em; padding-top: 0.2em ; text-align:center;
}

.thumbnailarea{
	margin-top: 0.5em;
	margin-right: 12px;
	margin-left: 12px;
	position:relative;
	width: 100%;
	height: 94px;
	overflow:hidden;
}
