#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	border: thick solid #92C428;
	margin-top: -45px;
	background-color: #FFF;
	overflow: auto;
}
#header {
	padding-top: 20px;
	padding-left: 20px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
}
#content {
	margin-left: 220px;
	margin-right: 40px;
	text-align: justify;
	margin-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 60px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #92C428;
}
a {
	color: #666;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	color: #333;
}

#contact-form { width:500px; margin: auto; }
#header #login {
	font-size: x-small;
	float: right;
	position: relative;
	right: 10px;
	top: 0px;
}
.rarm {
	color: #666;
}
