body {
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #48554f;
	position: relative;
	background: #4a4a4a url(images/home-bg.jpg) no-repeat center top;
}

a {
	color: #97a816;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #48554f;
}

.link2, #footer .footer2 a {
	color: #48554f;
	font-size: 0.9em;
}

.link2:hover, #footer .footer2 a:hover {
	color: black;
}

h1 {
	color: #97a816;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.secondary {
	color: #97a816;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: #e3e6bb;
	margin-bottom: 20px;
}

#header {
	height: 258px;
	background: url(images/header.jpg) no-repeat;
}

#header_under {
	height: 25px;
	background: url(images/header_under.jpg) no-repeat;
}

#side {
	height: 912px;
	width: 418px;
	background: #e3e6bb url(images/side.jpg) no-repeat;
}

#contact {
	background: url(images/contact.jpg) no-repeat;
	height: 189px;
	width: 418px;
	padding: 40px;
	padding-top: 70px;
	padding-bottom: 0px;
	line-height: 1em;
}

#content {
	float: right;
	width: 492px;
	padding: 75px;
	padding-top: 25px;
	padding-left: none;
	line-height: 1.4em;
	position: absolute;
	margin-left: 350px;
}

#footer {
	background: #a9b402 url(images/footer_bar.jpg) no-repeat 0 bottom;
	color: white;
	width: 920px;
	padding: 20px;
	height: 20px;
	font-size: 0.9em;
	font-weight: bold;
}

#footer .footer1 {
	float: left;
	display: inline;
	width: 50%;
}

#footer .footer2 {
	float: right;
	display: inline;
	width: 50%;
	text-align: right;
	font-weight: normal;
}

#announcement-box {
	background: #596863;
	color: white;
	padding: 10px 12px;
	margin-bottom: 2.2em;
}

#announcement-box a {
	color: #aec219;
}

#announcement-box a:hover {
	color: white;
}