/* CSS Document */

BODY {
margin:10px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#000000;
}

div#page {
width:900px;
margin: 0px auto;
text-align:left;
}

div#content {
width:900px;
background-color:#FFFFFF;
float:left;
margin-bottom:10px;
}

div#header {
width:900px;
height:75px;
background-image:url(images/header.jpg);
float:left;
}

div#menu {
width:900px;
height:60px;
float:left;
}

div#mainArea {
width:900px;
float:left;
}

div#leftcol {
width:360px;
float:left;
}

div#rightcol {
width:515px;
float:left;
margin:10px;
}

div#footer {
width:900px;
height:74px;
float:left;
background-image:url(images/footer.jpg);
}

/** CLASS FOR SOUND DIST BUTTON LINK **/

.soundDist {
position:relative;
top:10px;
left:644px;
float:left;
}

/** TEXT CLASSES **/

.headerText {
color:#003366;
font-size:18px;
font-weight:bold;
font-style:italic;
}

/*** SRC PAGE  **/

.top-src {
width:450px;
height:368px;
padding:114px 400px 32px 50px;
background-image:url(images/src-back.jpg);
border-bottom:1px solid #000000;
float:left;
}

.top-src a:link, .top-src a:visited {
text-decoration:none;
color:#FFFFFF;
}

.top-src a:hover {
text-decoration:underline;
}

.bottom-src {
width:840px;
padding:30px;
float:left;
}

.white {
color:#FFFFFF;
}

.trailerButton {}

a.trailerButton:link, a.trailerButton:visited {
padding:3px;
border:1px solid #CC0000;
background-color:#FF9900;
color:#CC0000;
font-weight:bold;
}

a.trailerButton:hover {
background-color:#FFFFFF;
} 