/* CSS Document */

/************************************************************ [UNIVERSAL ELEMENTS] */
body{
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
div#container{
	width: 777px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: none;
	}
img{
	border: none;
	padding: 0px;
	margin: 0px;
	}
strong{
	font-weight: bold;
	}
em{
	font-style: italic;
	}
img.hr{
	margin: 8px 0px 8px 0px;
	}
img.numbers{
	float: left;
	margin: 0px 5px 0px 20px;
	}
hr{
	width: 200px;
	color: #000;
	text-align: left;
	margin: 20px 0 20px 0;
	}
/************************************************************ [PARAGRAPH, HEADING & SPAN TAGS] */
p{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
p.small{
	font-size: 11px;
	}
p.center{
	text-align: center;
	}
p.indent{
	margin: 0px 0px 0px 25px;
	}
p.adv{
	text-align: center;
	}
p.copyright{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	}
h1{
	font-family: "arial black", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #428741;
	margin: 0 0 3px 0;
	text-align: left;
	}
h2{
	font-family: "arial black", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #428741;
	margin: 0px;
	text-align: left;
	}
h6{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0px;
	}
span.green{
	color: #428741;
	}
span.gray{
	color: #999;
	}
span.blackGreen15{
	font-family: "arial black", arial, sans-serif;
	color: #428741;
	font-size: 15px;
	}
span.size14{
	font-size: 14px;
	}
span.arialBlack{
	font-family: "arial black", sans-serif;
	}
span.arialBlackLarge{
	font-family: "arial black", sans-serif;
	font-size: 14px;
	}
span.center{
	text-align: center;
	}
/************************************************************ [ANCHOR SELECTORS] */
a.inBody, a.inBody:visited, a.inBody:hover, a.inBody:active{
	color: #0000ff;
	text-decoration: underline;
	}
a.inBodyLarge, a.inBodyLarge:visited, a.inBodyLarge:hover, a.inBodyLarge:active{
	text-align: center;
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	}
/************************************************************ [HEADER, MAIN DIVS, FOOTER] */
div#header{
	width: 777px;
	height: 127px;
	background: none;
	}
div#middle{
	width: 777px;
	height: 3800px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat;
	}
div#adv{
	width: 211px;
	height: 3800px;
	float: left;
	background: none;
	border-left: 1px solid #000;
	text-align: center;
	}
	div#adv p{
		padding: 5px;
		}
div#content{
	width: 545px;
	height: 3800px;
	float: left;
	padding: 0px 10px 0px 10px;
	background: none;
	}
div#footer{
	width: 777px;
	margin: 0 0 20px 0;
	float: left;
	background-image: url(../images/bg_footer2.gif);
	background-repeat: no-repeat;	
	}
div#leftFooter{
	width: 192px;
	height: 75px;
	float: left;
	margin: 30px 5px 5px 5px;
	text-align: center;
	background: none;
	}
div#rightFooter{
	width: 545px;
	height: 85px;
	padding: 5px 10px 5px 10px;
	float: right;
	background: none;
	}
	div#bottomAdvLeft{
		width: 260px;
		float: left;
		margin: 0 15px 0 0;
		}
	div#bottomAdvRight{
		width: 260px;
		float: left;
		margin: 0;
		}
/************************************************************ [TABLES] */
table#beer{
	border: 1px solid #000;
	background: #85c66e;
	font-size: 11px;
	}
table.thumbnail{
	width: 540px;
	}
	tr{
		border-bottom: 1px #000 solid;
		}
	td.thumb{
		vertical-align: center;
		}
	td.info{
		vertical-align: center;
		}
table.wallpapers{
	width: 540px;
	}
	table.wallpapers td{
		padding: 0px 0px 20px 0px;
		}
	td.wallthumb{
		vertical-align: center;
		}
	td.dimensions{
		font-size: 11px;
		vertical-align: top;
		}
table.contentNav{
	width: 540px;
	}
	td.left{
		text-align: left;
		}
	td.right{
		text-align: right;
		}