@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 10px;
	text-align: center;
	background-image:url(http://www.lbvgourmet.com/images/coffee-branch-repeat.jpg);
}

/* begin header & navigation bar */
#header{
	position:relative;
	background-image:url(http://www.lbvgourmet.com/images/lbv-header.jpg);
    margin-left:auto;
	margin-right:auto;
    width:900px;
	border-top-width:5px;
	border-top-color:#63613B;
	border-top-style:solid;
	border-right-width:5px;
	border-right-color:#63613B;
	border-right-style:solid;
	border-left-width:5px;
	border-left-color:#63613B;
	border-left-style:solid;
	height: 290px;
}
.nav{
	position: relative;
	font-family:"Times New Roman", Times, serif;
	margin-top:253px;
	font-size:18px;
	width: 900px;
	height: 29px;
	color:#999;
	padding-top:5px;
	text-align:center;
}
.nav a{
	color:#fff;
	text-decoration:none;
}
.nav a:hover{
	color:#999;
}

/* begin container and front page panels */
#container{
	margin-left:auto;
	margin-right:auto;
	border-bottom-width:5px;
	border-bottom-color:#63613B;
	border-bottom-style:solid;
	border-left-width:5px;
	border-left-color:#63613B;
	border-left-style:solid;
	border-right-width:5px;
	border-right-color:#63613B;
	border-right-style:solid;
    width:900px;
	background-image:url(http://www.lbvgourmet.com/images/background-dirt.jpg);
	overflow:hidden;
}
#leftpanel{
    float:left;
	width:185px;
	text-align:left;
	height: 100%;
	border-right-width:1px;
	border-right-color:#999;
	border-right-style:solid;
}
.leftsidetext {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color: #000;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.leftsidetext a {
	color: #881313;
	text-decoration: none;
}
.leftsidetext a:hover {
	color: #fff;
	text-decoration:none;
}
.sidetext {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color: #000;
	margin-top:20px;
}
.sidetext a {
	color: #881313;
	text-decoration: none;
}
.sidetext a:hover {
	color: #fff;
	text-decoration:none;
}
.maintext {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color: #000;
	line-height:20px;
}
.maintext a {
	color: #881313;
	text-decoration: none;
}
.maintext a:hover {
	color: #fff;
	text-decoration:none;
}
#middlepanel{
    float:left;
	padding-left:30px;
	padding-right:20px;
	width:400px;
	text-align:left;
	height: 100%;
}
#rightpanel{
    float:right;
	padding-left:20px;
	padding-right:25px;
	width:200px;
	text-align:right;
	height: 100%;
}
.imageright {
	border:#900 2px solid;
	margin-left:20px;
}

/* begin interior page browsing panel right */
#textpanel{
	float:left;
    width:660px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
}
.h1 {
	position: relative;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#881313;
	font-weight:500;
}
.h2 {
	position: relative;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#881313;
	font-weight:500;
}



/* begin footer */
#containerfooter{
	margin-left:auto;
	margin-right:auto;
    width:900px;
	overflow:hidden;
}
#footerleft{
	float:left;
	padding-top: 6px;
    width:300px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
}
#footerright{
	float:left;
	padding-top: 6px;
    width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:right;
}
.footnav a{
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.footnav a:hover{
	color: #fff;
}

