@charset "UTF-8";
/*  ----------Rules to cancel browser defaults ------------*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a{
	text-decoration:none;
	outline:none;
}

a img{
	border:none;
}
/*  ----------End rules to cancel browser defaults ------------*/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: #666 url(../images/LayoutImages/bodyBack.jpg) fixed no-repeat center top;
	text-align: center;
}


#wrapper{ /*---contains logo----*/
	width: 800px;
	margin: auto;
	background: url(../images/LayoutImages/wrapperBack.gif) scroll no-repeat center top;
	text-align:left;
}

/*--- rules for the center, main text colomn----*/

#mainContent{
	float:left;
	width:440px;
	margin-left:327px;
	background: #F3D79E url(../images/LayoutImages/mainContentTop.gif) scroll no-repeat center top;
	min-height:552px;
	padding-bottom:15px;
	display:inline;
}

/* ---IE6 hack to set min-height----*/
* html #mainContent{ 
	height:552px; 
}

#mainContent p{
	padding:10px 30px 0 30px;
	clear:both;
}

#mainContent h2{
	padding:0 0 0 30px;
}


#mainContent h5{
	padding:0 0 0 30px;
	font-weight:normal;
	
}

#mainContent ul{
	padding:10px 30px 0 50px;
}


#mainContent #headline{
	padding:60px 0 20px 30px;
}

#mainContent #leftList, #mainContent #pricesLeft{
	float:left;
	width:215px;
}

#mainContent #rightList, #mainContent #pricesRight{
	float:right;
	width:225px;
}

#mainContent #leftList ul{
	padding:10px 0 0 50px;
}

#mainContent #rightList ul{
	padding:10px 30px 0 0;
}

#mainContent #pricesLeft ul, #mainContent #pricesRight ul{
	list-style-type:none;
}


/*----- rules for navagation, photo, and contact info---*/
#navSide{
	float:left;
	width:327px;
	margin-left:-767px;
}


#navSide #contactInfo{
	padding:0 0 3px 80px;
	background-image: url(../images/LayoutImages/contactBack.gif);
	background-position: center bottom;
	min-height:45px;
}

/* ---IE6 hack to set min-height----*/
* html #navSide #contactInfo{ 
	height:45px; 
}



#navSide #coffeePic{
	padding-top:112px;
}

/*----rules for the thin colomn opposite the logo, ect.-----*/
#offSide{
	float:right;
	width:33px;
}

#offSide #heightSpacers{
	/*---invisible text that lets the small patch of background color expand as the font size increses---*/
	font-weight: bold;
	background-color: #EEE7CD;
	color: #EEE7CD;
}

#offSide img{
	padding-top:232px;
}

/*--- rules for the footer----*/

#legal{
	clear:both;
	text-align:center;
	color:#fff;
}
