body {
	background: black url('themes/lines/linesbg.gif') repeat-x;
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
	color: white;
	margin: 0;
}

a:link {color: #ff9;}
a:hover {color:#fc0;}
a:visited {color:#9cc;}

img {padding:10px;}

#content {
	margin: 0 auto;
	width: 800px; height:100%;
}

#header {
	position: relative;
	width: 100%;
	min-height: 68px; height: 68px; max-height: 68px;
}


#header #logo {
	position: absolute;
	top:10px; left: 20px;
	width: 236px; height: 54px;
	background: url('themes/lines/logo-blk.gif') no-repeat;
	color: transparent;
	border: 0;
	margin: 0;
}

ul#topnav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px; right: 20px;
	color: #ffcc00;
	font: 0.8em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;			
}

ul#topnav li {
	margin: 0; padding: 0 6px;
	display: inline;
}
ul#topnav li + li {
	border-left: 1px solid #ffcc00;
}

#topnav a {
	color: #ffcc00;
	text-decoration: none;
}
#topnav a:hover {
	color: red;
	text-decoration: underline;
}

#intro{
	position: relative;
	top: 270px; left: 100px;
	width: 450px;
	padding: 10px 0 20px 0;
	color: white;
	font:0.9em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif
}

#stylesheets {
	display: inline;
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	top: -14px; left: 0px;
	font: 0.8em 'Trebuchet MS', Verdana, Arial, Helvetica, San-serif;
}

#stylesheets li {
	margin: 0; padding: 0;
}

#stylesheets li a {
	display: block;
	width:114px; height:386px;
}

#stylesheets li a#Water {
	position:absolute;       
	top:92px; left: 0px;
	background: url(themes/lines/water_off.jpg) no-repeat;
}

#stylesheets li a#Earth {
	position:absolute; 
	top:92px; left: 114px;
	background: url(themes/lines/earth_off.jpg) no-repeat;
}
#stylesheets li a#Wood {
	position:absolute; 
	top:92px; left: 214px;
	background: url(themes/lines/wood_off.jpg) no-repeat;
}
#stylesheets li a#Metal {
	position:absolute; 
	top:92px; left: 314px;
	background: url(themes/lines/metal_off.jpg) no-repeat;
}

#stylesheets li a#Fire {
	position:absolute; 
	top:92px; left: 414px;
	background: url(themes/lines/fire_off.jpg) no-repeat;
}
#stylesheets li#Tail {
	position:absolute; 
	top:92px; left: 514px;
	width: 286px; height: 386px;
	background: url(themes/lines/hmpg-tail.jpg) no-repeat;
}

#stylesheets li a#Water:hover { background: url(themes/lines/water_on.jpg) no-repeat; }
#stylesheets li a#Earth:hover { background: url(themes/lines/earth_on.jpg) no-repeat; }
#stylesheets li a#Wood:hover  { background: url(themes/lines/wood_on.jpg) no-repeat;  }
#stylesheets li a#Fire:hover  { background: url(themes/lines/fire_on.jpg) no-repeat;  }
#stylesheets li a#Metal:hover { background: url(themes/lines/metal_on.jpg) no-repeat; }


