/*Version 5*/

a{
color:#fcfed9;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#44607d;
text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:underline;}

body{
background-color:#000;
color:#fcfed9;
text-align:center;
font-family:verdana, sans-serif;
font-size:0.8em;
margin:0;
}

h1, h2, h3, h4, h5, h6 {
font-family:serif;
}


h1{
font-size:1.4em;
}

h2{
font-size:1.2em;
}

p{
margin:0.5em 0;
}

#head{
height:250px;
width:600px;
background-image:url(head.png);
}

#holder{
margin:auto;
width:600px;
min-height:40em;
border-width:0 18em 0 1em;
border-style:solid;
border-color: #de8936;
}

#menu{
	width:590px;
	height:1.5em;
	background-color:#000;
	padding-top:0.5em;
	padding-right:10px;
	text-align:right
}

#menu img{
	border:0;
}

#content{
text-align:justify;
margin:0;
padding:1em 15px;
}

ul#menulist, ul#menulist ul, ul#menulist li{
margin: 0;
padding: 0;
list-style-type: none;
}

ul#menulist li{
float: left;
background-color:#000;
height:1.5em;
padding: 0 0.75em;
}

ul.sub
{
display: none;
}

ul.sub li
{
float: none;
}

ul#menulist li:hover ul.sub
{
display: block;
position: absolute;
margin-top:0.25em;
}

ul#menulist li:hover ul.sub li a
{
display: block;
width: auto;
border: none;
}

img.buttons{
width:50px;
height:50px;
border:none;}

/*
light yellow: fcfed9
orange: de8936
blue: 44607d
*/