body 
{
margin:0;padding:0;
background:url("../images/left_gradient.gif") top left repeat-y;
position:relative;
font-size:62.5%;
font-family:verdana, arial, sans-serif;
height:100%;
}
#header {
height:90px;
background:#636;
padding-left:166px;
}
#header img {margin-top:35px;width:611px;height:39px;border:none;}

#logo {
position:absolute;
top:0;left:0;
width:175px;
height:303px;
background:url("../images/logo.gif") top left no-repeat;
}

#navigation {
margin:0;padding-left:170px;
border-top: 6px solid #938D64;
border-bottom: 6px solid #930;
background-color:#000;
text-align:left;
white-space:nowrap;
}

#navigation li {
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
font:1.1em/1.6em verdana, arial, georgia, sans-serif;
}
#navigation li a { 
display: inline;
text-decoration: none; 
color:#fff;
background-color: #000;
margin:0;
padding: 2px 6px 2px 6px;
border:none;
border-top: 6px solid #938D64;
border-bottom: 6px solid #930;
text-align: center;
letter-spacing:1px;
}
#navigation li a:hover, #navigation li a:active { 
color: #cc9;
background-color:#303;
border-top: 6px solid #DFDDAA;
border-bottom: 6px solid #E15700;
}

#content {
position:relative;
background:url("../images/right_gradient.gif") top right repeat-y;
padding-left:180px;
padding-right:180px;
height:85%;
}

#content #sidebar {
position:absolute;
top:0;right:0;
width:125px;
list-style:none;
margin-top:40px;
}
#content #sidebar li {margin-left:0;padding-left:0;margin-bottom:20px;font:0.8em/1.6em verdana, arial, georgia, sans-serif;}
#content #sidebar li a, #content #sidebar li a:visited {color:#930;text-decoration:none;}
#content #sidebar li a:hover {color:#930;text-decoration:underline;}

#footer {background:url("../images/footer.gif") bottom left repeat-x;height:5px;}

#legal {
position:absolute;
left:0; top:300px;
width:160px;
margin-right:10px;
background:#E9E8C9 url("../images/legal_gradient.gif") top left repeat-y;
}
#legal span {width:100%;background:url("../images/legal_gradient_top.gif") top left no-repeat;}
#legal p {color:#630;margin:0.5em 0 1em 1em;font-size:0.8em;}

/* text styles */
h1 {color:#996;margin-top:0;font-size:2em;padding-top:10px;}
h2 {color:#930;font-size:1.4em;}
#content, p, li, td {font-size:1.2em;}


/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

/* These "decoy" styles are used to hide the browser text before it is replaced...
the negative-letter spacing in this case is used to make the browser text metrics 
match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... any weird sizing issues you may run into are usually 
fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 2em;
}