body {
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	background-color:#111;
	font-family: Arial, Helvetica, Helonia, sans-serif;
}
body, html {
	margin:0;
	padding:0;
}
div#header {
	text-align:right;
	margin: 0px 0px -30px 0px;
}
div#wrap {
	width:670px;
	margin:0 auto;
}
div#main {
	background-color:#555;
	float:right;
	width:530px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	color:#ccc;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-top-left:10px;
	border-radius-bottom-left:10px;
	border-radius-top-right:10px;
	border-radius-bottom-right:10px;
}
div#main a {
	text-decoration: none;
	color:#08f;
}
div#main .bodytext {
	font-size: small;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
}
div#main .bodytitle1 {
	font-size:xx-large;
	line-height: 1em;
	text-align:right;
}
div#main .bodytitle2 {
	font-size: x-large;
	line-height: 1em;
}
div#main .bodytitle3 {
	font-size: large;
	line-height: 1em;
}
div#main table.bodytable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	margin: 9px 0px 9px 0px;
	line-height:1em;
}
div#main table.bodytable th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #ccc;
	line-height:1em;
}
div#main table.bodytable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color:#CCC;
	line-height:1em;
}
div#main table.bodytable td.emptycell {
	border:none;
}
div#main img#waterfall {
	width:300px;
	height:201px;
}
div#main img#golfers {
	width:200px;
	height:150px;
}
div#main img#arcade {
	width:200px;
	height:150px;
}
div#main img#batting {
	width:150px;
	height:200px;
}
div#main .leftfloater {
	margin-right: 9px;
	float:left;
}
div#main .rightfloater {
	margin-left: 9px;
	float:right;
}
div#nav {
	text-align:right;
	float:left;
	width:100px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
	background-color:#333;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius-top-left:10px;
	border-radius-bottom-left:10px;
}
div.navlink {
	padding: 0px 5px;
}
div.navlink a {
	color:#bbb;
	text-decoration: none;
}
div#action {
	background-color:#555;
}
div.navlink:hover {
	background-color:#888;
}
div#infobox {
	text-align:right;
	float:left;
	width:90px;
	height:auto;
	margin: 10px 0px;
	padding:10px 5px;
	background-color:#333;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius-top-left:10px;
	border-radius-bottom-left:10px;
	color:#aaa;
	font-size:x-small;
}
div#footer {
	clear:both;
	padding:0px 10px;
	text-align:right;
	font-size:x-small;
	color:#999;
}
div#footer a{
	text-decoration:none;
	color:#08f;
}