body {
	font-family: verdana, arial, sans-serif;
	color: #111;
	background-color: #333;
}

#page-outer-wrapper {
    width: 90%;
    margin: auto;
    padding-left: 18px;
    background: transparent url(/images/default/dropshadow-left.gif) left top repeat-y;
}
#page-wrapper {
    padding-right: 18px;
    background: transparent url(/images/default/dropshadow-right.gif) right top repeat-y;
    /* Min width hackery begins: */
    padding: 0 368px 0 350px;
    text-align: center;
}
#page-inner-wrapper {
    background-color: #FFF;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    min-width: 700px;
    /* Min width hackery begins: */
    position: relative;
    margin: 0 -350px 0 -350px; 
    text-align: left;
}

/* Stupid IE Requires the following min-width hack */
.ie-hack {
    width: 100%;
    text-align: left;
}
/*\*/
* html .minwidth, * html .ie-hack, * html #page-inner-wrapper {
	height: 0;
}
/**/


/* ---- Header ---- */
#header {
    width: 100%;
    height: 100px;
    background: #99ABB5 url(/images/default/header-background.jpg) 0 0 no-repeat;
}

#header .logo a {
    display: block;
    width: 190px;
    height: 100px;
    text-indent: -9999px;
    float: left;
}

/* ---- Main Nav ---- */
#main-nav {
    float: right;
    width: 500px;
    height: 100px;
}
#main-nav ul {
    height: 100px;
    list-style: none;
}
#main-nav ul li {
    height: 100px;
    width: 80px;
    display: block;
    float: right;
    text-align: center;
}
#main-nav ul a {
    padding-top: 80px;
    height: 20px;
    width: 80px;
    display: block;
    /*
    text-transform: uppercase;
    */
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    background-color: transparent;
}
#main-nav ul li a:hover {
    background-color: #933;
}


/* ------ Main Menu (below header)------ */
#main-menu {
    float: left;
    width: 100%;
    background-color: #933;
    background: #933 url(/images/default/mainmenu-background.gif) left center repeat-x;
}

/* ---- Sub Nav ---- */
#sub-nav {
    float: left;
    width: 20%;
    background-color: #DFE0E5;
    padding-bottom: 100px;
}
*>body #sub-nav { /* Mozilla, Safari */
	min-height: 1600px;
}
* html body #subnav { /* IE Win & Mac */
	min-height: 1600px;
	/* \*/height: 1600px;/* */
}


#sub-nav ul, #sub-nav ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sub-nav ul li {
    border-bottom: 1px solid #352111;
    border-top: 1px solid #352111;
    margin-bottom: -1px;
}
#sub-nav ul ul li {
    border-bottom: 0;
}
#sub-nav ul a {
    display: block;
    padding: .4em .8em;
    color: #352111;
    text-decoration: none;
    background-color: #DFE0E5;
}
#sub-nav ul ul a {
    padding-left: 2.5em;
}
#sub-nav ul a:hover {
    background-color: #959E95;
}

/* ---- Ads ---- */
body.default #ads {
    float: right;
    text-align: center;
    width: 130px;
    background-color: #DFE0E5;
}


/* ---- Content ---- */
#content-wrapper {
    width: 80%;
    margin-right: -10px;
    float: left;
    padding-bottom: 200px;
}
#content {
    margin: 20px;
}

body.default #content-wrapper {
    width: 80%;
    margin-right: -140px;
}

body.default #content {
    margin-right: 150px;
}


/* ---- Footer ---- */
#footer {
    background-color: #99ABB5;
    color: #FFF;
    padding: 2px 10px;
    margin-top: -1px;
    border-top: 1px solid #999;
}
#footer a {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}
#footer * {
    margin-bottom: 0;
}


/* ---- Default Content Styles ---- */
body.default #content h1 {
    margin-bottom: 16px;
}
body.default #content dl dt {
    font-weight: bold;
}
body.default #content dl {
    margin-bottom: 16px;
}

