<style>
/* CSS STARTS HERE */


/* This changes your link colors */
A:link 
{ text-decoration: none; color: #fffebb; }
A:visited 
{ text-decoration: none; color: #fffebb; }
A:active
{ text-decoration: none; color: #fffebb; }
A:hover 
{ text-decoration: none; color: #ffa31f; }


/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #6b4d83;
font-size: 9px;
background-color: #fbecad;
background-image:url('sunlight.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: #fffebb;
font-size: 10px;
background-color: #af5a2a;
background-image: url(' '#);
text-align: left;
border: 1px solid #ffa31f;
border-bottom: 0px solid #ffa31f;
border-top: 0px solid #ffa31f;
width:125px;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #fffebb;
font-size: 10px;
background-color: #af5a2a;
background-image: url(' '#);
text-align: right;
border: 1px solid #ffa31f;
border-bottom: 0px solid #ffa31f;
border-top: 0px solid #ffa31f;
width:120px;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #652e0f;
font-size: 10px;
background-color: #ffdb95;
background-image: url(' '#);
border: 0px solid #ffa31f;
width: 529px;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #652e0f;
font-size: 10px;
background-color: #ffca83;
background-image: url(' '#);
border: 1px solid #ffa31f;
text-align:center;
width:779px;
height:70px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #652e0f;
font-size: 10px;
background-color: #ffca83;
background-image: url('SunlightBanner.jpg');
border: 1px solid #ffa31f;
text-align:center;
}


/* CSS ENDS HERE */

</style>