body {
	text-align: center;
	margin: 0px;
	border-top: 2px solid #ffc939;
	font-size: 11px;
	color: #507a85;
	font-family: Arial, Helvetica, sans-serif
}
#wrapper {
	width: 727px;
	height: 100%;
	margin: 0 auto;
}
#top .left {
	float: left;
	padding-top: 5px;
	width: 130px;
	border: 0px solid green;

}
#top .right {
	float: right;
	border: 0px solid pink;
	width: 525px;
	margin-top: 45px;
}
#home {
	display: block;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}
#home a {
	color: #507a85;
}
#top .right img {
	float: left;
	border: 0px;
	*margin: 0 0 0 -6;
}
#flashcontent {
	margin-top: 5px;
	float: left;
	border-top: 2px solid #ffc939;
	border-bottom: 2px solid #ffc939;
	padding: 2px 0px 2px 0px;
}
#content {
	margin-top: 2px;
	border-left: 1px solid #dae3e6;
	border-right: 1px solid #dae3e6;
	float: left;
	width: 725px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#content p {
	padding: 10px;
	margin: 0px;
}
#content .proj {
	font-size: 14px;
	text-align: center;
	color: #507a85
}
#content .proj a {
	display:block;
	width: 150px;
	margin: 0 auto;
	text-decoration: none;
	color: #507a85;
}
#content .proj a:hover {
	text-decoration: underline;
}
#footer {
	float: left;
	border-top: 2px solid #507a85;
	display: block;
	width: 726px;
	margin-top: 2px;
	text-align: left;
	font-size: 10px;
	padding: 3 0 3 0
}
img {
	border: 0px;
	display: block;

}
