/***********************************************/
/* frvb_style_sheet.css                        */
/* Use for home page   			               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #403225;
	text-align: left;
	background-repeat: repeat;
	background-image: url(/Flat_Rock_Village_Bakery/images/curl_background_placeholder.png);
}

a:link{
	color: #9C8661;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #996666;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #BD8882;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	color: #7F3A2A;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #6F5C44;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #FFCC66;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #94483B;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 color: #990000;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #990000;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: lighter;
color: #FF9900;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: square;
}

table {
	width: 520px;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	display: table;
} 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#header {
	height: 194px;
	width: 975px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #9F9C81;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#topbar  {
	height: 20px;
	width: 975px;
	background-color: #403225;
	visibility: visible;
}

#topnavbar {
	color: #4E274E;
	width: 975px;
	height: 30px;
	font-size: 100%;
	font-weight: bold;
}

#intro_paragraph {
	width: 725px;
	border-bottom-style: solid;
	border-bottom: 2px;
	border-bottom-color: #932831;
}

#local-container {
	color: #403225;
	width: 975px;
	position: relative;
	border-bottom: 30;
	background-color: #FFFFFF;
}
#left {
	padding: 10px;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: none;
	background-color: #FFFFFF;
	border-color: #403225;
	text-align: center;
}
#center {
	padding: 10px;
	float: left;
	width: 530px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
#right {
	width: 175px;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-color: #403225;
	text-align: center;
}
#footer {
	padding: 10px;
	height: 50px;
	width: 955px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	background-color: #A29C7D;
}

/************** styles ***************/
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}
