body {
	background-color: #a49f88;
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Lucida Grande", "Lucida Grande CE", "Tahoma";
	font-size: 11px;
	color: #272727;
	height: 100%;
}

H1, H2, H3 {
	font-family: "Verdana", "Lucida Grande", "Lucida Grande CE", "Tahoma";
	color: #555555;
}

a img {
	border: none;
	text-decoration: none;
	background-color: #FFF;
}

a {
	color: #5B9897;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



div.header {
background-color: #FFF;
width: 830px;
height: 114px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 0px;
overflow: hidden;
}


div.mainbox {
background-image:url(img/body1px.png);
background-repeat:repeat-y;
width: 830px;
margin-left: auto;
margin-right: auto;
min-height:400px;
}

p.margin {margin: 8px 15px 8px 15px}