p, ul, li {
	line-height: 1.6;
	font-size: 12px;
}

h2 { 
	font-size: 1.5em;
}

a {
	color: #29636E;
	text-decoration:underline;
}

a:hover {
	background-color: #e7ffa6;
}

body { 
	background-color:#ACACAC;
	margin: 0; 
	padding: 0; 
	text-align: center; 
	/* background:url(images/bg.png) repeat; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust: none; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 1; 
}

#wrapper { 
	width: 950px; 
	height: auto; 
	padding: 0; 
	background-color: #F3FFD2; 
	color: #656960; 
	margin: 0; 
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#header {
	background:#e7ffa6 url(../images/header.jpg) left no-repeat;
	height:80px;
	width:950px;
	margin:0;
	text-align: left;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

#top { 
	background-color: #8BAB33;
	color: #fff;
	text-align: left;
}

#nav {
	font-size: 0.6875em;
	padding: 9px;
	text-align: left; 
	float: left; 
	vertical-align:middle;
}

#nav a {
	margin-top:0;
	margin-left: 2px;
	padding-top:8px;
	padding-bottom:6px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#nav a:hover {
	color: #29636E;
	background-color:#e7ffa6;
}	

#menu {
	font-size: 0.6875em;
	text-align: right; 
	float: right; 
	padding: 9px;
	vertical-align: middle;
}

#menu a {
	margin-top:0;
	margin-left: 2px;
	padding-top:8px;
	padding-bottom:6px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	font-weight: normal;
}

#menu a:hover {
	color: #FFF;
	text-decoration:underline;
	background-color:#8BAB33;
}	

#left {
	background-color: #F3FFD2; 
	font-size: 0.6875em;
	text-align: left; 
	width: 180px; 
	height: auto; 
	display: inline;
	float: left; 
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

#center {
	background-color: #F3FFD2; 
	font-size: 0.6875em;
	text-align: left; 
	width: 280px; 
	height: auto; 
	display: inline;
	float: left; 
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#right {
	background-color: #F3FFD2; 
	font-size: 0.6875em;
	text-align: left;  
	height: auto; 
	display: inline;
	float: left; 
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}