@charset "utf-8";
/* CSS Document */
body {
	margin:50px 0 0 0;
	color:#333333;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:15px;
}
.boilerplate {
	width:953px;
	margin:0 auto 10px auto;
	text-align:right;
	color:#1072ba;
}
.main {
	width:953px;
	height:500px;
	margin:0 auto 15px auto;
	border:#333333 1px solid;	
	background:url(../images/backgrounds/bg_graphic.jpg) no-repeat bottom left;
	position:relative;
}
.left {
	float:left;
	clear:both;
	padding:0 0 0 75px;
	margin:15px 0 0 0;
	width:401px;
	height:446px;
	overflow-y:auto;
	overflow-x:hidden;
}
.left h1 img {
	position:relative;
	left:-53px;
}
div.right {
	float:right;
	width:445px;
	height:446px;
	margin:15px 15px 0 0;
	border:#CCCCCC 1px solid;
	position:relative;
}
.footer {
	width:953px;
	margin:0 auto;
	color:#1072ba;
	font-weight:bold;
	overflow:hidden;
}
.footer span {
	color:#70AAD6;
	font-weight:normal;
}
.footer img {
	float:right;
}
.work_title {
	text-align:right;
	position:absolute;
	bottom:11px;
	right:471px;
}
.work_title h2 {
	color:#333333;
	font-size:16px;
	margin:0;
}