﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	background-image: url('images2/burby-body-background.jpg');
	background-repeat: repeat-x;
	background-color: #FAE89B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	}

	
#wrap  { 
	width: 920px; 
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	 } /* "auto" makes the left and right margins center the wrapper */  

#header {
	position: relative;
	width: auto;
	height: 65px;
	background: #D2DB8C;
	margin-bottom: 6px;
	
		
}

#logo {
	position: absolute;
	left: auto;
	width: 215px;
}

#masthead {
	position: absolute;
	right: 1px;
	bottom: 2px;
	width: 705px;
	background: #D2DB8C;
	font-weight: bold;
	
}

#product_content {
	border: medium;
	border-color: #456F97;
	position: relative;
	top: 0px;
	background: #FAE89B;
	left: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
	min-height: 100%;
	margin-bottom: 6px;
}

#footer {
	position: relative;
	background: #D2DB8C;
	left: auto;
	right: auto;
	font-size:  small;
	height:  100px;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}

#clearfooter {
	height: 30px;
	clear: both;
}

 

