/* 
  -----------------------------------
  PMM PagePack Style Sheet
  by Project Seven Development
  www.projectseven.com
  il libro Design Theme 01
  -----------------------------------
*/
body {
	background-color: #C28713;
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(../images/bk1_woodgrain.jpg);
}
#layout {
	margin: 0 auto;
	width: 768px;
	background-color: #FFFFFF;
	background-image: url(../images/bk1_maintile.jpg);
	background-repeat: repeat-y;
}
#masthead {
	background-image: url(../images/bk1_maintopper.jpg);
	height: 94px;
}
#leftbox {
	float: left;
	width: 181px;
	padding: 150px 0 0 0;
	background-image: url(../images/bk1_sidetopper.jpg);
	background-repeat: no-repeat;
	background-position: 32px 0px;
}
#p7navbar {
	margin: 0 0 0 33px;
	font-size: 0.85em;
}

#leftcontent {
	font-size: 0.7em;
	color: #777362;
	padding: 16px 0px 20px 48px;
}
#leftcontent h3 {
	font-size: 1.75em;
	margin: 0;
	padding: 20px 0 12px 20px;
	color: #DC8408;
}
#leftcontent p {
	margin: 6px 0 12px 0;
	line-height: 1.5em;
}
#mainbox {
	float: right;
	width: 566px;
}
#maincontent {
	margin: 20px 44px 20px 40px;
	font-size: 1em;
}
h1,h2, h3 {
	color: #6D6759;
	margin: 0px;
}
h2, h3 {
	margin: 24px 0 0 0;
}
#maincontent p {
	margin: 8px 0px 12px;
	line-height: 1.5em;
}
.clearit {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
#leftcontent a:hover, #maincontent a:hover,
#leftcontent a:active, #maincontent a:active,
#leftcontent a:focus, #maincontent a:focus {
	color: #000000;
}
#footer {
	clear: both;
	background-image: url(../images/bk1_footer.jpg);
	padding: 0;
	font-size: 0.7em;
	height: 48px;
}
#footer2 {
	width: 760px;
	margin: 0 auto;
	font-size: 0.75em;
	padding: 10px 0;
	color: #000000;
}
#footer2 a {
	color: #000000;
}
#footer2 a:hover, #footer2 a:active, 
#footer2 a:focus {
	color: #FFFFFF;
}
#bigg {
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	}

}
/* Top level menu width */ 
#p7PMnav { width: 164px; } 
/* 2nd and subsequent Submenu widths */ 
#p7PMnav ul { width: 200px; }

