body {
	background: url(../img/bodybkg.png) repeat-x #e7d09a;
	background-position: top center;
	padding: 0; margin: 0;
}
#wrapper {
	margin: 0 auto;
	width: 931px;
}
#header {
	margin: 0 auto;
	width: 931px; height: 206px;
	background: url(../img/community.png) no-repeat 80% 15%;
	overflow: hidden;
}
.logo {
	border: 0;
	margin: 0 auto;
}
#navbar {
	height: 37px;
	margin-top: -30px;
}
#navbar a {
	color: #000;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
}
#navbar ul {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	border: 0px;
	overflow: hide;
}
#navbar li {
	float: left;
	display: block;
	font-size: 16px;
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	padding-right: 30px;
}
div#sidebarTwo {
	background-image: url(../img/side.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 209px; height: 523px;
	text-align: center;
	clear: left;
}
div#sidelinks {
	float: right;
	width: 195px; height: auto;
	clear: right;
}
div#calendarTwo {
	float: right;
	margin: 0 auto;
	width: 165px; max-height: 372px;
	text-align: center;
	padding: 15px 15px 0px 0px;
	clear: right;
	overflow: hide;
}
span#more {
	float: right;
}
span#name {
	font-size: 1.5em;
}
span#time {
	font-size: 1.3em;
}
img.sb {
	padding-top: 10px;
}
div#ctop {
	background: url(../img/ctop.png) no-repeat;
	width: 715px; height: 9px;
	float:  left;
	margin: 0 0 0 5px;
}
#content {
	margin: 0 auto;
	width: 695px; min-height: 300px;
	background: url(../img/cmiddle.png) repeat-y #fff;
	padding: 10px;
	float: left;
	margin: 0 0 0 5px;
	color: #000;
}
.node h2.title {
	text-align: center;
}
#events {
	margin: 0 auto;
	width: 450px;
	text-align: center;
}
#events h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#events h1 a:hover {
	text-decoration: underline;
	color: gray;
}
.albums {
	height: 120px; width: auto;
	margin-bottom: 15px;
}
.albums a {
	font-size: 34px;
	font-family: sans-serif;
	font-weight: bold;
}
.gallery_demo_unstyled {
	margin: 0 auto;
	list-style: none;
	width: 560px;
}
.gallery_li {
	float: left;
	margin-right: 25px;
	height: 130px; width: auto;
	margin-bottom: 15px;
}
.gallery_li a img {
	border: 0;
}
.gallery_demo_unstyled:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.caption{
	color: grey;
	font-family: arial, sans-serif;
	text-align: center;
	display: block;
}
div#fader-container{
	display: block; 
	height: 480px;
	width: 640px;
	margin: 0 auto;
}
div#video-display{
	background-color: #000000;
	display: block;
}
div#video{
	float: left; 
	padding: 8px;
}
div#video img{
	border: 1px solid black;
}
div#portfader {
	margin: 0 auto;
	padding: 0;
	width: 652px;
}
ul#portfolio, ul#portfolio2, ul#portfolio3, ul#portfolio4 {
	display: block;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	border: 0px;
	float: left;
	width: 148px;
	height: 110px;
}
ul#portfolio {
	padding: 0px !important
}
#imageloop {
	list-style: none;
	padding: 0;
	margin: 0;
}
#imageloop li{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
iframe#map {
	width: 200px;
	height: 200px;
}
#sidebar {
	float: left;
	width: 32%;
	border-right: 1px solid black;
}
#contact {
	float: left;
	margin-left: 50px;
}
#contact label.error { 
	color: red;
}

#contact em {
	font-weight: bold;
	padding-right: 1em;	
	vertical-align: top;
}
#contact 
form label {
	width: 250px;
}
span.blogTitle {
	font-size: 1em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div#pagnation {
	width: 100%;
	text-align: center;
}
div#pagnation a {
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: black;
}
div#pagnation a:hover {
	text-decoration: underline;
}
div#cbottom {
	background: url(../img/cbottom.png) no-repeat;
	width: 715px; height: 13px;
	float:  right;
	margin: 0 2px 0 0;
}
#footer {
	clear:  both;
	width: 931px;
	text-align: center;
	padding-top: 20px;
}
a:focus { 
	outline: none; 
}