body {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333;
	background-image:url('images/bg.jpg');
}

input, select, textarea {
	padding: 2px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333;
}

hr {
	height: 0px;
	border: 0px solid white;
	border-bottom: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#all {
	width: 984px;
	margin: auto;
}

div#top {
	height: 250px;
	background-image:url('images/header.png');
}

div#content {
	background-image:url('images/bg.png');
}

div#left {
	width: 180px;
	float: left;
	margin-left: 20px;
}

div#left h1 {
	color: #e9841a;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

div#left a {
	display: block;
	color: #646953;
	text-decoration: none;
	padding: 3px;
	padding-left: 9px;
}

div#left a:hover {
	background-color: #ffab03;
	color: white;
}

div#right {
	width: 750px;
	float: right;
	margin-right: 20px;
}

div#right h1, div#right legend {
	color: #646953;
	letter-spacing: 2px;
	font-size: 16px;
	margin-top: 0px;
	border-bottom: 1px solid #646953;
}

div#right h2 {
	font-size: 14px;
	letter-spacing: 2px;
}

div#right a {
	color: #df9502;
	text-decoration: none;
}

div#footer {
	background-image:url('images/footer.png');
	height: 24px;
}

.btn {
	border: 1px solid #8c6009;
	background-color: #fff1d5;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	color: #df9502;
}

.btn:hover {
	color: #ef9613;
	background-color: #eee2c4;
}
