body {
	font-family: verdana, 'sans serif';
	background-image: url(images/grass.jpg);
	font-size: small;
}

h2 {
	font-size: large;
}

h3 {
	color: #546B01;
}

h1 a {
	text-decoration: none;
	color: white;
}

a {
	color: #546B01;
}
a:hover {
	text-decoration: none;
}

#siteframe {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: solid 3px white;
}

#header {
	padding: 20px;
	text-align: center;
	color: white;
	background: #7D490D;
}

#menu {
	padding: 20px;
	background: #A45E19;
	color: white;
	text-align: center;
}

#menu a {
	color: white;
}

#content {
	padding: 20px;
}

#footer {
	padding: 20px;
	background: #546B01;
	color: white;
	text-align: center;
}

div.box {
	background: #8A952C;
	color: white;
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

