/* Main Classes */
body {
background-color: #444444;
color: #7a767b;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: auto auto;
}

a {
color: #af999f;
text-decoration: none;
}

a:hover {
color: #7a767b;
text-decoration: none;
}

img, img a {
border: 0;
}


/* Main Container */
#container {
height: 600px;
width: 760px;
margin: auto auto;
background: url("/sitemedia/graphics/bg_main.jpg") no-repeat top left;
margin-top: 10px;
}


/* Flash Banner on Top */
#banner_flash {
height:71px;
width:760 px;
padding-top: 20px;
}


/* Elevator Button Sidebar */
#elevator_buttons {
height: 470px;
width: 197px;
float: left;
background: url('/sitemedia/graphics/elevator_bg_bottom.jpg') no-repeat bottom right;
}

#links {
height: 211px;
width: 197px;
background: url('/sitemedia/graphics/elevator_bg_top.jpg') no-repeat bottom right;
}

#links h1, #links ul {
display: none;
}

.buttons {
width: 186px;
height: 40px;
padding-left: 11px;
display: block;
}



/* Main Text Box (iFrame) */
#main_text {
width: 537px;
height: 477px;
padding:0;
padding-top:10px;
float: right;
}


/* Footer */
#footer {
width: 760px;
height: 22px;
background: url('/sitemedia/graphics/footer.jpg');
clear:both;
}

