body
	{
		font-family: Arial, san-serif, Verdana;
		margin: 0px;    
    background-image: url('images/newback.gif');
	}

img
	{
		border: 0px;
	}	

h1
	{
		margin-top: 5px;
		padding-top: 8px;
		padding-left: 40px;
		padding-bottom: 20px;
		text-align: left; 
		font-size: 150%;  
		background-image: url('images/bullet1.gif'); 
		background-repeat: no-repeat;
		color: #4f4f4f;        
		border-bottom: solid 1px black; 
		font-family: arial, sans-serif;  
		font-weight: normal; 
		width: 495px;  
	}   
	
#container
	{  
    margin-left: auto;
    margin-right: auto;
		width: 740px;    
		background-image: url('images/gradient.gif');
		background-repeat: repeat-y;

	}  
	
#wrapper
	{ 
		height: 160px;   
		text-align: center; 
		padding-top: 10px; 
		width: 709px;  
		background: white;
		margin-left: 17px;  
	}


#title
{
		text-align: left; 	
		padding-left: 0px;
		position: absolute;
		border-top: solid 4px;
		border-bottom: solid 4px;
	  border-color: #480e86; 
	  height: 38px; 
	}

#main
	{
		
		width: 549px;
		padding-top: 30px;
		padding-left: 120px;
		padding-right: 40px;
		padding-bottom: 40px;
		font-size: 80%;
		color: black;		
		margin-left: 17px; 
		text-align: left;  
		background: white;
	}
	
#footer
{
   text-align: center;
   font-size: 70%;
   padding-bottom: 20px;
   	width: 709px;  
		background: white;
		margin-left: 17px;  
}

.line
{
   border-top: solid 1px;
	 border-color: #480e86;
	 width: 709px; 
	 margin-left: 17px;
	 text-align: centre;
	 background: white;   
}
.quoteimg
{
	 float: left;
	 margin-right: 3px;
	 background: #d4d8bd; 
}

.quote
{
	 background: #d4d8bd;
	 padding: 20px;
	 width: 495px;  
}
.high
{
		color: #480e86;
		font-size: 120%;
		font-weight: bold; 
}				

a:link, a:visited
	{
	color: #black;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover, a:active
	{ 
		color: #4f4f4f;
		text-decoration: none;
		font-weight: bold;
	}	

