#container { 
color: #ffffff;
width: 800px;
margin: 10px auto 0;
padding: 10px 0 0;
text-align: left;
}

#header { 
background-color: #000000;
text-align: left;
margin: 0;
padding: 0;
}

#nav { 
font-weight: bold; 
height: 1.8em; 
background-color: #000000; 
overflow: hidden;
}

#nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li:hover{
background-color: #333333;
border-right: 3px #333333 solid;
border-bottom: 3px #333333 solid;
padding-right: 13px;
padding-bottom: 1px
}

#nav li {
float: left;
white-space: nowrap;
padding: 3px 15px 4px 15px;
border-right: 1px #000000 solid;
}

#nav a {
text-decoration: none;
color: #333333;
}

#nav li:hover > a {
color: #000000;
}

#nav ul ul {
position: fixed;
background-color: #111111;
margin-top: 4px;
margin-left: -15px
}

#nav li li {
float: none;
padding-right: 16px;
border-right-width: 0;
border-top: 1px #000000 solid;
}

#maincontent {
padding: 0px 0px 0px 0px;
}

#gallery img {
border: 0;
padding: 10px;
opacity:0.4;
filter:alpha(opacity=20)
}

img {
border: 0;
padding: 0;
}

body { background-color: #000000; }

h1 { color: #999999; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; padding-top: 5px; }

h2 { color: #333333; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: oblique; text-align: right; }

p { color: #999999; font-size: 10pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

small { color: #333333;}

#footer{ color: #333333; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }

#footer a { color: #333333; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

#footer a:hover { color: #333333; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; }

ul { color: #999999; font-size: 10pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

a:link { color: #999999 }

a:visited { color: #999999 }

a:hover { color: #cccccc; text-decoration: underline; }

a:active { color: #999999 }

li a:hover { color: #cccccc; text-decoration: none; }

