/* Basic page layout */
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#page {
	background-image: url(../images/margins.jpg);
	background-repeat: repeat-y;
}
#page #pagetop {
	background-image: url(../images/pagetop.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#page #pagetop #pagetopleft {
	float: left;
	width: 680px;
}
#pagetop #hartshanger {
	font-size: 2.4em;
	padding-left: 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #666666;
}
#pagetop #holidays {
	font-size: 1em;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #333333;
}
#page #pagetop #pagetopright {
	float: left;
}
#pagetop #pagetopright #facebook {
	float: right;
	padding-top: 18px;
	width: 65px;
	padding-left: 5px;
}


#pagetop #contact {
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	float: left;
	padding-left: 25px;
}
#pagetop #contact a {
	color: #666666;
	text-decoration: none;
}
#pagetop #contact a:hover {
	text-decoration: underline;
}
#page #pagend {
	clear: both;
	background-image: url(../images/pagebottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#page #columns {
	background-image: url(../images/columntops.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 15px;
	font-size: xx-small;
}
#menucolumn {
	float: left;
	width: 230px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
#menu {
	margin-left: 6px;
	margin-right: 6px;
}
#menu .current {
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	font-size: 1em;
}
#menu li a
{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu li a:hover
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#menu .option {
	text-align: right;
	padding-right: 10px;
}
#menu .subcurrent {
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}
#menucolumn .item {
	text-align: center;
	margin-top: 20px;
}
#menucolumn .item img {
	padding: 10px;
}
#menucolumn .item p {
	font-size: .9em;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#menucolumn .item a {
	color: #333333;
}
#menucolumn .quote {
	font-size: 0.8em;
	color: #666666;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}
#menucolumn .author {
	text-align: right;
	color: #999999;
	font-size: .8em;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
}
#menucolumn .item .Normal-C {
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
}


#content {
	float: right;
	width: 750px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}
#content #leftcolumn {
	float: left;
	width: 500px;
}
#content #rightcolumn {
	float: right;
	width: 230px;
	margin-right: 20px;
}


#content p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 140%;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
}

#content ul {
	margin-bottom: 10px;
	color: #666666;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
	font-size: 0.9em;
}
#content ul li {
	list-style-type: disc;
	line-height: 140%;
	margin-left: 10px;
	padding-left: 10px;
}

h1 {
	font-size: 1.3em;
	color: #333333;
	margin-left: 15px;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	color: #333333;
	margin-left: 15px;
	font-weight: bold;
	clear: both;
}

#content a {
	text-decoration: underline;
	color: #333333;
}
#content a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
#content .inby20 {
	padding-left: 20px;
}
#content .imgright {
	float: right;
	border: 1px solid #999999;
	padding: 5px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content .calendar {
	border: 1px solid #666666;
	width: 700px;
	margin-left: 20px;
	padding-top: 10px;
}
#content #mapzone {
	height: 400px;
	width: 670px;
	margin-left: 40px;
	margin-top: 20px;
}
#content .gallery img {
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#content #gallery p {
	font-style: italic;
	padding-left: 10px;
}

#content .gallery a {
	text-decoration: none;
}
#content .gallery a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
}
#content #facepage {
	margin-left: 30px;
	width: 680px;
}
#content #rightcolumn .caption {
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content #rightcolumn a:hover {
	background-color: #FFFFFF;
}


#footer {
	width: 980px;
	font-size: 0.8em;
	padding-top: 15px;
}
#footer a {
	color: #444A6A;
}
#footer p {
	margin: 0px;
	padding-bottom: 5px;
	color: #999999;
	text-align: center;
}

#error404 {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #594D4D;
	padding: 20px;
	margin-top: 40px;
	border: 1px solid #999999;
}
