/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	background: #000000 url(images/hp-background.gif) center top repeat;
	color: #FFFFFF;
    }
	
div#logosection {

	position: relative;
	margin: 0px auto;
	width: 433px;
	height: 391px;
	top: 81px;
	padding: 0px;
	text-align: left;
	background: url(images/logo-background.gif) center top no-repeat;


}

	
.homepage {
	display: none;
	}	
	
div#logo {
	display: block;
	position: absolute;
	left: 31px;
	top: 80px;
	width: 346px;
	height: 240px;
	background: url(images/dragon-off.gif) center top no-repeat;	


}
div#whitebck{
	
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 196px;
	height: 162px;
	background:#FFFFFF;
}

.hide {
	display: none;
	}

.indent {
	text-indent: -1000em;
	}

ul#nav {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	}

ul#nav li {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	}

ul#nav li a, ul#nav li a:visited {
	text-decoration: none;
	margin: 0 0 0 0;
	}

ul#nav li#events a, ul#nav li#events a:visited {
	width: 346px;
	height: 240px;
	display: block;
	background: url(images/dragon-off.gif) 0 0 no-repeat;
	}	
	
	ul#nav li#events a:hover {
	background: url(images/dragon-on.gif) 0 0px no-repeat;
	}
	
div#revenution {
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 150px;
	
	height: 9px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;

	width: 423px;
	height: 32px;
	}


ul#rlink {
	list-style: none;
	}



ul#rlink li {
	font-size: 25px;
	line-height: 7px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	}

ul#rlink li a, ul#rlink li a:visited {
	text-decoration: none;
	margin: 0 0 0 0;
	}

ul#rlink li#rlinktxt a, ul#rlink li#rlinktxt a:visited {
	width: 423px;
	height: 12px;
	display: block;
	background: url(images/revenution.gif) 0 0 no-repeat;
	}

ul#rlink li#rlinktxt a:hover {
	background: url(images/revenution.gif) 0 -12px no-repeat;
	}
	