body {
	background-color:#e8e8e3;
	color:#5B5B5B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: auto;
	padding: 0;
	text-align: center;
	
}
h1 {
	color: #842101;
	font-size: 18px;
	font-weight: 800;
	margin: 20px;
}

a {
	color: #8e919a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width: 950px;
	background-color: #FFF;
	margin:auto;
	text-align:left;
}
#logo {
	background-image:url('../images/BescheinenLogo_03.jpg');
	background-repeat:no-repeat;
	float: left;
	margin: 8px 0px 10px 0px;
	width: 420px;
	height: 115px;
}
/*CONTAINS ENTIRE NAVIGATION BAR*/
#menu {
	clear:both
}

 #navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    height:36px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:124px;
	height: 36px;
    color:#fff;
    text-decoration:none;
    background-image: url('../images/normalState.jpg');
	background-repeat: no-repeat;
    float:left;
	text-align:center;
	padding: 10px 0px 0px 0px;
    margin:0;
}
#navbar a:hover { 
background-image: url('../images/hover.jpg');
background-repeat:no-repeat;
    color:#fff;
}
#navbar a:active {
    background-image: url('../images/active.jpg');
	background-repeat:no-repeat;
    color:#842101;
}
#bannerNav {
	float:right;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
}
/*styles the OUR HISTORY and OUR BRANDS links in the header*/
font.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8e919a;
	text-align:right;
	padding: 3px;
}
links a:hover {
	color: #842101;
}
/*styles the phone number and drive phrase in the header*/
font.info {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #842101;
	font-size:16px;
	/*text-align:right;*/
	padding:8px;
}
font.info_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #842101;
	font-size:20px;
	text-align:center;
	padding:8px;
}
/*STYLES MAIN BANNER ON PAGE WITH TEXT AND PHOTO*/
#mainBanner {
	position: relative;
	color: #fff;
	background-color:#2c2c2a;
	text-align:left;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	z-index: 40;
	padding: 20px 550px 230px 20px;
}
/*sets positioning for large photo on home page*/
.mainPhoto {
	position: absolute;
	/*margin: -225px 0px 0px 125px;*/
	margin: -225px 0px 0px 280px;
	
}

#bedroomShop {
	background-image:url('../images/bedroomBanner_34.jpg');
	background-repeat: no-repeat;
	float:left;
	margin: 10px 10px 10px 0px;
}
#entertainShop {
	background-image:url('../images/entertainBanner_31.jpg');
	background-repeat:no-repeat;
	float:left;
	margin: 10px 0px 10px 26px;
}
p.experience {
	color:#842101;
	font-size: 18px;
	text-align: left;
	padding: 15px;
}
p.hours {
	font-size: 14px;
	text-align: right;
}
/*STYLES HOURS ON INTERIOR PAGES IN THE FOOTER*/
p.hoursFooter {
	color: #842101;
	font-size: 14px;
}
#footer {
	clear: both;
	margin-top: 35px;
	padding: 10px;
	font-size: 13px;
	color:#8e919a;
	text-align:center;
}
.brands1 {
	padding: 15px;
	margin-right: 50px;
	clear: both;
	
}
.brands2 {
	padding: 20px;
	margin-right: 50px;
	clear: both;
}
.brands3 {	
	padding: 20px;
	margin-right: 15px;
	clear: both;
	
}
.gallery {
margin: 10px 15px 30px 5px;
padding: 15px;
clear: both;
float: left;
border: 0;

}
