/* cascading style sheet for burgerfaimly.com */
/* copyright 2007 - all rights reserved by    */
/*     			Burger Consulting LLC.	          */
/*              IMPORTANT                     */
/* This design is not a template. You may not */
/* reproduce it elsewhere without the author's*/
/* written permission.                        */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding:0;
	margin:0;
	color:#FFFFFF;
	background-color: #500001;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	min-width: 780px;
}
A {
	text-decoration: none;
	color: #990000;
}
img {
	text-decoration: none;
	color: #5e5e5e;
	border: none;
	behavior: url(iepngfix.htc); 
}
img.graphic {
	margin-right: 10px;
	margin-left: 10px;
}
#container {
	text-align: left;
} 
#centerColumn {
	width: 470px;
	text-align: center;
	padding-top: 68px;
	margin-left: 30%;
}
.quotebox {
	background: url(images/blank.gif) repeat;
	width: 100%;
	margin: 1em auto;
}
.quoteboxtop {
	background: url(images/topright.gif) no-repeat top right;
}
.quoteboxtop div {
	background: url(images/topleft.gif) no-repeat top left;
}
.quoteboxcontent {
	margin: 0 7px;
	text-align: left;
}
.quoteboxcitation {
	margin: 0 7px;
	text-align: right;
}
.quoteboxbottom {
	background: url(images/bottomright.gif) no-repeat bottom right;
}
.quoteboxbottom div {
	background: url(images/bottomleft.gif) no-repeat bottom left;
}
.quoteboxtop div, .quoteboxtop, .quoteboxbottom div, .quoteboxbottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
#footer {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	border: none;
	text-align: right;
	padding-top: 5px;
	padding-left: 1px;
	clear: both;
}
#clearone {
	clear: both;
	height: 1px;
}

