body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCC;
	margin: 0px;
}

#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}#main {
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
}
#main img {
	float: right;
	margin-left: 5px;
}
#top {
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #666;
}
#left {
	float: left;
}
#right {
	float: right;
}

#right, #left {
	width: 400px;
}
#left p , #right p{
	display: block;
	height:80px;
	overflow:visible;
}

#left img:hover, #right img:hover {
	background-image: url(images/buttonbg.png);
	height: 80px;
	width: 153px;
}

#bottom {
	text-align: center;
	clear: both;
	width: 840px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
#footer {
	text-align: center;
	clear: both;
	width: 940px;
	background-color: #D73D23;
	padding: 10px;
}
#footer a {
	color: #FFF;
}
.green , a{
	color: #056839;
}
.green2 {
	color: #056839;
	font-size: 16px;
	font-weight: bold;
}
.people {
	text-transform: uppercase;
	color: #D73D23;
	font-size: 14px;
}

