/* This changes your link colors */
A:link 
{ text-decoration: none; color: #f54627; font-weight: bold; }
A:visited 
{ text-decoration: none; color: #f54627; font-weight: bold; }
A:active
{ text-decoration: none; color: #f54627; font-weight: bold; }
A:hover 
{ text-decoration: underline; color: #ffa000; font-weight: bold; }
 
 
/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #FFFFFF;
background-image: url('http://i659.photobucket.com/albums/uu311/Wish-Chan/Layouts/bg-1.png');
text-align: justify;
margin-bottom: 5px; 
margin-right: 0px; 
margin-top: 5px;
}
 
 
/* This code centers your layout */
#centerlayout {
margin-left: -380px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
width: 800px;
left: 50%;
top: 0%;
position: absolute;
}
 
 
/* This code controls the properties of your left menu */
#leftmenu
{ font-family: Tahoma; Verdana; sans serif; helvetica;
color: #ef2f00;
font-size: 11px;
letter-spacing: 1px;
background-color: #FFFFFF;
background-image: url('http://i659.photobucket.com/albums/uu311/Wish-Chan/Layouts/menu.png');
text-align: left;
border: 1px dashed #24025E;
width:125px;
height:300px;
}
 
 
/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Tahoma; Verdana; sans serif; helvetica;
color: #ef2f00;
letter-spacing: 1px;
font-size: 11px;
background-color: #0e060d;
background-image: url('http://i659.photobucket.com/albums/uu311/Wish-Chan/Layouts/menu.png');
text-align: right;
border: 1px dashed #24025E;
width:125px;
height:300px;
}
 
 
/* This code controls the properties of your content */
#content
{ font-family: Tahoma; Verdana; sans serif; helvetica;
color: #ef2f00;
width:550px;
height:300px;
letter-spacing: 2px;
font-size: 11px;
background-color: #ffca7f;
border: 1px dashed #24025E;
}
 
 
/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Tahoma; Verdana; sans serif; helvetica;
color: #ef2f00;
font-size: 11px;
letter-spacing: 2px;
background-color: #ffca7f;
background-image: url(' ');
border: 1px dashed #24025E;
text-align:center;
width:529px;
height:90px;
}
 
 
/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #FFFFFF;
background-image: url('http://i659.photobucket.com/albums/uu311/Wish-Chan/Layouts/trday.png');
border: 0px solid #000000;
text-align:center;
width: 518px;
height: 300px;
}
 
/* This sets the properties for content headers */
h1
{ font-family: Georgia; serif;
font-style: italic;
color: #cd5e78;
font-size: 14px;
font-weight: bold;
border-bottom: 2px solid;
text-align:right;
}