body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #fff;

}

#container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6a86a3;
	width: 949px;
}

#header {
	background:url(../grfx/header.jpg) no-repeat;
	height: 72px;
	width: 949px;
}

#flash {
	width: 949px;
	height: 197px;
}

#content_wrapper {
	float: left;
	width: 869px;
	background:url(../grfx/backgrounds/content_bg.jpg) no-repeat #fff;
	background-position: bottom left;
	padding: 30px 40px 70px 40px;	
	text-align: justify;
	line-height: 160%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}

	.specs_table {
		width: 500px;
		border: 1px solid #3e6c9c;
		margin-left: auto;
		margin-right: auto;
		background-color: #eef3f8;
		
	}

	#left_panel {
		float: left;
		width: 510px;
		margin-left: 0px;
		
	}
	
	#right_panel {
		float: right;
		width: 280px;
		border-left: 1px solid #6a86a3;
		padding: 0 0 0 30px;
	}
	
#footer {
	background:url(../grfx/footer.jpg) no-repeat #fff;
	width: 949px;
	clear: both;
	height: 40px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 18px 0 0 0;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #002688;
	}

	#footer .ftlink a {
		font-weight: bold;
	}

		
		