/*HEADER*/
#header 
{	background-color: #FFFFFF; }


/* BODY */

BODY 
{  	background: url("pictures/design/background.png") top left repeat-x;
	background-color: #edf1f4;}
	
#content
{  	margin-left: 10px;
	margin-right: 15px;}
	
body, tr, td, table 
{	margin-top: 0px;
	font-size: 11px; 
	font-family: "verdana"; 
	color: #9CA9B8; 
	line-height: 20px;
	text-align: justify;}
	
.quote 
{ 	font-size: 11px; 
	font-family: "courier new"; 
	color: #c0c0c0; 
	line-height: 20px;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px; }
	
b 
{	color: #d4d2c7; 
	font-family: "courier new";}
	
i 
{	color: #DDB3C2;
	font-family: "georgia"; }


a:visited, a:link, a:active 
{ 	color: #a6d1e7; 
	text-decoration: none; }

a:hover 
{ 	color: #a0a0a0; 
	text-decoration: none;
	cursor: default; }
	
h1
{	text-decoration: none;
	font-size: 18px;
	font-family: "georgia";
	color: #94c8db;
	margin-bottom: 0px;
	margin-top: 0px; }
	
/* MENU */

h3 {	font-size: 15px; 
	font-family: "Impact"; 
	text-align: left;
	color: #dbe6eb;
	text-indent: 2px;
	margin-bottom: 0px;
	margin-top: 0px; }

#menu 
{	text-align: "left";
	width: 150px;
	text-indent: 7px;}

#menu td 
{	background-color: #e6ecf0;	
	font-size:11px;
	font-family: "courier new";
	text-transform: lowercase;}

#menu td a 
{	text-decoration:none;
	display:block;
	background:#f0f0f0;
	color:#a1c1d6;
	border-left:5px solid #b1cee1;}

#menu td a:hover 
{	background:#f5f5f5;
	color:#8d8d8d;
	border-left:5px solid #cecece;
	border-right:5px solid #b1cee1;}

/*FOOTER*/

#footer
{	width: 700px;
	font-family: "courier new";
	text-align:left;
	line-height: 25px;
	font-size: 11px; 
	color: #c0c0c0;
	margin-top: 0px;}


#footer a
{	color: #b6d2e0;
	text-decoration: none;}
	
	
#footer a:hover
{	color: #9c9c9c;
	text-decoration: none;	
	border-bottom:1px dashed #b6b6b6;}

