body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	background-color: #E8A713;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;	
	background-position: center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.3em;
	width: 100%;
	background-color: #E8A713;
	padding: 5px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1 a {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
h1 a:hover, h2 a:hover {
	color: #900;
}

h2 {
	font-size:17px;
	font-weight:bold;
}
h2 a {
	color: #333;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: #5C8AB8;
}
a:hover {
	color: #09C;
	text-decoration: none;
}

/* Menu */

#menu {
	margin: 0 auto;
	width: 900px;
	height: 40px;
	padding-top: 187px;
}
#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#menu a:hover, #menu .selected a {
	background-color: #9A0303;
}

/* Content */

#page {
	width: 900px;
	margin: 0 auto 7px;
	padding: 0;
	background: #FFFFFF;
}
#events {
	height: 300px;
	margin: 0 auto 7px;
	width: 900px;
	background-image: url(../images/eventsBG.jpg);
	background-repeat: no-repeat;
}
#clippings {
	height: 350px;
	margin: 0 auto 7px;
	width: 900px;
	background-image: url(../images/clippingsBG.jpg);
	background-repeat: no-repeat;
}
#quicklinks {
	height: 225px;
	padding: 20px;
	line-height: 20px;
	width: 860px;
	margin: 0 auto;
	background-image: url(../images/quicklinksBG.jpg);
	background-repeat: no-repeat;
}
#quicklinks a {
	font-weight: bold;
	color: #790000;
}
#quicklinks a:hover {
	color: #B70000;
}
#quicklinksTable {
	margin-top: -10px;
	background-image: url(../images/photoBG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	height: 280px;
	background-color: #E8A713;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#imageSlide {
	margin: 0 auto 7px;
	width: 900px;
}
#account {
	width: 900px;
	margin: 0 auto;
	height: 40px;
}
.content {
	float: left;
	width: 580px;
	padding: 20px;
}
img.event {
	max-width: 180px;
}
img.event-home {
	max-width: 110px;
	max-height: 110px;
	margin-right: 10px;	
}
.entry-meta, .entry-utility {
	font-size: 10px;
}
.post {
	margin-bottom: 25px;
}
.post p {
	margin-bottom: 5px;
}
.navigation {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Sidebar */

.sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 20px 15px 15px 15px;
	color: #333;
	font-size: 14px;
}
.sidebar ul.menu {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
.sidebar li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu a:before {
	content: "> ";
}
.sidebar ul.menu a {
	color: #333;
	line-height: 25px;
	font-weight: bold;
	display: block;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 230px;
	font-size: 16px;
	margin-bottom: 7px;
	text-align: left;
}
.sidebar ul.menu a:hover, .sidebar ul.menu li.active a {
	color: #000;
	background-color: #E0E0E0;
}
.sidebar ul.menu ul {
	padding-bottom: 10px;
	padding-left: 20px;
	list-style: none;
}
.sidebar ul.menu ul li a {
	width: 210px;
	font-size: 14px;
}
.sidebar .widget-area li a {
	font-size: 12px;
}
/* Footer */

#footerWrap {
	width: 100%;
	background: url(../images/footerBackground.png) center repeat-y #141414;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	color: #FFF;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
	color: #999;
}
