body {
	background-color:#979572;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
	margin:0;
	padding:30px;
}

#body {
	width:745px;
	margin-left:auto;
	margin-right:auto;
}
#body #content {
	background-image:url(../img/body.png);
	background-repeat:repeat-y;
	color:#30685F;
	min-height:300px;
	font-family:Arial;
	font-size:15px;
	text-align:justify;
	padding:10px 30px 10px 30px;
}

#body #content #contentbg {
	background-image:url(../img/bodybg.png);
	background-position:center;
	background-repeat:no-repeat;
	width:690px;
}

#menubox {
	color:#30685F;
	width:366px;
	height:80px;
	float:right;
	text-align:center;
	background-image:url(../img/menu.png);
}

h1 {
	font-size:18px;
}

h2 {
	font-size:18px;
}

#body #top {
	width:100%;
	background-image:url(../img/top.png);
	height:27px;
	text-align:center;
}

#body #bottom {
	width:100%;
	background-image:url(../img/bottom.png);
	height:27px;
	font-size:0;
}

label.text {
	display:block;
	float:left;
	width:300px;
	text-align:right;
	margin:0 1em 0 0;
	padding:0.1em;
}

a img {
	border:0;
}
