body 
{
	font-family: "Arial", Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/bg.jpg);
	margin:0;
  padding:0;	
}

#wrapper
{
	margin:0;
  padding:0;
}

#header
{
	background-image: url(../images/barthz_pageBG.jpg);
	background-repeat: repeat-x;
}

#logo
{
	background-image: url(../images/barthz_logoright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*MENU*/
#menubar {
	background-image: url(../images/barthz_menbg.gif);
	background-color: #DED594;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: .85em;
}

#menu {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#menu ul li {
	border-bottom: 1px solid #9A9889;
	border-right: 0;
        float: none;
}
#menu li {
    	float: left;
	width: 8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(../images/barthz_menbg.gif);
}
#menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 1px solid #9A9889;
	border-right: 1px solid #333333;
	border-left: 4px solid #9A9889;
}

#menu a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 8px 4px 16px;
	color: #333333;
	line-height:1;
}
#menu ul a {
	border-top: 1px solid #FFFFFF;
	padding: 4px 12px 4px 16px;
	line-height:1;
}
#menu ul ul a {
	padding: 4px 12px 4px 10px;
	line-height:1;
}
#menu a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#menu .p7PMon, #p7PMnav .p7PMon:hover,
#menu .p7PMon:active {
	color: #FFFFFF;
	background-color: #9A9889;
}
#menu ul a:hover, #menu ul a:active, #menu ul a:focus
{
	border-top: 1px solid #9A9889;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#clearmenu {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
/* END MENU*/

#content
{
  margin:0;
  padding:0;
  background-color:#EDEAC9;
}

#copyright {
	background-image: url(../images/barthz_copyBG.jpg);
	background-repeat: repeat-x;
}



#copyrightnotice {
	font-size: .75em;
	background-image: url(../images/barthz_copy_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	padding: 16px 0 0 18px;
	font-size: .7em;
}
#footer p {
	margin: 0 0 3px 0;
}

h1, h2, h3 {
	margin: 0px;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #820000;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color: #820000;
}
h3 {
	font-size: 1.4em;
}
#sidebar h3 {
	color: #666666;
}

.top {margin: 0;}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #7E886F;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}

