body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 120px;
	background-position: center 30px;
	background-color:#FFFFFF;
}
#sitetitle {
	background-image: url(gravitybind.gif);
	position: relative;
	height: 30px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: 60px 9px;
	background-color:#FFFFFF;
}
#pagetitle {
	background-image: url(news.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
	width: 800px;
	z-index: 0;
}
#header-menu {
	position: relative;
	width: 680px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	/*
	word-spacing: 50px;
	*/
	white-space: nowrap;
	top: 50px;
}
#main {
	width: 800px;
	height: auto;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.hlink {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 50px;
}
a.hlink:link, a.hlink:visited, a.hlink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.hlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
}
a:link, a:visited, a:active {
	color: #FFFF00;
}

h1 {
	color: #CDDCAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}
h2 {
	color: #B8E064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#content {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	font-size: medium;
	text-align: justify;
}
#news {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 60px;
	font-size: medium;
	text-align: justify;
	width: 380px;
	float: none;
}
#col2 {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 30px;
	text-align: justify;
	float: right;
	width: 300px;
}
#about {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	float: right;
	width: 300px;
}
.credits {
	background-color:#FFFFFF;
	text-align: center;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.credits:hover, a.credits:link, a.credits:visited, a.credits:active {
	color: #666666;
}

#ads {
	float: right;	
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 20px;
}

table {
	background-color:#FFFFFF;
}