@charset "utf-8";
/* CSS Document */

#projectheader {
	background-color: #BFCBD9;
	height: 45px;
	width: 520px;
}
.Header {
	font-size: 20px;
	font-weight: bold;
	color: #012E65;
	margin-left:25px;
}
#projectimage {
	height: 65px;
	width: 520px;
	margin-top:10px;;
	margin-bottom:10px;
}
#projectcontent {
	width: 520px;
	margin-top:10px;
	margin-bottom:10px;
}
.sidecontent {
	float:left;
	width: 250px;
	margin-left:270px;
	background-color:#DDDDDD;
}

