html, body {
	background: #fff;
	color: #000;
	font-family: sans-serif;
	margin: 0px; }

a:link		{ color: #000; }
a:visited	{ color: #696969; }

a.menu:link	{ color: #000; }
a.menu:visited	{ color: #696969; }

div.title {
	background-image: url(graphics/title-green.jpg);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 650px;
	height: 76px;
	margin-left: -325px; }

div.menu {
	color: #000;
	background: #ff0;
	background-image: url(graphics/menu-green.jpg);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	left: 50%;
	top: 76px;
	width: 650px;
	height: 33px;
	margin-left: -325px;
	text-align: center; }

div.content {
	background: #fff;
	background-image: url(graphics/bottom-green.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 109px;
	left: 50%;
	bottom: 0px;
	width: 650px;
	margin-left: -325px;
	overflow: auto; }

div.bottom {
	padding: 5px; }

img {
	border: 0px; }

img.hr {
	position: absolute;
	width: 100%; }

h1 {
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px; }

h2 {
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px; }

h3 {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px; }

p {
	padding-left: 5px;
	padding-right: 5px; }

dl {
	padding-left: 5px;
	padding-right: 5px; }



table {
	border: 0px;
	margin: 0px auto;
	width: 100%; }

td {
	text-align: left; }

td.projectmenutitle {
	font-weight: bold;
	background-color: #7f7 ;
	padding-left: 5px; }

td.projectpic {
	text-align: right;
	vertical-align: middle;
	padding: 10px; }

td.projecttitle {
	text-align: left;
	vertical-align: top;
	padding: 10px; }

td.projectinfo {
	text-align: left;
	vertical-align: top;
	padding: 10px; }

td.pic {
	text-align: center; }

td.pictxt {
	padding-bottom: 15px;
	text-align: center; }

td.feedback {
	text-align: left;
	vertical-align: top; }

div {
	font-size: 14px;
	text-align: justify; }

div.cent {
	text-align: center; }