
html, body {
min-height: 100%;
margin: 0;
padding: 0;
}

.clearer {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

body {
background: #000 url(../images/global/bottomstripe.gif) left bottom repeat-x;
padding-bottom: 16px;
}

a img {
border: none;
}

#outer {
margin: 0 auto;
width: 1000px;
}

#header {
background: url(../images/global/topflames.jpg) top left no-repeat;
height: 247px;
overflow: hidden;
padding-left: 380px;
width: 620px;
}

/* Navigation */

#nav {
background: url(../images/global/nav-back.jpg) top left no-repeat;
height: 38px;
padding-left: 100px;
padding-top: 13px;
width: 880px;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav ul li {
float: left;
padding-bottom: 15px;
padding-left: 28px;
padding-right: 25px;
position: relative;
}

#nav ul li a {
position: relative;
z-index: 10;
}

#nav a img {
vertical-align: top;
}

#nav ul ul {
display: none;
left: 23px;
position: absolute;
padding-top: 35px;
width: 148px;
opacity: 0;
MozOpacity: 0;
khtmlOpacity: 0;
filter: alpha(opacity=0);
z-index: 1;
}

#nav ul ul li {
background: #000;
padding: 5px 5px;
}