body {
	font-family:/*Century Gothic, */Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #06357A;
	background:url(../images/bw_66.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a img  {
	border: 0;	
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}

h1 {
	font-size: 1.1em;
}

#header {
	margin: 0 25px 25px 25px;
	padding: 25px 0 0 0;
}

#header p {
	margin: 20px 0 0 0;
}

#chromemenu{}

#content{
	margin: 25px 25px 25px 25px;
}

.toplink{
	clear:both;
	font-weight: bold;
	background: #DCDDEB;
	padding: 10px 25px;
}

#wrapper .toplink a:link{ color: #06357A; text-decoration:none;}
#wrapper .toplink a:visited{ color: #06357A; text-decoration:none;}
#wrapper .toplink a:hover{ color: #06357A; text-decoration:underline;}
#wrapper .toplink a:active{ color: #06357A; text-decoration:underline;}

#footer{
	clear:both;
	margin: 25px 25px 0 25px;
	padding: 0 0 25px 0;
}

.project {
	width: 233px;
	margin: 0 25px 35px 0;
	float: left;
}

.project-images {
	width: 441px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.project-images img {
	float: left;
}


.project img {
	margin: 0 0 10px 0;
}

.project p {
	margin: 0;
}

.project .more-link {
	text-align: right;
}

.personnel-images {
	width: 441px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.personnel-images img {
	float: left;
}



.float-right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

a:link{
	color: #606CA3;
}

a:visited{
	color: #606CA3;
}

a:hover{
	color: #606CA3;
}

a:active{
	color: #606CA3;
}


