	html {
		height:100%;
		margin:0;
		padding:0;
	}
	
	body {
		margin:0;
		padding:0;
		background-image:url(/design/bg.jpg);
		background-position:center;
		background-repeat:repeat-y;
	}
	
	#body {
		position:relative;
		margin:auto;
		width:888px;
	}
	
	#header {
		height:43px;
		background-color:#FFEDDE;
		margin-bottom:40px;
	}
	
	#header #header_body {
		height:43px;
		line-height:43px;
		position:relative;
		margin:auto;
		width:888px;
		left:6px;
	}
	
	#header a {
		display:block;
		float:left;
		height:43px;
		padding:0 20px;
	}
	
	#header a img {
		padding:8px 0 0 0;
		border:0;
	}
	
	#body #left_col {
		position:relative;
		left:10px;
		float:left;
		width:525px;
	}
	
	#body #right_col {
		float:left;
		width:363px;
	}
	
	#body #left_col div.pagination {
		clear:left;
		font-family:Cambria, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:15px;
		text-align:center;
		height:30px;
		line-height:30px;
	}
	
	#body #left_col div.pagination a {
		color:#000;
		text-decoration:none;
		padding:8px;
	}
	
	#body #left_col div.pagination a.active {
		color:#0C0;
	}
	
	.box_header {
		position:absolute;
		height:30px;
		font-family:Cambria, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		text-transform:uppercase;
		padding:0 15px;
		line-height:30px;
		margin:0;
		background-color:#FFEDDE;
	}
	
	#body #right_col #box_open {
		width:349px;
		position:relative;
	}
	
	#body #right_col #box_open div.box_open_top {
		height:32px;
		background-image:url(/design/bog_right_top.png);
	}
	
	#body #right_col #box_open div.box_open_bottom {
		height:125px;
		background-image:url(/design/box_right_open_bottom.png);
	}
	
	#body #right_col #box_map {
		width:349px;
		position:relative;
		height:285px;
		background-image:url(/design/box_right_map.png);
	}
		
	#body #right_col #box_brands {
		width:349px;
		position:relative;
	}
	
	#body #right_col #box_brands div.box_brands_top {
		height:32px;
		background-image:url(/design/bog_right_top.png);
	}
	
	#body #right_col #box_brands div.box_brands_mid {
		background-image:url(/design/bog_right_brands_mid.png);
	}
	
	#body #right_col #box_brands div.box_brands_bottom {
		height:129px;
		background-image:url(/design/box_right_brands_bottom.png);
	}
