body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #5f5f5f;
	background: #808080;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #be2c37;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 1px;
}
#wrap {
	margin: 0 auto;
	width: 885px;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

/* -- HEADER ---------------------------------------------------------------- */

#header {
	background-image: url(../images/header-background.png);
	height: 76px;
}

.logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 263px;
	height: 50px;
	float: right;
	margin: 13px 13px 0 0;
}
.logo a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 50px;
}

.menuitems {
	background-repeat: no-repeat;
	padding: 12px;
	padding-bottom: 8px;
	float: left;
}

.menu {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 14px;
}

.menu li{
	float: left;
}

.menu li a {
	color: #5f5f5f;
	display: block;
	padding: 20px 15px;
	border-right: #afafaf 1px solid;
}

.menu li.current_page_item a {
	color: #000000;
}

.menu li.last a {
	border-right: 0;
}

/* -- CONTENT --------------------------------------------------------------- */

#content {
	background-color: #ffffff;
}

.boxholder, .innercontent {
	padding-bottom: 0px;
	margin: 15px 10px 0px 10px;
	border-bottom: #c0c0c0 1px solid;
}
.nopadding {
	margin-top: 0;
}
.innercontent {
	border-bottom: 0;
}

.innercontent li {
	margin: 10px;
}

.innercontent p {
	line-height: 20px;
}

.pagecontent {
	
}

.innercontent h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 15px;
	text-align: left;
}

.innercontent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0px 15px;
	text-align: left;
}

.sidebar {
	border: #ff0000 1px solid;
}

.entry-box {
	margin-bottom: 15px;
}
.innercontent {
	float: left;
	width: 550px;
	margin-bottom: 20px;
}
.innercontent p {
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-align: left;
}

.innercontent p span {
	font-size: 11px;
	font-weight: bold;
	color: #be2c37;
	display: block;
}

.startbox p {
	margin: 0;
	padding: 15px;
	text-align: left;
	line-height: 22px;
}

.startbox {
	width: 287px;
	min-height: 270px;
	border-right: #c0c0c0 1px solid;
	float: left;
	text-align: center;
}

.startbox a {
	font-weight: bold;
}

.box {
	width: 214px;
	height: 230px;
	border-right: #c0c0c0 1px solid;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.box p {
	padding-bottom: 0px;
}

.start-news {
	width: 287px;
}

.start-events {
	width: 287px;
}

.last {
	border-right: 0;
}

.navigation {
	padding-left: 20px;
	margin-bottom: 20px;
}

.startcontent {
	width: auto;
	margin-bottom: 5px;
}

/* -- FOOTER ---------------------------------------------------------------- */

#footer {
	background: url(../images/footer-background.png) no-repeat;
	height: 62px;
}

#footer .inner {
	padding: 15px;
	color: #ffffff;
}

/* -- SIDEBAR --------------------------------------------------------------- */

#sidebar {
	width: 283px;
	float: right;
	margin: 5px 20px 20px 0px;
}

#sidebar .header {
	background: transparent url(../images/sidebar-header.png) no-repeat;
	height: 36px;
}

#sidebar .footer {
	background: transparent url(../images/sidebar-footer.png) no-repeat;
	height: 53px;
}

#sidebar .content {
	background: transparent url(../images/sidebar-content.png) repeat-y;
}
#sidebar .content .inner {
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#sidebar .content p strong {
	font-size: 1.2em;
	display: block;
	background-color: #d3d3d3;
	color: #ffffff;
	padding: 5px;
}
#sidebar .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.6em;
}

#sidebar .content p.list {
	padding-bottom: 5px;
	border-bottom: #d3d3d3 1px solid;
}

#sidebar .content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}

#sidebar .content ul li {
	padding: 5px 0;
}

input#s {
	width: 140px;
}


