* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
}
#wrapper #logo {
	background-color: #F7F7F7;
	padding-top: 40px;
}
#wrapper #head {
	height: 250px;
	background-repeat: no-repeat;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 40px;
	background-color: #F7F7F7;
	color: #FFF;
	text-align: right;
	right: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 100px;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6F9F17;
	text-decoration: none;
}
a:visited {
	color: #6F9F17;
	text-decoration: none;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #444;
	margin: 20px;
	padding: 0px;
	text-transform: none;
}

#wrapper #left {
	width: 525px;
	float: left;
	background-color: #eeedee;
}
#wrapper #right {
	width: 275px;
	float: right;
	background-color: #e7e7e7;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.25px;
	color: #666;
	margin: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-type: disc;
	text-align: justify;
}

#wrapper #footer {
	height: 60px;
	clear: both;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
.rightaligned {
	text-align: right;
}
