body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header {
	padding: 0;
	background-repeat: no-repeat;
	height: 135px;
}
#invisible_header {
	position: absolute;
	top: -200px;
}

#invisible_btn {
	position: absolute;
	top: 65px;
	right: 250px;
	width: 230px;
	height: 23px;
}
#left_nav {
	float: right;
	padding: 0;
	text-align: left;
	margin: 0;
	color: #a6ce39;
	width: 220px;
}
#left_nav a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 1px;
	margin: 0;
	color: #909090;
}
#left_nav  a:hover  {
	background-color: #75c044;
	color: #FFFFFF;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
}
#left_nav li {
	font-size: 75%;
	text-decoration: none;
	list-style-type: none;
	display: block;
	height: 2em;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	clear: both;
}
#content {
	float: left;
	height: 450px;
	width: 700px;
	overflow: visible;
}
#content img {
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 115%;
	color: #75c044;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#content p {
	font-size: 75%;
	color: #666666;
	margin: 0px;
	padding: 10px 0px;
}
