/* CSS Document */
/* set to zero*/
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
}

body{
	font-family: Helvetica, sans-serif, "Geneva CE";
	font-size: 100.01%;
	color: #FFFFFF;
	background-color: #5E0606;
	text-align: center;
}


#wrapper{
	width: 860px;
	margin: 10px auto;
	text-align: left;
	background-color: #5E0606;
}

#banner{
	background-image:url(../bfc_images/storemast.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: auto;
	border: solid 8D8D8D 2pt;
}
.textfield{
	width: 806px;
	margin: 10px 0 5px 8px;
	font-size: 90%;
	float: left;
	background-image: url(../bfc_images/storebrush.png);
	background-repeat: no-repeat;
	height: 68px;
	border: solid #000000 1pt;
}
.container{
	width: 845px;
	float: left;
	background-color: #5E0606;
	padding-left: 15px;
}
.imageholder{
	width: 184px;
	float: left;
	margin: 10px 0px 0 15px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: solid #A8A8A8 1pt;
}
.image{
	width: 150px;
	float: left;
	height: 194px;
	background-color: #FFFFFF;
	margin: 8px 8px 0px 16px;
	border: solid #D1D1D1 1pt;
}
.imagelarge {
	float: left;
	height: 518px;
	width: 408px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.imagetitle{
	float: left;
	width: 142px;
	margin: 8px 0 0 23px;
	font-size: 70%;
	line-height: 150%;
	color: #000000;
}
.imagetitle h1{
	font-size: 120%;
	font-family: Helvetica, sans-serif, "Geneva CE";
}
.imagetitle a:link {
	color: #770808;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
}
.imagetitle a:hover, .imagetitle a:focus {
	text-decoration: underline;
}

.imagetext{
	float: left;
	width: 148px;
	margin: 15px 0 5px 16px;
	font-size: 80%;
	color: #000000;
	background-color: #FFFAE1;
	padding: 5px 0 5px 3px;
}
.spacer{
	float: left;
	height: 75px;
	width: 800px;
}
#footer{
	clear:both;
	background-color: #190606;
	color: #CB850A;
	font-size: 60%;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 860px;
	height: 20px;
}
