/* 
  -----------------------------------
  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(../../brickbg.jpg);
}
#layout {
	margin: 0 auto;
	width: 768px;
	background-color: #FFFFFF;
	background-image: url(../../bk1_maintile.jpg);
	background-repeat: repeat-y;
}
#masthead {
	background-image: url(../../bk1_maintopper.jpg);
	height: 94px;
}
#masthead p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 200px;
}

#leftbox {
	float: left;
	width: 181px;
	padding: 150px 0 0 0;
	background-image: url(../../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.5em;
	color: #DC8408;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding: 0px;
}
#leftcontent h4 {
	font-size: 1.5em;
	padding: 0px;
	color: #4A4A4A;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

#leftcontent p {
	margin: 6px 0 12px 0;
	line-height: 1.5em;
}
#mainbox {
	float: right;
	width: 566px;
}
#maincontent {
	margin: 20px 44px 20px 40px;
	font-size: 0.9em;
}

#maincontent h2 {
	color: #CC0404
}

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, #leftcontent a:active, #leftcontent a:focus {
	color: #DC8408;
	text-decoration: none;
}

#leftcontent a:visited {
	color: #CC0404;
}

#maincontent a {
	color: #CC0404;
	text-decoration: none;
	font-weight: bold;
}

#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #DC8408;
	text-decoration: none;
}
#footer {
	clear: both;
	background-image: url(../../bk1_footer.jpg);
	padding: 0;
	height: 48px;
}

#footer p {
	margin: 0 auto;
	font-size: 0.75em;
	padding: 20px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover, #footer2 a:active, 
#footer a:focus {
	color: #CC0404;
}

#footer2 {
	width: 760px;
	margin: 0 auto;
	font-size: 0.75em;
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#footer2 a {
	color: #FFFFFF;
}
#footer2 a:hover, #footer2 a:active, 
#footer2 a:focus {
	color: #9C5521;
}
.imgRight {
	float: right;
	border: 3px double #DC8408;
}
.imgCenter {
	float: none;
	border: 3px double #DC8408;
}
input {
	border: thin;
	border-style: solid;
	border-color: #4a4a4a;
	background: #e7e7e7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	border: thin;
	border-style: solid;
	border-color: #4a4a4a;
	background: #e7e7e7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
}
