body {
    text-align: justify;
    margin: 0px; 
    padding: 0px; 
	 color: #838383;
	 font-family: verdana;
	 font-size: 11px;
	 cursor: default;
    background-color: #000000;
    scrollbar-3dlight-color: #000000;  
    scrollbar-arrow-color: #000000; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #838383; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #000000;  
    scrollbar-track-color: #000000; }


A{text-decoration:none;
font-style: italic;
font-family: georgia;
cursor: default;}

A:link, A:visited
{color:#B16CB0;}

A:ACTIVE, A:HOVER
{color:#CECECE;}

input, textarea, option, select { 
       color: #838383;
       background: #000000;
       font-size: 11px;
       font-weight: normal;
       text-decoration: none;
       font-family: verdana; 
       text-align: left;
       border-width: 1px;
       border-style: dotted;
       border-color:#86A7C4; 
    scrollbar-3dlight-color: #000000;  
    scrollbar-arrow-color: #000000; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #838383; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #000000;  
    scrollbar-track-color: #000000; 
      }

.title {
font-family: georgia;
font-size: 21px;
font-style: italic;
color: #86A7C4;
border-bottom: 1px dotted #CECECE;
padding: 0px 0px 3px 50px;}


.quote {
   background-image: url(quote.jpg);
	color: #838383;
	margin: 15px 80px 15px 80px;
	padding: 15px;
}

font.color {
	color: #86A7C4;
}

font.color2 {
	color: #CECECE;
	font-weight: bold;
}

#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;
    padding: 0px;
/* sets the layout width */
    width: 602px;} 
	 
#header { 
    width: 602px;} 

	 
#menu { 
    width: 98px;
/* float it to the left of the text */
    float: left;} 
#menu ul {
	margin-left:15px;
	list-style:none;}
#menu li a {
	display:block;
	background:#000000;
	color:#B16CB0;}
#menu li a:hover {
	color:#CECECE;}

#text { 
    width: 465px;
/* float it to the left of the right sidebar */
    float: right;
	 margin-top: 20px;
	 margin-right: 39px;
} 

#footer { 
/* clear: both so that it remains at the bottom of the 3 columns */
float: none;
height: 50px;
} 