body {
	background-color: #FFFFCC;
	text-align: center;
	min-width:800px;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#container {
	text-align: left;
	height: 600px;
	width: 800px;
	margin:0 auto;
	}
#logo {
	float: left;
	background-image: url(assets/eathorpe_logo.jpg);
	background-repeat: no-repeat;
	width: 420px;
	height: 139px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: none;
}
#photo {
	float: right;
	height: 200px;
	width: 330px;
	margin: 0px;
	background-color: #999999;
	padding: 0px;
	background-image: url(assets/hall_photo.jpg);
	background-repeat: no-repeat;
	border: none;
}
#maintext {
	float: left;
	height: 411px;
	width: 460px;
	margin-top: 25px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	width: 460px;
	height: 25px;
	font-size: 14px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-align: center;
	border: 1px solid #666666;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#navbar div {
        width: 114px;
        height: 25px;
	float: left;
	background-color: #FFCC00;
	text-align: center;
	display: block;
        border: none;
        padding: 0px;
        margin: 0px;
}
#navbar a,#navbar a:link,#navbar a:visited,#navbar a:active {
        height: 25px;
	width: 114px;
	color: #333333;
	text-decoration: none;
	display: block;
        padding: none;
        margin: none;
        border: none;
}
#navbar a:hover {
	color: #FF0000;
	text-decoration: underline;
        padding: none;
        margin: none;
        border: none;
}
#navbar div#homeactive,#navbar div#contactactive,
#navbar div#hallactive,#navbar div#cdactive {
        height: 25px;
	width: 116px;
	color: #FF0000;
	text-decoration: none;
        padding: none;
        margin: none;
        border: none;
}
#content {
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	height: 382px;
	width: 460px;
	float: left;
	border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #666666;
	border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #666666;
	border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #666666;
}
#contenthallbg {
	background-color: #FFFF99;
	background-image: url(assets/hall_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	height: 382px;
	width: 460px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content p,#contenthallbg p {
        padding: 3px 10px 3px 5px;
        line-height: 15px;
        margin: 0px;
}
#events {
	height: 198px;
	width: 150px;
	float: right;
}
#newsletter {
	background-color: #99FF99;
	border: 1px solid #666666;
	float: right;
	height: 95px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery {
	background-color: #99FF99;
	border: 1px solid #666666;
	float: right;
	height: 98px;
	width: 150px;
	margin-right: 5px;
	margin-top: 5px;
}
#eventscolright {
	float: right;
	height: 200px;
	width: 150px;
	margin-left: 10px;
	margin-right: 2px;
}
#events h3 {
	height: 15px;
	background-color: #96BBFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	word-spacing: 0.1em;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	background-image: url(assets/events.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#newsletter h3 {
	background-color: #66CC66;
	background-image: url(assets/newsletter.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	word-spacing: 0.1em;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	height: 15px;
}
#gallery h3 {
	background-color: #66CC66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	word-spacing: 0.1em;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	height: 15px;
	background-image: url(assets/gallery.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#events p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin: 0px;
}
#gallery p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin: 5px 0px 0px;
}
#newsletter p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 5px 0px;
	margin: 0px;
}
#eventsmain {
	background-color: #C5EAFF;
        height: 347px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
        padding: 3px 3px 0px 3px;
}
#photopo {
	float: right;
	height: 200px;
	width: 330px;
	margin: 0px;
	background-color: #999999;
	padding: 0px;
	background-image: url(assets/po_photo.jpg);
	background-repeat: no-repeat;
}
#photobridge {
	float: right;
	height: 200px;
	width: 330px;
	margin: 0px;
	background-color: #999999;
	padding: 0px;
	background-image: url(assets/bridge_photo.jpg);
	background-repeat: no-repeat;
}
#photoeathorpe {
	float: right;
	height: 200px;
	width: 330px;
	margin: 0px;
	background-color: #999999;
	padding: 0px;
	background-image: url(assets/eathorpe_photo.jpg);
	background-repeat: no-repeat;
	border: none;
}
#footer {
	height: 20px;
	width: 800px;
	clear: both;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding-top: 10px;
}
#footer a,#footer a:link,#footer a:active,#footer a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#rightcols {
	float: right;
	height: 315px;
	width: 330px;
	padding-top: 10px;
	border: none;
}
li {
	line-height: 20px;
	list-style-position: inside;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
	padding: 0px;
}
#newsletterform {
	padding: 1px 1px 8px;
	height: 25px;
	width: auto;
	text-align: center;
}
#newsletteremail {
	float: left;
	width: 70px;
	margin: 2px 0px 0px;
	padding: 0px 0px 0px 2px;
	text-align: left;
}
#newslettersubmit {
	float: right;
	border: 1px;
	width: 70px;
	margin: 2px 0px 0px 2px;
	padding: 0px;
}
#newsletteremail input,#newslettersubmit input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
img#gallery {
	float: left;
	height: 50px;
	width: 80px;
	border: 1px solid #333333;
	margin: 8px 5px 5px 5px;
	padding: 0px;
}
#gallery a,#gallery a:link,#gallery a:active,#gallery a:visited {
	font-size: 10px;
	text-decoration: none;
}
#gallery a:hover {
	text-decoration: underline;
}
#gallerycontainer {
	text-align: center;
	vertical-align: middle;
}
#contentgallery {
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	height: 382px;
	width: 460px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#contentgallery h2 {
	background-color: #FFFF99;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 25px;
}
#contentgallery #galleryphoto {
	height: 297px;
	width: 376px;
	background-color: #FFFF99;
	margin: 0px;
	padding: 0px;
}
#contentgallery #cdphoto {
	height: 200px;
	width: 250px;
	background-color: #FFFF99;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
#gallerybuttons {
	height: 25px;
	width: 376px;
	padding: 0px;
	background-color: #99CC66;
	margin: 0px;
}
a#gallerybuttonleft {
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 0px;
	height: 23px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}
a#gallerybuttonright{
	padding: 0px 0px 0px 10px;
	float: right;
	margin: 0px;
	height: 23px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
}
a#gallerybuttonmiddle{
	padding: 0px;
	float: left;
	margin-left: 70px;
	height: 23px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: centre;
}
#gallerybuttonright a,#gallerybuttonright a:visited,#gallerybuttonright a:active,
#gallerybuttonright a:link {
	padding: 0px 10px 0px 0px;
	float: right;
	margin: 0px;
	height: 25px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
}
#gallerybuttonleft a,#gallerybuttonleft a:visited,#gallerybuttonleft a:active,
#gallerybuttonleft a:link {
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 0px;
	height: 23px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}
#gallerybuttonmiddle a,#gallerybuttonmiddle a:visited,#gallerybuttonmiddle a:active,
#gallerybuttonmiddle a:link {
	padding: 0px;
	float: left;	
	margin-left: 70px;
	height: 23px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: centre;
}
#gallerybuttonright a:hover,#gallerybuttonright a:hover {
	padding: 0px 10px 0px 0px;
	float: right;
	margin: 0px;
	height: 25px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	background-color: #999900;
	color: #FFFFFF;
}
#gallerybuttonleft a:hover,#gallerybuttonleft a:hover {
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 0px;
	height: 25px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	background-color: #999900;
	color: #FFFFFF;
}
#gallerybuttonmiddle a:hover,#gallerybuttonmiddle a:hover {
	padding: 0px;
	float: left;
	margin-left: 70px;
	height: 25px;
	width: 75px;
	line-height: 20px;
	text-decoration: none;
	text-align: centre;
	background-color: #999900;
	color: #FFFFFF;
}
#logo a, #logo a:link, #logo a:active, #logo a:visited, #logo a:hover {
	text-decoration: none;
	border: none;
	height: 139px;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
#eventsmain p#date, #links p#date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
 #eventsmain p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin-bottom: 4px;
	margin-left: 7px;
}
#gallerywrapper {
	height: 357px;
	width: 376px;
	margin: 0px;
	padding: 0px 40px;
	text-align: center;
}
#cdgallerywrapper {
	height: 330px;
	width: 250px;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	text-align: center;
	border: none;
}
ul {
	line-height: 20px;
	list-style-position: inside;
	margin: 0px 0px 0px 15px;
	list-style-type: square;
	padding: 0px;
}
#contactemailwrapper {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	min-width:300px;
	margin: 10px 0px 15px 0px;
}
p#contactemail {
	background-color: #CCCCCC;
	text-align:center;
	margin:0 auto;
	padding: 7px 5px 5px;
	width:300px;
	height: 40px;
	border: 1px dotted #666666;
}
#newsletterwrapper {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	min-width:300px;
	margin-top: 10px;
}
p#newsletterbox {
	background-color: #CCCCCC;
	text-align:center;
	margin:0 auto;
	padding: 7px 5px 5px;
	width:300px;
	height: auto;
	border: 1px dotted #666666;
	vertical-align: middle;
	position: relative;
	top: 50px;
}
#contentimage {
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #333333;
}
#contenteventbg {
	background-color: #FFFF99;
	background-image: url(assets/hall_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 372px;
	width: 450px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 5px;
}
#contenteventbg h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border: none;
	font-weight: normal;
	text-align: center;
}
#content h2, 
#contenthallbg h2
 {
 	border : none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 28px;
	line-height: 25px;
	width: 420px;
	height: 20px;
	letter-spacing: 0.5px;
	background-image: url(assets/eathorpe_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a#contentheaderline,
a:link #contentheaderline,
a:visited #contentheaderline,
a:active #contentheaderline {
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333366;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	width: 420px;
	height: 25px;
	letter-spacing: 0.5px;
}
a:hover #contentheaderline {
	text-decoration: underline;
}
#events a, #events a:active, #events a:link, #events a:visited,
#gallery a, #gallery a:active, #gallery a:link, #gallery a:visited {
	color: #0000FF;
}
img#cdphoto {
	margin: 0px 3px 0px 3px;
	padding: 8px;
	height: 80px;
	width: 120px;
	float: right;
	border: none;
}
#cdgallerywrapper a {
	border: none;
}
#links {
	background-color: #99FF99;
	border: 1px solid #666666;
	float: right;
	height: 155px;
	width: 150px;
	margin-right: 5px;
	margin-top: 10px;
}
#links p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	margin: 5px 0px 0px;
}
#links h3 {
	background-color: #66CC66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	word-spacing: 0.1em;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	height: 15px;
	background-image: url(assets/info.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.forms {
	BACKGROUND-COLOR: #EEEEEE;
	COLOR: #444444;
	border: solid 1px #C8C8C8;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	height: 16px;
	width: 370px;
}

.scroll {
	background-color: #EEEEEE;
	border: solid 1px #AEAFB1;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4444444;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#bannernews {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 465px;
	border: none;
	height: 14px;
	vertical-align: middle;
	line-height: 14px;
}
#bannernews img {
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#maintextalt {
	float: left;
	height: 411px;
	width: 460px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: none;
}
#bannernews form {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 14px;
	width: 460px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}#vhgallerywrapper {
	height: 330px;
	width: 250px;
	margin: 0px 0px 0px 70px;
	padding: 0px;
	text-align: center;
	border: none;
}
#contentimageleft {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	border: none;
}
#contentevent {
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 372px;
	width: 450px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 5px;
}
#pblogo {
	margin: 0px;
	float: none;
	height: 14px;
	width: 32px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}
