body {
	font-family: Verdana;
	background-image: url(Images/bg.png);
	margin: 0px;
}

td {
	width: 20%;
}

table {
	margin-right: 19%;
	margin-left: 19%;
}

h1, h2, h3 {
	font-family: Century Gothic, sans-serif;
	color: #EFFFCD;	
}

#content a {
	color: #414141;
}

#content a:hover {
	color: #009FF5;
}

.scrollbox {
	padding: 3px;
	overflow: auto;
	height: 350px;
	border: 1px solid #000000;
	background-color: #e0ca7f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.scrollbox h3 {
	color: #000000;
}

#header {
	background-image: url(Images/headerbg.png);
	height: 100px;
}

#content {
	margin-left: 25px;
	width: 90%;
}

#content h1 {
	text-align: center;
}

.sel {
	font-weight: bold;
	background: url(Images/button.png) bottom left;
	height: 44px;
	line-height: 45px;
	float: left;
	width: 92px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	opacity: 1.0;
	filter: alpha(opacity=100)
}

#buttons {
	font-family: Century Gothic, sans-serif;
}
#buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute; top: 56px; left: 250px;
}

#buttons li {
	float: left;
	margin-left: -2px;	
}

#buttons li a {
	font-weight: bold;
	background: url(Images/button.png) bottom left;
	height: 44px;
	line-height: 45px;
	float: left;
	width: 92px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50)
} 

#buttons li a:hover {
	font-weight: bold;
	background: url(Images/button.png) bottom left;
	height: 44px;
	line-height: 45px;
	float: left;
	width: 92px;
	display: block;
	border: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	opacity: 1.0;
	filter: alpha(opacity=100)
} 

#copyright {
	color: #000000;
	border: 1px solid black;
	background-color: #ff9000;
	width: 35%;
	height: 26px;
	line-height: 22px;
	text-align: center;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	position: fixed; bottom: -1px; right: -1px;
}

#ads {
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
}


