@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
h1 {
	font-size:16px;
	padding:4px 0 8px 0;
	margin:0;
}
a {
	text-decoration:none;
	color:#000;
}
img {
	border:0px;
}
.bar_top {
	height:15px;
	background-color:#b3b6b4;
}
.bar_mid {
	position:absolute;
	height:271px;
	top:50%;
	margin-top:-225px;
	width:100%;
}
.bar_mid_grey{
	background-color:#eceded;
	height:60px;
	width:100%;
	font-size:16px;
	margin-top:20px;
}
.bar_bot {
	position:absolute;
	bottom:0px;
	height:15px;
	width:100%;
	background-color:#b3b6b4;
}
.wrapper {
	width:730px;
	margin:0px auto 0 auto;
}
.pad {
	padding:20px 0 0 0;
}
.marg {
	margin-top:50px;
}
.wrapper.pad img {
	padding:4px 10px 0 0;	
	vertical-align:top;
}
.bar_top img {
	padding:0px 10px 0 0;
	vertical-align:top;
	margin-top:2px;
}
.left {
	float:left;	
	width:350px;
	padding-right:40px;
}
p {
	text-align:left;
}

