/* CSS Document */


body 
{ 
	margin: 25px 0; 
	background: #633 url(/images/background.gif); 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

a:active
{

}

a:link, a:visited
{
	color: #633;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}



div#wrapper 
{
	margin: 0px auto; 
	width: 650px; 
	background: transparent; 
	text-align: left;
}

div#logo
{
	border: 2px solid black;
	background: #fff url(/images/logophoto.jpg) no-repeat right;
	height: 140px;
	margin-bottom: 7px;
}

img.id
{
	margin: 25px 0 0 25px;
}

div#content
{
	width: 616px;
	border: 2px solid black;
	padding: 20px 15px;
	background: #fff;
}

.bold
{
	font-weight: bold;
}

div.left 
{ 
	width: 200px;
	float: left;
	display: box; 
}

div.right 
{ 
	width: 360px; 
	margin: 0 0 0 230px; 
	display: box;
}

div.spacer 
{ 
	clear: both; 
	height: 1px;
}

div.section
{	
	display: box;
	margin-bottom: 50px;
}

p.title
{
	display: block;
	padding: 2px 5px;
	background: #F2F2F2;
	border-top: 2px solid #ccc;
	margin-bottom: 25px;
	color: #633;
	font-weight: bold;
	font-size: 110%;
}

.indent
{
	display: block;
	margin-left: 15px;
}

img.projectimage
{
	margin-bottom: 25px;
}

div.squareimages
{
	display: box;
	padding: 35px 0;
	margin-bottom: 35px;
	text-align: center;
}

img.square
{
	margin-right: 15px;
}

#extraImagesLeft {
	position:absolute;
	top:176px;
	left:50%;
	margin-left:-566px;
	border:2px solid #000000;
	background: #fff;
	width:200px;
	padding:15px;
}
#extraImagesLeft img {
	padding:0 0 10px 0;
	margin:0;
	display:block;
}
#extraImagesRight {
	position:absolute;
	top:176px;
	left:50%;
	margin-left:330px;
	border:2px solid #000000;
	background: #fff;
	width:200px;
	padding:15px;
}
#extraImagesRight img {
	padding:0 0 10px 0;
	margin:0;
	display:block;
}

