body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	letter-spacing:1.3px;
	line-height:17px;
	background-image:url(../layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.layer {
	width:990px;
	height:auto;
	min-height:975px;
	margin-left:-495px;
	left:50%;
	position:absolute;
	z-index:20;
	background-image:url(../layout/background_layer.png);
	background-repeat:no-repeat;
}
.left_col {
	width:200px;
	height:auto;
	padding:90px 10px 10px 9px;
	min-height:680px;
	margin:50px 0px 0px 47px;
	background-image:url(../layout/background_left_col.png);
	background-repeat:no-repeat;
	float:left;
}
.header_col {
	width:480px;
	height:240px;
	padding:5px;
	margin:50px 0px 0px 10px;
	background-color:#FFFFFF;
	float:left;
}
.content_col {
	width:470px;
	height:auto;
	min-height:490px;
	padding:10px;
	margin:10px 0px 0px 10px;
	background-image:url(../layout/background_content_col.jpg);
	background-repeat:no-repeat;
	float:left;
}
.right_col {
	width:158px;
	height:auto;
	min-height:760px;
	padding:5px;
	margin:-250px 0px 0px 10px;
	background-color:#FFFFFF;
	float:left;
}
.logo {
	width:484px;
	height:121px;
	background-image:url(../layout/bob_logo.png);
	background-repeat:no-repeat;
	margin:20px 0px 0px 40px;
	position:absolute;
	float:left;
	z-index:30;
}
.headline_layer {
	height:20px;
	margin:0px 0px 10px 0px;
	padding-bottom:9px;
	border-bottom:1px dashed #999999;
}
.headline_1 {
	font-size:16px;
	font-weight:bold;
	color: #005BAA;
}
.spacer {
	width:100%;
	height:1px;
	border-bottom:1px dashed #999999;
	margin:14px 0px 15px 0px;
}
.input_field {
	 width:300px;
	 margin:0px 0px 8px 50px;
	 border:1px dashed #CCCCCC;
}
.input_area {
	 width:300px;
	 height:200px;
	 margin:0px 0px 8px 50px;
	 border:1px dashed #CCCCCC;
}
ul {
	list-style: square;
}
