/* CSS Basic Document */
body
{
margin:0 0 0 0;
padding:0;
background:#505050 url(../images/bg.jpg) left top;
}
.body_bg
{
background:url(../images/body_bg.jpg) left top repeat-x;
}
.main_table
{ background-color:#505050; color:#cccccc; width: 832px; }
/* FLASH CONTAINER */
div#flashContainer {
width:142px; /* Give it a width */
height:230px; /* Give it a height */
position:relative; /* Relatively position it; this won't change its position... */
}
div#flashContainer object,
div#flashContainer img {
width:142px; /* Give them a width */
height:345px; /* Give them a height */
position:absolute; /* Position them absolutely... */
top:0; /* 0px from top of container... */
left:0; /* 0px from left of container */
}

div#flashContainer object { background-image: url(../images/nav.jpg); z-index:100; /* Give it a large z-index to make sure it appears on top */
}

div#flashContainer img {
z-index:1; /* Give it a low z-index to make sure it doesn't appear on top */
}
/* CSS Text Document */
body{ color: #50322d; text-transform: none; font: 11px/13px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a { color: #bd5950; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { font-size:10px !important; font-weight:normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color:#76797c; _position:static !important; }
