/* This changes your link colors */
A:link 
{ text-decoration: none; color: #000000; }
A:visited 
{ text-decoration: none; color: #000000; }
A:active
{ text-decoration: none; color: #000000; }
A:hover 
{ text-decoration: none; color: black; 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: #993300;
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: #FF6600;
background-image: url(' ');
text-align: left;
border: 3px dotted #FFFF00;
width:125px;
height:300px;
}
#leftmenu a:hover
{
width: 125px;
color: black;
background: #FFFF22;
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: #FF6600;
background-image: url(' ');
text-align: right;
border: 3px dotted #FFFF00;
width:125px;
height:300px;
}
#rightmenu a:hover
{
width: 125px;
color: black;
background: #FFFF22;
text-decoration:none;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
width:550px;
height:300px;
font-size: 12px;
background-color: #FF4400;
background-image: url(' ');
border: 2px dotted #CC0000;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #;
background-image: url('/pics/styles/DisclaimerEntei2.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/styles/EnteiBanner2.png');
border: 0px solid #000000;
text-align:center;
width: 529px;
height: 150px;
}

#header
{ border-bottom: black 2px dotted;
font-size: 9px;
border-top: black 2px dotted;
background-color: #FFBB11;
height: 12px;
font-weight: bold;
text-align: center;
}

#header2
{ font-size: 9px;
background-color: darkred;
height: 12px;
font-weight: bold;
text-align: center;
}

#quote
{ font-size: 10px;
color: gold;
font-style: italic;
background-color: #990000;
height: 100px;
width: 300px;
}
