﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	width: 780px;
	height: 110px;
	margin-top: 0px;
}
#logo {
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
#workspace {
	clear: both;
	position: relative;
	margin-bottom: 100px;
	width: 780px;
}
#footer {
	clear: both;
	font-size: .7em;
	margin: 0px 10px 10px 10px;
}
#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
a img {
	border-style: none;
}

