/* This changes your link colors */
A:link 
{ text-decoration: none; color: #FFFFFF; }
A:visited 
{ text-decoration: none; color: #FFFFFF; }
A:active
{ text-decoration: none; color: #FFFFFF; }
A:hover 
{ text-decoration: none; color: #B0B0B0; border-bottom: 1px dashed black;}




/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #CC0099;
background-image: url(' ');
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: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #6666CC;
background-image: url(' ');
text-align: left;
border: 3px dotted #FFFFFF;
width:125px;
height:300px;
}
#leftmenu a:hover
{
width: 125px;
color: black;
background: lightblue;
text-decoration:none;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #6666CC;
background-image: url(' ');
text-align: right;
border: 3px dotted #FFFFFF;
width:125px;
height:300px;
}
#rightmenu a:hover
{
width: 125px;
color: black;
background: lightblue;
text-decoration:none;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #6666CC;
width:550px;
height:300px;
font-size: 12px;
background-color: #CCCCFF;
background-image: url(' ');
border: 2px dotted #000099;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #660099;
font-size: 9px;
background-color: #FFFFFF;
background-image: url('/pics/DisclamerSuicune.png');
border: 0px solid #000000;
text-align:center;
width:529px;
height:90px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #FFFFFF;
background-image: url('/pics/SuicuneBanner.png');
border: 0px solid #000000;
text-align:center;
width: 529px;
height: 150px;
}

#header
{ font-size: 9px;
color: darkblue;
font-weight: bold;
text-align: center;
border-top: darkblue 2px dotted;
border-bottom: black 2px dotted;
background-color: #3366FF;
height: 12px;
}

#header2
{ font-size: 9px;
background-color: purple;
height: 12px;
font-weight: bold;
text-align: center;
}

#quote
{ font-size: 10px;
color: blue;
font-style: italic;
background-color: lightblue;
height: 100px;
width: 300px;
}