<style>
/* CSS STARTS HERE */


/* This changes your link colors */
A:link 
{ text-decoration: none; color: #bbe2a3; }
A:visited 
{ text-decoration: none; color: #829973; }
A:active
{ text-decoration: none; color: #bbe2a3; }
A:hover 
{ text-decoration: none; color: #7cc523; }


/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #bbe2a3;
font-size: 9px;
background-color: #595959;
background-image:url('toxic.jpg');
text-align: justify;
margin-bottom: 5px; 
margin-right: 0px; 
margin-top: 5px;
}


/* This code centers your layout */
#centerlayout {
margin-left: -370px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
width: 779px;
left: 50%;
top: 0%;
position: absolute;
}


/* This code controls the properties of your left menu */
#leftmenu
{ font-family: Verdana; sans serif; helvetica;
color: #7cc523;
font-size: 10px;
background-color: #2f2f2f;
background-image: url(' '#);
text-align: left;
border: 1px solid #7cc523;
border-bottom: 0px solid #7cc523;
border-top: 0px solid #7cc523;
width:125px;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #7cc523;
font-size: 10px;
background-color: #2f2f2f;
background-image: url(' '#);
text-align: right;
border: 1px solid #7cc523;
border-bottom: 0px solid #7cc523;
border-top: 0px solid #7cc523;
width:120px;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #2f2f2f;
font-size: 10px;
background-color: #bbe2a3;
background-image: url(' '#);
border: 0px solid #7cc523;
width: 529px;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #bbe2a3;
font-size: 10px;
background-color: #2f2f2f; 
background-image: url(' '#);
border: 1px solid #7cc523;
text-align:center;
width:779px;
height:70px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #bbe2a3;
font-size: 10px;
background-color: #2f2f2f;
background-image: url('ToxicBanner.jpg');
border: 1px solid #7cc523;
text-align:center;
}


/* CSS ENDS HERE */

</style>