/* HEADER */
#header {
	width: 85%;
	background: #073E02;
	color: #FFF;
	-moz-border-radius-bottomright: 8em;
	-webkit-border-bottom-right-radius: 8em;
	padding-bottom: 1em;
	-o-box-shadow: 7px 7px 3px #CCC;
	-icab-box-shadow: 7px 7px 3px #CCC;
	-khtml-box-shadow: 7px 7px 3px #CCC;
	-moz-box-shadow: 7px 7px 3px #CCC;
	-webkit-box-shadow: 7px 7px 3px #CCC;
	box-shadow: 7px 7px 3px #CCC;
}
#header h1 {
	color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Georgia, serif;
	font-weight: bold;
	font-size: 4em;
	letter-spacing: .5em;
}
#header p {
	color: #FFF;
	text-align: center;
	font-family: "Lucida Console", sans-serif;
	font-size: 2em;
	letter-spacing: .3em;
	margin-left: -.5em;
}
/************/
/* MENU */
#menu {
	background: #073E02;
	color: #FFF;
	padding: 6em 2em 12em 1em;
	-moz-border-radius-bottomright: 8em;
	-webkit-border-bottom-right-radius: 8em;
	-o-box-shadow: 7px 7px 3px #CCC;
	-icab-box-shadow: 7px 7px 3px #CCC;
	-khtml-box-shadow: 7px 7px 3px #CCC;
	-moz-box-shadow: 7px 7px 3px #CCC;
	-webkit-box-shadow: 7px 7px 3px #CCC;
	box-shadow: 7px 7px 3px #CCC;
}
#menu ul {
	margin-left: 1em;
}
#menu a {
	font-size: 1.4em;
	color: #FFF;
}
#menu a:hover {
	color: #FAF30A;
}
#menu li {
	list-style: square;
}
#menu li:hover {
	list-style: disc;
	/*color: #FAF30A;*/
}
#menu .dead_menu {
	color: #999;
	font-size: 1.4em;
}	
/************/
/* BAR */
#bar {
	margin-top: -2em;
	margin-right: 1em;
}
#bar h2 {
	color: #073E02;
	text-align: center;
	font-size: 1.5em;
}
#bar img {
	border: 0;
}
#bar a {
	border: 0;
}
/************/
/* CONTENT */
#content {
	margin-top: 2em;
}
#content #lefty {
	float: left;
	width: 38%;	
}
#content #righty {
	float: right;
	width: 38%;
}
#content #righty #news {
	overflow: auto;
	/*height: 360px;*/
	width: 90%;
	margin: 0 auto .5em auto;
}	
#content h2 {
	font-family: "Lucida Console", sans-serif;
	font-size: 2em;
	text-align: center;
}
#content #righty h3 {
	margin-top: .5em;
	font-family: "Lucida Console", sans-serif;
}
#content #lefty img {
	margin: 2em auto 2em auto;
	display: block;
}
#content #righty img {
	margin: 2em auto 2em auto;
	display: block;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 2em;
}
#content hr {
	height: .05em;
	background: #073E02;
	width: 80%;	
	margin: .5em auto .5em auto;	
}
#content .splink {
	border: 1px dashed blue;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#content .splink:hover {
	border: 1px solid blue;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
	
/********************/
/* MESSAGEBOARD */
#content .row {
	margin: 10px auto;
	width: 70%;
}

#content .row .user {
	background: #073E02;
	color: #FFF;
	-moz-border-radius-topright: 22em;
	-webkit-border-top-right-radius: 22em;
}
#content .row .user p {
	margin: 5px;
	text-align: right;
	padding-right: 20px;
}
#content .row .message {
	border: 1px dashed #073E02;
	border-top: 0;
	margin-top: -10px;
	-moz-border-radius-bottomleft: 22em;
	-webkit-border-bottom-left-radius: 22em;
}
/******************/
/* BEERPAGES */
#content .beers .left {
  float: left;
  padding-right: 1em;
}
.beers p {
  width: 50%;
  margin: 2em auto;
  margin-left: 120px !important;
}
.beers img, a {
	border: 0;
}
.beers {
  margin: 1.5em 25%;
  padding-bottom: 8.5em;
  border: 1px dashed #073E02;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  /*-moz-border-radius-bottomright: 22em;
  -webkit-border-bottom-right-radius: 22em;*/
}
/*******************/
/* LINKSPAGE */
#content #links {
	margin: 1.5em 25%;
	font-size: 1.5em;
}
#content #links ul {
	margin-bottom: 2em;
}
#content #links a {
	
}
#content #links li {
	margin-bottom: 1em;
	
}
/************/
/* FOOTER */
#footer {
	margin-top: 2em;
	color: #073E02;
	text-align: center;
	width: 100%;
	clear: both;
}
#footer hr {
	height: .1em;
	background: #073E02;
	width: 70%;	
	margin: 2em auto 0 auto;	
}
/**************/
/* TWEAKS */
.pg_headings {
	padding-bottom: 40px;
}

















