body { 
    text-align: center; 
    margin: 0px; 
    padding: 0px; 
	 color: #FFFFFF;
	 font-family: verdana;
	 font-size: 11px;
    background-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;  
    scrollbar-arrow-color: #FFFFFF; 
    scrollbar-darkshadow-color: #FFFFFF; 
    scrollbar-face-color: #D83745; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #FFFFFF;  
    scrollbar-track-color: #FFFFFF; 
} 


A {text-decoration: none; 
cursor:default; 
font-weight: normal;
font-style: italic;}

A:LINK, A:VISITED
{ color:#901712;}

A:ACTIVE, A:HOVER
{ color:#8EEBD2;}

input, textarea, option, select { 
       color: #FFFFFF;
       background: #D83745;
       font-size: 11px;
       font-weight: normal;
       text-decoration: none;
       font-family: verdana; 
       text-align: center;
       border-width: 1px;
       border-style: solid;
       border-color:#901712; 
		 scrollbar-3dlight-color: #D83745;  
       scrollbar-arrow-color: #901712; 
       scrollbar-darkshadow-color: #D83745; 
       scrollbar-face-color: #D83745; 
       scrollbar-highlight-color: #D83745; 
       scrollbar-shadow-color: #D83745;  
       scrollbar-track-color: #D83745; 
      }

.title {font-family: arial black; font-size: 7px; color: #FFFFFF; letter-spacing: 3px; 
text-transform: uppercase; margin: 20px 0px 3px 0px; background-color:#C42C39; text-align: right;
border-bottom: 1px solid #901712;}

.link {
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
background-color: #FFFFFF;
margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
padding-bottom: 5px;}

.quote {
	margin: 10px 30px 0px 30px;
	background-color: #FFFFFF;
	border-left: 10px solid #8EEBD2;
	color: #D83745;
}

font.color {
	color: #FCE094;
}
font.quotecolor {
	color: #901712;
}

#container { 
/* re-aligning the text correctly to the left */     text-align: justify;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px auto;
    padding: 0px;
/* sets the layout width */
    width: 436px;
	 background-image: url(bg.gif);
} 
#header { 
    width: 436px;
} 

#menu { 
    width: 395px;
	 margin-left: 15px;
/* float it to the right of the text */
    float: none;
    background: #D83745;
} 
#text { 
    width: 390px;
	 border-left: 14px #FFFFFF solid;
	 border-right: 23px #8EEBD2 solid;
    background: #D83745;
/* float it to the left of the right sidebar */
    float: none;
	 padding: 4px;
} 
#footer { 
/* clear: both so that it remains at the bottom of the 3 columns */
    clear: both;
    background: #8EEBD2; 
	  margin-left: 14px;
} 
