/* style.css - a simple style sheet */


body {
	background: #B7925F;
	margin: 0px;
	/* background: #FFFFCC; */	
}


#page-container {
	width: 800px;
	margin: auto;
	/* background: #CCCCCC */
}


#header {	
	margin: 0px;
}


#footer {
	position: absolute;	
	top: 780px;
}


/* Main Body CSS Information */


#mainbody {
	position: absolute;
	top: 120px;
	height: 660px;
	width: 800px;
	background: #FFFFFF;	
}


/* Navigation Menu Information ~ Brewery */


#brewery-nav {
	margin: 0px;
	position: absolute;
	text-align: center; 
	top: 50px;	
	left: 5px;	
	width: 150px;
	height: 200px;
}


/* Navigation Menu Information ~ Tractor */


#tractor-nav {
	margin: 0px;
	position: absolute;
	text-align: center; 
	top: 290px;	
	left: 5px;	
	width: 150px;
	height: 200px;
}



/* Navigation Other Stuff */


#otherstuff-nav {
	margin: 0px;
	position: absolute;
	text-align: center; 
	top: 450px;	
	left: 5px;	
	width: 150px;
	height: 200px;
}


/* Main Bodies */


#main-center {
	position: absolute;
	top: 50px;
	border: solid;	
	border-width: 1px;
	margin-left: 180px;
	margin-right: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 560px;
	height: 580px;
	background: #F5F5DC;
}


/* Brew Gear Main Body */

#brew-gear-center {
	position: absolute;
	top: 50px;
	border: solid;	
	border-width: 1px;
	margin-left: 180px;
	margin-right: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 560px;
	height: 1200px;
	background: #F5F5DC;
}


#brew-gear-body {
	position: absolute;
	top: 120px;
	height: 1300px;
	width: 800px;
	background: #FFFFFF;	
}


#brew-gear-footer {
	position: absolute;	
	top: 1420px;
}


/* Kegerator Main Body */

#brew-kegerator-center {
	position: absolute;
	top: 50px;
	border: solid;	
	border-width: 1px;
	margin-left: 180px;
	margin-right: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 560px;
	height: 1600px;
	background: #F5F5DC;
}


#brew-kegerator-body {
	position: absolute;
	top: 120px;
	height: 1700px;
	width: 800px;
	background: #FFFFFF;	
}


#brew-kegerator-footer {
	position: absolute;	
	top: 1820px;
}


#brew-journal-note {
	clear: both;
	text-align: center;
	font-size: small;
}




#hometext {
	position: absolute;
	right: 40px;	
	top: 20px;
	font-size: small;
	color: #000000;
}


#bodyimage {	
	float: left;
	margin-right: 10px;
}


#bodyright {	
	float: right;
	margin-left: 10px;
}


#clearimage {
	clear: both;
}


#textright {
	text-align: right;
}


#textleft {
	text-align: left;
}


#bodycenter {
	text-align: center;	
	margin: 2px;
}





h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center; 
	font-style: italic; 
	font-weight: bold;
	font-size: 24px;
		
}


h2 {
	margin: 2px;
	text-align: center; 
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	
}


h3 {
	margin: 5px;
	text-align: left; 
	font-family: book antiqua;
	font-size: small;
	color: #000000;
	
}


h4 {
	text-align: center;	
	margin: 2px;
}


h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center; 
	font-size: large;
	font-weight: bold;
}


h7 {
	padding-left: 5px;
}


a:link {color:black;}

a:visited {color:black;}


