body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	background: #f4edea url(/img/layout/pagebg.jpg) repeat;
	color: #111;
}

div.innercontent {
	width: 700px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
div#header {
	height: 350px;
	background: url(/img/layout/headerbg.jpg) repeat-x top center;
}
div#header a {
	border: 0px;
}
div#main {
	padding: 30px 0px;
}
a {
	color: #9F282F;
	border-bottom: 1px dotted #9F282F;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
p {
	line-height: 26px;
}