/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #84814B;
	background-image: url(../_images/Structural/Background.jpg);
	background-repeat: repeat;
	margin: 20px !important;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#masthead .content {
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
.innerWrapper {
	background-color: #fff;
	background-image: url(../_images/Structural/Wrapper.jpg);
	background-repeat: repeat-y;
	/*  Drop Shadow  */
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
}
#center {
	width: 1000px;
	padding-top: 15px;
}
#centertop {
	background-image: url(../_images/Structural/TopContent.png);
	background-repeat: no-repeat;
	height: 29px;
	margin: -20px -44px !important;
}
#centerbottom {
	background-image: url(../_images/Structural/BottomContent.png);
	background-repeat: no-repeat;
	height: 29px;
	margin: -20px -44px !important;
}
#center .content {
	margin: 0px 24px 0px;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../_images/Structural/Parch_tile_192.png);
	background-repeat: repeat;
}
#center a:link, #center a:visited {
	color: #633924;
	font-weight: bold;
	text-decoration: none;
}
#center a:hover {
	color: #000000;
}
#footer .content {
	padding: 0px;
	text-align: center;
}
#footer {
	color: #84814B;
	text-shadow: 0px 0px 3px #222;
	padding: 10px;
	font-size: 0.7em;
	background-image: url(../_images/Structural/Bottom.png);
	background-repeat: no-repeat;
}
#footer a:link, #footer a:visited {
	color: #84814B;
}
#footer a:hover {
	color: #006666;
}
h1 {
	color: #522A14;
	font-size: 26px;
	margin-top: 14px;
	font-family: 'Fjalla One', Verdana, Geneva, sans-serif;
}
h2 {
	color: #522A14;
	font-size: 22px;
	margin: 20px 0 0 0 !important;
	font-family: 'Fjalla One', Verdana, Geneva, sans-serif;
}
h3 {
	color: #522A14;
	font-size: 20px;
	margin: 30px 0 0 0;
	line-height: 24px;
	font-family: 'Fjalla One', Verdana, Geneva, sans-serif;
}
h4 {
	font-style: italic;
	color: #522A14;
	font-size: 14px;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.afloatright {
	margin: 5px 2px 15px 15px;
	float: right;
	border: solid thick #371602;
	-moz-border-radius: 50px 25px;
	border-radius: 50px 25px;
	text-align: center;
}
.afloatleft {
	margin: 5px 15px 15px 2px;
	float: left;
	border: solid thick #371602;
	-moz-border-radius: 25px50px;
	border-radius: 25px 50px;
	text-align: center;
}
.fakeright {
	margin: 0px;
	border: solid thick #371602;
	-moz-border-radius: 50px 25px;
	border-radius: 50px 25px;
	text-align: center;
}
.clearfloat {
	clear: both;
}
.oldindex {
	text-align: center;
}
.content ul {
	list-style-position: inside;
}
.slideshowright {
	margin: 5px 2px 15px 15px;
	float: right;
	border: solid thick #371602;
}
.centertext {
	text-align: center;
	display:block;
	margin:0 auto;
}
#facebook {
	width: 100%;
	height: 22px;
	padding: 37px 0 0 0;
	background-image: url(../_images/Structural/Facebook.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.fb-like {
	margin: 0px 460px !important;
	display: block;
}
