<style>
/* CSS STARTS HERE */


/* This changes your link colors */
A:link 
{ text-decoration: none; color: #c0e7fb; }
A:visited 
{ text-decoration: none; color: #c0e7fb; }
A:active
{ text-decoration: none; color: #3c080f; }
A:hover 
{ text-decoration: none; color: #a91a2d; }


/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #c0e7fb;
font-size: 10px;
background-color: #6a1924;
background-image: url('RedEleganceBG.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: #6a1924;
font-size: 10px;
background-color: #78828a;
background-image: url(' '#);
text-align: left;
border: 1px solid #c0e7fb;
border-bottom: 0px solid #c0e7fb;
border-top: 0px solid #c0e7fb;
width:125px;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #6a1924;
font-size: 10px;
background-color: #78828a;
background-image: url(' '#);
text-align: right;
border: 1px solid #c0e7fb;
border-bottom: 0px solid #c0e7fb;
border-top: 0px solid #c0e7fb;
width:120px;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #c0e7fb;
font-size: 10px;
background-color: #611c2e;
background-image: url(' '#);
border: 0px solid #c0e7fb;
width: 529px;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #c0e7fb;
font-size: 10px;
background-color: #6a1924;
background-image: url('');
border: 1px solid #c0e7fb;
text-align:center;
width:779px;
height:90px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #c0e7fb;
font-size: 10px;
background-color: #a91a2d;
background-image: url('RedBanner.jpg');
border: 1px solid #c0e7fb;
text-align:center;
}


/* CSS ENDS HERE */

</style>