/* basic elements */

body { 

	font: .9em veranda; 

	background: #F0F0CE;

	margin: 0px; 

	}



p 	{ 

	font: 0.9em Verdana, Arial, Helvetica, sans-serif;

	color: #553F0A;

	margin-top: 0px; 



	}



p.small	{

	font: .7em Verdana, Arial, Helvetica, sans-serif;

	}

	



p.tiny {

	font: .6em Verdana, Arial, Helvetica, sans-serif;

	}	

	



h1	{	

	font: bold 1em Verdana, Arial, Helvetica, sans-serif; 

	}



h2 	{ 

	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;

	}



ul

{

list-style-image: url('images/bullett.gif')

}





a:link { 

 	text-decoration: none; 

	color:#CC0000;

	}

a:visited { 

	text-decoration: none; 

	color: #CC0000;

	}

a:hover, a:active { 

	text-decoration: underline; 

	color: #CC0000;

	}





/* specific divs */



#container { 

	background: url(background.jpg) no-repeat top left;

	padding: 5px;  

	margin: 0px; 

	}





#text {

	padding: 25px 25px; 

	top: 110px;

	left: 220px;

	position: absolute;

	width: 520px;

	}





#nav {

	margin: 100px 0px 0px 70px; 

	position: float;

	}



#footer {

	background: url(footer.gif) no-repeat top center;

	/*margin: 1000px 0px 0px 0px;*/

	padding: 5px;

	position: float;

	}



#placeholder {

	margin-bottom: 800px;

		}

