body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:1;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	text-indent: 2px;
}

#container {
	border:1px solid #000;
	background:#fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 768px;
}

#header {
	height:80px;
	background:url(images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
	width: 100%;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:12pt;
}



	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}
#container #mainContent #button {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
