	body
	{
		margin: 0;
		padding: 0;
		border:0;
	    font-family: 'Lucida Grande','Trebuchet MS', arial, helvetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #333333;
	}
	

#headerimg
	{
		margin: 0 auto;
		width: 550px;
		height: 355px;
		margin-top: 50px;
		background-color: #ffffff;
		border: 0px;
		border-bottom: 2px solid #333;
		background-image: url("feet.jpg");
		background-repeat: no-repeat;
		
	}
	


	
#contents
{
		margin: 0em auto;		
		width: 550px;
		height: 110px;
		padding: 0;
		background-color: #beb6ac;
		background-repeat: no-repeat;
		background-image: url("4x6.gif");
		background-position: 20px 20px;		
		
	}
	
.footer
{
		margin: 0em auto;
		width: 550px;
		height: 40px;
		padding: 0;
		background-color: #333;
		text-align: left;
		margin-top: 5px;
				
		
	}
	
	
	.text
{
		float: right;
	width: 400px;
	height: 80px;
	padding-left: 10px;
	padding-top: 28px;
	text-align: left;
				
		
	}
	
	

	
	
	
	/* fonts */

h3 {
	font-family: Verdana, "Times New Roman", Times, serif;

	}
	
	
	.text h3 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-left: 4px;
	color: #333;	
	margin-top: 0px;

	}
	
	.footer h3 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-left: 4px;
	color: #666;	
	margin-top: 0px;

	}



	
	
	 a {
	color: #08d;
	text-decoration: none;
	}

	a:hover {
	color: #08b;
	text-decoration: underline;
	}
	
	a:visited {
	color: #999;
	text-decoration: none;
	}