* {
	margin: 0;
	padding: 0;
}
a {
	color: #a50;
}
a:hover {
	color: #000;
}
body {
	background: #496e45;
	font: 13px verdana;
	color: #220;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../img/papertile_2.jpg);
	position: relative;
}
#header {
	height: 380px;
	background: url(../img/header_2.jpg);
	position: relative;
}
#menu {
	position: absolute;
	top: 283px;
	left: 75px;
	width: 840px;
	height: 35px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 0px;
	font: bold 12px arial;
	color: #999;
	text-decoration: none;
	background: url(../img/menulink.gif);
}
#menu a:hover {
	color: #fff;
	background-position: 0px -167px;
}
#maincontent {
	padding-bottom: 30px;
}
#maincontentinner {
	padding: 0px 80px 0px 80px;
}
#footer {
	clear: both;
	height: 97px;
	background: url(../img/footer_2.jpg);
	position: relative;
}
p {
	padding: 13px 0;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font: bold 28px candara, lucida sans, arial; padding: 10px 0; }
h2 { font: bold 24px candara, lucida sans, arial; padding: 10px 0; }
h3 { font: bold 20px candara, lucida sans, arial; padding: 10px 0; }
#gearimage {
	width: 338px;
	height: 236px;
	background: url(../img/gears_1.png);
	float: right;
	margin: 10px 0px 10px 20px;
}
table.padded td {
	padding: 4px 10px; 
	vertical-align: top;
}
td.ra {
	text-align: right;
}
input.i1 {
	background: #fff url(../img/input_1.gif) !important;
	border: none;
	font: bold 13px verdana;
	color: #000;
	padding: 4px;
	border-style: solid;
	border-width: 0 1px 0px 0;
	border-color: #fff #ba9 #ba9 #fff;
}
textarea.i1 {
	background: #fff url(../img/input_1.gif) !important;
	border: none;
	font: bold 13px verdana;
	color: #000;
	padding: 4px;
	overflow: auto;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #fff #ba9 #ba9 #fff;
}
input.submitbutton {
	padding: 8px 50px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #fff #ba9 #ba9 #fff;
	background: #fdb url(../img/submit_1.gif) !important;
	color: #420;
	font: bold 13px verdana;
	outline: none;
}
.big { font-size: 15px; font-weight: bold;}
