* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	background: #eef0f0 url(nav/bg_image.gif) no-repeat fixed right bottom;
	text-align: center;
	color: #666666;
}
a:link, a:visited {
	color: #c1000b;
}
a:hover, a:active {
	color: #610006;
}
#container {
	width: 720px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: 1px solid #b5c2c2;
	border-bottom: 1px solid #b5c2c2;
	border-left: 1px solid #b5c2c2;
}
#masterhead {
	padding: 20px;
	height: 50px;
}
#masterhead h1 {
	float: left;
}
#masterhead h2 {
	font-size: 1.4em;
	float: right;
	text-align: right;
	margin-top: 5px;
	width: 265px;
}
#navigation {
	padding: 10px 20px;
	border-top: 1px solid #b5c2c2;
	border-bottom: 1px solid #b5c2c2;
	background-color: #edf0f1;
	clear: both;
}
#navigation li {
	display: inline;
	margin-right: 2em;
	font-size: 1.4em;
	font-weight: bold;
}
#navigation a:link, #navigation a:visited {
	color: #567372;
}
#navigation a:hover, #navigation a:active {
	color: #b78c35;
}
#mainContent {
	padding: 20px 20px 0 20px;
}
#mainContent h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}
#mainContent h4 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}
#mainContent p {
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#boxOut {
	border: 1px solid #793802;
	padding: 20px;
	background: #F9E8D0;
}
#boxOut .boxOutCol {
	width: 50%;
	float: left;
}
#boxOut ul {
	font-size: 1.2em;
	list-style: inside;
	margin-bottom: 10px;
}
#boxOut .clearer {
	clear: both;
	margin-bottom: 0;
}
#projectsList {
	margin-bottom: 20px;
	text-align: center;
}
#projectsList ul {
	margin: 0 auto;
	width: 648px;
}
#projectsList li {
	float: left;
	list-style: none;
	margin: 5px 5px;
}
#projectsDetails {
	margin-bottom:20px;
	text-align: center;
}
#projectsDetails ul {
	margin: 0 auto;
	width: 252px;
}
#projectsDetails li {
	list-style: none;
	margin-bottom: 20px;
}
#projectsList img, #projectsDetails img {
	border: 1px solid #b5c2c2;
}
#contactBar {
	padding: 10px;
	text-align: center;
	background-color: #b5c2c2;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
}
#credits {
	padding: 10px 0;
}
#credits li {
	display: inline;
	margin: 0 1em;
	font-size: 1.1em;
}
#credits a:link, #credits a:visited {
	color: #666666;
}
#credits a:hover, #credits a:active {
	color: #333333;
}
.mainImage {
	float: right;
	border: 1px solid #b5c2c2;
	margin-left: 10px;
	margin-bottom: 10px;
}
