body{
	background:#dad9d0 url('../img/body_bg.png');
	border-top:solid 3px #30bad1;
	margin:0;
	padding:0;
	font:18px/1.3 "museo-sans-1","museo-sans-2",sans-serif;
	color:#333;
}
#header, #content, #footer{
	width:960px;
	margin:0 auto;
}
#header_container, #content_container, #footer_container{
	padding:0 20px;
}
#header_container{
	background:url('../img/header_bg.png') repeat-x;
	padding-top:10px;
	height:175px;
}
#footer_container{
	margin-top:20px;
	height:30px;
	background:url('../img/footer_bg.png') repeat-x;
}
#header{
	text-align:center;
	padding:95px 0 15px 0;
	background:url('../img/logo.png') no-repeat top center;
}
h1{
	font:300 36px "museo-slab-1","museo-slab-2";
	color:#7c969f;
	margin:0 0 0 58px;
	padding:0;
}
h1 strong{
	font-weight:700;
	color:#30bad1;
}
h2{
	font:700 24px/1 "museo-slab-1","museo-slab-2";
	color:#333;
	text-shadow: 1px 1px 1px #fff;
	background:url('../img/rule.png') repeat-x bottom;
	margin:0;
	padding:15px 0 15px 10px;
}
h3{
	font:700 21px/1 "museo-slab-1","museo-slab-2";
	color:#7c969f;
	margin:0;
	padding:0;
}
p{
	margin:13px 0;
	padding:0 10px;
}
.projects{
	padding:0 2px;
}
.projectDiv{
	float:left;
	text-align:center;
	padding:10px 5px 0 5px;
}
.projectDiv img{
	background:url('../img/project_bg.png') no-repeat;
	padding:14px;
	display:block;
}
a:link, a:visited{
	color:#248c9e;
	text-decoration:none;
}
p a:hover{
	border-bottom:solid 1px #a1c3c3;
}
a img{
	border:none;
}
.projectDiv a{
	font-size:15px;
	font-weight:700;
	color:#333;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.projectDiv a:hover{
	color:#248c9e;
	border-bottom:none;
	background:none;
}
.contentPopup{
	width:960px;
	padding:20px;
	overflow:hidden;
}
.contentPopup img{
	float:left;
	display:block;
	border:solid 1px #ccc;
	margin-right:20px;
}
.contentPopup img.noborder{
	border:none;
}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */
