/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	font-size:1.2em;
	color:#555;
	margin-bottom:0px;
}
#page {
	width:740px;
	margin:auto;
}
#header {
	width:100%;
}
#header h1 {
	color: #555;
	font-size: 1.1em;
	padding:0px;
}
#header h1 span {
	padding: 20px 10px;
}
#menu {
	background-color:#006B6B;
	width:100%;
	height: 24px;
}
#menu ul {
	list-style-type: none;
	padding:0 10px;
	margin:0;
}
#menu li {
	float:left;
	border-left:1px #fff solid;
} 

#menu li a{
	height: 22px;
	margin:0;
	padding:2px 18px 0px;
	float: left;
	color: #fff;
	text-decoration: none;
	vertical-align:middle;
	font-weight: bolder;
	font-size: 1.2em;
}
#menu li a:hover{
	background-color:#66CC00;
} 
.menuon{
	background-color:#66CC00;
} 

#content {
	background: url(../images/text-bg.jpg) repeat-x top #ecf4dc;
	padding: 0px 20px 20px;
	margin: 4px 0px;
}

#footer{
	color: #555;
	font-size: .9em;
	text-align: center;
	padding: 10px;
}
