@charset "UTF-8";
/* CSS Document */

body	{
	margin: 0 100px 0 60px;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	line-height:20px;
	width:815px;
}

h1	{	
font-size:14px;
margin:0 0 5px 0;
}

a	{
	color:#6b4e30;
	text-decoration:none;
	font-weight:bold;
}

a:hover	{
	color:#ffffff;
	background:#6b4e30;
}

#header 	{
	margin: 0 0 27xp 0;
}

#content	{
	clear:both;
}

#left	{
	float:left;
	display:block;
	width:580px;
	margin: 0 55px 0 0;
}

#right	{
	float:right;
	display:block;
	width:165px;
}

#contentleft	{
	display:block;
	float:left;
	width:280px;
	margin: 20px 20px 0 0;
}

#contentright	{
	display:block;
	float:right;
	margin: 20px 0 0 0;
	width:270px;
}

img.pic	{
	margin:0 10px 20px 0;
	float:left;
}

p.pic	{
	display:block;
	clear:both;
	
}

#footer	{
	clear:both;
	margin:100px 0 0 0;
	
}


