/* CSS Document */

/* --------------------------------------------------------- Layout Structure -- */

body {
margin:0px auto;
background-image:url(images/body_bg.jpg);
background-color:#e2e0ff;
width:765px;
height:auto;
}

#main_container {
background-color:#395848;
border-left:1px solid #000000;
border-right:1px solid #000000;
width:765px;
height:auto;
text-align:center;
}

#header {
background-image:url(images/header_bg.jpg);
background-repeat:no-repeat;
background-color:#395848;
width:765px;
height:99px;
}

#header2 {
background:url(images/msds_header.jpg);
width:765px;
height:19px;
}

#main_content {
background-image:url(images/msds_bg.jpg);
width:765px;
height:auto;
margin-top:-3px;
}

#footer {
background:url(images/msds_footer.jpg);
background-repeat:no-repeat;
background-color:#395848;
width:765px;
height:16px;
}

/* ----------------------------------------------------------- Text Formating -- */

.maintxt {
padding-right:10px;
color:#f6bc2f;
vertical-align:middle;
text-align:right;
font-size:36px;
font-weight:bold;
}

.mainnav a:link, .mainnav a:visited, .mainnav a:active {
color:#FFFFFF;
text-decoration:none;
}

.mainnav a:hover {
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}