html,
body{
	margin:0; padding:10px;
	font-family:Arial;
	font-size:14px;
	background-color: #7A8D84;
}

#main {
	min-height: 600px;
	border:1px solid #000;
}

#buttons {
	border-right: 1px solid #000;
	background-color: #48834D;
}

#content {
	background-color: #fff;
}

#header {
	text-align: right;
	height: 188px;
	border-bottom: 1px solid #000;
	background-color: #EAEAEA;
}

#footer {
	height: 20px;
	border-top: 1px solid #000;
	background-color: #000;
	color:#fff;
	text-align: center;
}



#header h1 {
	text-align: right;
	margin:0;
	padding:10px;
}

#buttons ul {
	margin:0;
	padding:10px;
}

#buttons ul li {
	margin:0;
	padding:0;
	list-style: none;
	font-weight: bold;
}

#buttons ul li a {
	color:#fff;
	text-decoration: none;
}

#buttons ul li a:hover {
	color:#fff;
	text-decoration: underline;
}

#content {
	padding:10px;
}

#content h2 {
	padding:10px;
	margin:0;
}