body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: #000;
    margin: 0;
	padding: 0;
	list-style: none;
    font-size: 10px;
    background:#fff;
	padding-bottom: 12px;
}
#wrapper {
	margin: 10px auto;
	text-align: left;
	position: relative;
    width: 920px;
    height: 700px;
    background:url(../images/bkg_header1.png) repeat-y;
}
/* navigation */

#nav {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 27em;
}

#nav li {
	width: 6em;
	float: left;
	margin: 0 0.3em;
	padding: 0;
}

#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
}

/* body */

#body { width: 100%;height: 650px;}

#body .inner {
    width: 920px;
    height: 300px;
	padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    

}

#body h2 {
	margin-top: 3px;
	text-indent: -3px;
}

* html #body h2 {
	margin-top: 3px;
}

#body p {
	margin: 1em 0em;
}
a{outline:none; text-decoration:none; color:#94c602;}


