body{
	background-color:#6B4F4B;
	margin:0;
	padding:0;
	text-align:center;
}


div#all{
	position:relative;
	background-color:#E2E2E2;
	margin:0px auto 0px auto;
	width:946px;
	text-align:left;
}

div#footer{
	background-image:url(images/footer_background.png);
	background-position:repeat-x;
	text-align:center;
	font-family:arial;
	color:#6B4F4B;
	margin:0 auto 0 auto;
	font-size:0.8em;
	width:946px;
}

div#footer a{
	font-family:arial;
}

div#lefthand {
  	text-align:right;
  	width:440px;
}

div#content {
	top:0px;
	margin:-580px 20px 90px 460px;
	width: 400px;
}

p {
	margin:0 0 0 40px;
 	font-family:arial;
	line-height:1.6em;
}

a {
	color:#5B2716;
	font-family:georgia, times new roman;
	text-decoration:none;
	line-height:1.6em;
}

a:hover{
	text-decoration:underline;
}

li {
	list-style:none;
	background-image:url(images/bullet.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}