body {
	background: url('../images/bg.jpg') #c31615 no-repeat top center;
	margin: 0;
	padding: 0;
}
#container {
	width: 896px;
	margin: auto;
	height: 550px;
}
#sidehdr{
	width: 294px;
	height: 401px;
	position: relative;
	top: 92px;
	float:left;
}
div.home { background: url('../images/home.jpg'); }
div.about { background: url('../images/about.jpg'); }
div.products { background: url('../images/products.jpg'); }
div.eras { background: url('../images/eras.jpg'); }
div.new_stock { background: url('../images/news.jpg'); }
div.contact { background: url('../images/contact.jpg'); }

#mainhdrf{
	width: 602px;
	height: 167px;
	position: relative;
	top: 91px;
	right: 0px;
	float: right;
	background: url('../images/header.jpg');
}
#maintxt{
	position: relative;
	top: 234px;
	right: 0px;
	height: 264px;
	width: 592px;
	float: right;
	overflow: auto;
	color: #3b3b3b;
	font-size: 12px;
	padding-right: 3px;
}
#menu ul {
	float: right;
	position: relative;
	top: 56px;
	list-style: none;
	width: 595px;
	margin: 0;
	padding: 0 0px 0 0;
	font-size: 14px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	width: 84px;
	margin-left: 6px;
	text-align: center;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	font-weight: bold;

	/*text-align: right;*/
}
#menu ul li a.home {
	color: #ffffff;
}
#menu ul li a:hover,#menu ul li a.selected {
	text-decoration: underline;
}
#footer {
	width: 896px;
	margin: auto;
	color: #ffffff;
	font-size: 11px;
	line-height: 180%;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#fmenus {
	float: left;
}
#fslogan {
	float: right;
	text-align:right;
}
#footer a.tjlink {
	font-weight: normal;
	color: #7b3d3d;
}

div.gallery {
	float: left;
	width: 210px;
	text-align: center;
	margin: 15px 0px 5px 40px;
	padding-top: 10px;
	padding-right: 8px;
	background-repeat: no-repeat;
	color: #4e4e4e;
	color: gray;
	font-size: 12px;
}
div.gallery img {
	border: none;
	padding-bottom: 3px;
	cursor: pointer;
}
div.findMe {
	display:none;
}