html, body, img, div {
	margin:0;
	padding:0;
	border: 0;
}

body {
	color: #666;
	font: 18px 'Times New Roman', Times, FreeSerif;
	text-align: center;
	background-color: #dfdbd3;
	height: 100%;
}

h1{
	font-size: 30px;
	margin: 0;
	padding: 5px 0 10px 0;
	font-weight: normal;
	color: #92a938;
}

h2{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #92a938;
}

a {
	color: #92a938;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

#wrap {
	background-color: #fff;
	width: 1005px;
	width: 980px !important;
	margin: 50px auto;
	padding: 0;
	text-align: left;
	height: 100%;
}

#header {
	height: 80px;
	background: #b2ac9f url(../img/header-top.gif) top center no-repeat;
}

#logo {
	margin-left: 15px;
	margin-top: 15px;
}

#topnav {
	text-align: center;
	background-color: #b5d147;
	height: 30px;
}

#topnav ul{
	margin: 0;
	padding: 5px;
	list-style: none;
	white-space: nowrap;
}
#topnav  li{
	display: inline;
}

#topnav  a{
	color:	#fff;
	padding:	5px 15px;
	text-decoration:none;
	font-weight: normal;
	margin-left: 15px;
}

#topnav  a:hover{
	background-color: #c9dd79;
}

#content {
	padding: 25px 25px 0 25px;
	background: #fff url(../img/topgradient.gif) top left repeat-x;
	color: #333;
	font-size: 17px;
	line-height: 24px;
	height: 100%;
}

#footer{
	color: #aaa;
	font-size: 16px;
	clear: both;
	border-top: 1px solid #666;
	height: 85px;
	background: #fff url(../img/footergradient.gif) top left repeat-x;
	text-align: center;
}

#footer p{
	margin-top: 20px;
	text-align: center;
}

#welcomeimage{
	float: left;
	margin: 15px 32px 0 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 445px;
}

#leftcol img{
	float: left;
	margin: 0;
	padding: 0;
}

#rightcol{
	float: right;
	width: 445px;
}

#rightcol img{
	float: right;
}

ul.vita li{
	margin: 8px;
}
