body
{
    margin: 0;
    padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	color: black;
	padding: 0px;
	margin: 0px;
}

a {
	color: #323;
}


#header {
	width: 100%;
	color: white;
	height: 50px;
	background: url('images/fill.png') repeat-x;
	vertical-align: bottom;
}

#header a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}

#header img {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#nameplate {
	position: absolute;
	top: 0;
	right: 0;
	height: 39px;
	width: 300px;
}

#content {
	padding-left: 12px;
	padding-right: 12px;
}

p.project cite
{
	font-weight: bold;
	font-style: normal;
	font-size: larger;
}

h1 {
	color: #777;
	font-size: 20px;
}

h1.main {
	margin-top: 50px;
	text-align: center;
}


div.boxes {
	width: 555px;
	margin-left: auto;
	margin-right: auto;
}

div.box  {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #777;
}

div.innerbox {
	display: table-cell;
	vertical-align: baseline;	
	page-break-inside: avoid;
	width: 188px;
	height: 248px;
	background: url('images/box.png') no-repeat;
	margin: 0px;
	padding: 20px 30px 30px 30px;
}

