body {
	margin:0 auto;
	padding:0;
	font:76% Verdana, Tahoma, Arial, sans-serif;
	background:#f4f4f4 url(http://www.biermeyer.com/images/bg.gif) top center repeat-y;
	color:#303030;
	text-align: center;
}
#wrap {
	background:#ffffff;
	color:#303030;
	margin:0 auto;
	width:760px;
	text-align:left;
}
#header {
	clear:both;
	margin:20px 0 0 0;
	padding:0;
	height:45px;
}
#header h1 {
	width:350px;
	margin:0 0 10px 33px;
	float:left;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
}
#header p {
	width:350px;
	float:right;
	text-align:center;
	color:#a0a0a0;
	margin:0 0 10px 0;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
}
#frontphoto {
	margin:0 0 13px 0;
	border:0;
	text-align:center;
}
#avmenu {
	position: fixed;
	z-index: 100;
	text-transform: capitalize;
	font-variant: small-caps;
	clear:left;
	float:left;
	width:150px;
	margin:50px 0 0px 0;
	padding:0;
	font-size:0.9em;
	position:fixed;
	z-index:100;
}
#avmenu2 {
	width:150px;
	font-size:0.8em;
	background:#f4f4f4;
}
#avmenu ul {
	list-style:none;
	width:150px;
	margin:0 0 0px 0;
	padding:0;
	font-size:1.1em;
}
#avmenu li {
	margin-bottom:5px;
}
#avmenu2 li i {
	color:#CCC;
}
#avmenu li a {
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding:6px 0 0 10px;
	background:#f4f4f4;
	border-left:4px solid #cccccc;
}
#avmenu2 li a {
	color:#707070;
	background:#f9f9f9;
	border-left:5px solid #dddddd;
}
#avmenu li a:hover {
	background:#eaeaea;
	color:#286ea0;
	border-left:5px solid #286ea0;
}
#avmenu2 li a:hover {
	background:#eaeaea;
	color:#6e28a0;
	border-left:6px solid #6e28a0;
}
.announce {
	margin:15px 0 25px 5px;
	padding:10px;
	width:125px;
	color:#707070;
	background-color:#f4f4f4;
	line-height:1.3em;
}
#extras {
	float:right;
	width:150px;
	margin:0 0 10px 0;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
}
#extras p {
	margin:5px 10px 1.5em 10px;
}
#extras img {
	margin:25px 7px auto;
	display:inline;
}
#content {
	margin:0 50px 20px 175px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	padding:0 15px 0 15px;
	line-height:1.6em;
	text-align:justify;
	!width: 500px;
}
#content ul {
	list-style-type:circle
}
#content p {
	text-align: justify;
	text-indent: 25px;
	line-height: 175%;
}
#content h2 {
	font-size:1.4em;
	margin:2em 0 1em 0;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: small-caps;
	text-transform:capitalize;
}
#content h3 {
	font-size:1.0em;
	margin:1em 0 1.5em 0;
	text-decoration: none;
	text-transform: capitalize;
	color:#444;
}

#content h4 {
	font-size:0.9em;
	margin:2em 0 -1em 0;
	text-decoration: none;
	text-align:right;
	color:#606060;
}
#content li {
	margin:0 0 1em 0;
}
#content img {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}
h3 {
	font-size:1.3em;
	margin:0 0 10px 0;
}
a {
	text-decoration:none;
	color:#286ea0;
}
a:hover {
	text-decoration:underline;
	color:#286ea0;
}
a img {
	border:0;
}
#footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 20px 0;
	border-top:1px solid #f0f0f0;
	width:750px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	!position: static;
	bottom: 20px
}
#footer a {
	color:#808080;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.left {
	margin:10px 10px 5px 0;
	float:left;
}
.right {
	margin:10px 0 5px 10px;
	float:right;
}
.textright {
	text-align:right;
}
.center {
	text-align:center;
}
.small {
	font-size:0.8em;
}
.bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.ForPrint {
	display:none;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}