@charset "utf-8";
/* layout.css */

html{
}
body{
	background-image:url(../img/background.gif);
	background-repeat:repeat;
	background-position:top center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:930px;
	height:auto;
}
#header_link{
	display:block;
	width:930px;
	height:195px;
	float:left;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
}
#content_wrap_top{
	display:block;
	width:930px;
	height:10px;
	float:left;
	background-image:url(../img/content_wrap_top.png);
	background-repeat:no-repeat;
	margin-top:4px;
}
#content_wrap{
	display:block;
	width:930px;
	height:auto;
	float:left;
	background-image:url(../img/content_wrap_bg.png);
	background-repeat:repeat-y;
}
#content_wrap_btm{
	display:block;
	width:930px;
	height:20px;
	float:left;
	background-image:url(../img/content_wrap_btm.png);
	background-repeat:no-repeat;
}
#menu{
	display:block;
	width:840px;
	height:40px;
	float:left;
	margin-left:37px;
	margin-top:30px;
}
#content{
	display:block;
	width:840px;
	height:auto;
	float:left;
	margin-left:37px;
	margin-top:84px;
	margin-bottom:75px;
}

#left_content{
	float:left;
	width:600px;
	height:auto;
}
#right_content{
	float:right;
	width:200px;
	height:auto;
	padding-right:20px;
}
#homepage_left_col{
	float:left;
	width:380px;
	height:auto;
}
#homepage_right_col{
	float:right;
	width:422px;
	height:auto;
}
#videoContent{
	margin-bottom:12px;
}
#signature_mm{
	display:block;
	width:180px;
	height:39px;
	background-image:url(../img/signature_mm.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:8px;
	margin-bottom:23px;
}
#signature_ab{
	display:block;
	width:180px;
	height:50px;
	background-image:url(../img/signature_ab.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:8px;
	margin-bottom:12px;
}
#bwea_logo{
	display:block;
	width:171px;
	height:65px;
	background-image:url(../img/bwea.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:-30px;
	margin-top:18px;
}
#contact_content{
	float:left;
	width:600px;
	height:auto;
}
#contact_form{
	float:left;
	clear:left;
	margin-top:12px;
}
#footer{
	display:block;
	width:910px;
	height:20px;
	float:left;
	margin-bottom:36px;
	margin-left:10px;
	color:#FFF;
	font-size:0.9em;
}
