
html, body {
	margin:0;
	padding:0;
	background:#fff;
	padding-bottom:20px;
}

body {
	border-top:#000 solid 10px;	
}

#content {
	width:846px;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
}

.sites {
	float:left;
	margin:4px 4px 4px 4px;
	width: 274px;
	
}

.sites .border {
	border:#eee solid 6px;
}

.sites img {
	display:block;
	border:#999 solid 1px;
}

.sites .copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	background:#eee;
	padding:3px 0 6px 0;
	font-weight:bold;
	line-height:16px;
}

.sites .copy span {
	display: block;
	font-weight: normal;
	padding: 5px;
}

.sites .copy a {
	text-decoration:underline;
	color:#0d2738;
	font-weight:bold;
}

.sites .copy a:hover {
	text-decoration:none;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 4px 10px 4px;
	padding:0;
	color:#333;
	/*text-transform:uppercase;*/
}

.line {
	height:50px; 
	display:block; 
	margin:15px 4px 5px 4px;
	border-bottom:#333 solid 1px; 
	clear:both;
}

#mast {

}

#mast #info {
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
}

#mast a {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

#mast a:hover {
	text-decoration:none;
}

#mast p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 4px;
	/*margin:0;*/
	line-height:20px;
}

.brandImg { margin-right: 42px; }

.projectList {font-family: arial; font-size: 12px; margin: 0; padding: 0; list-style-type: none; padding-left: 25px; padding-top: 30px;}
.projectList li { float: left; padding: 10px; border-right: solid 1px #000; }
.projectList li.end { border-right: none; }
