/* @override http://www.goldenmatt.com/css/small.css */

body {
width:800px;
margin:0 auto;
text-align:center;
color: #333;   
background: white;
font: 16px Helvetica, Arial, sans-serif;
}
a {
    color: #666; 
}

a.menu {
	color: rgb(88, 77, 77);
	text-decoration: none;
}
a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
#homelink h1 a span {
	color: rgb(167, 167, 167);
}

#homelink h2 {
	color: color: rgb(167, 167, 167);
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: -10px;
}

li.menu-active {
	font-weight: bold;
}

#statistics {
	color: rgb(88, 77, 77);
	font-size: 0.938em;
	line-height: 1.375em;
}

img {
	border-style: none;
}

#imageSideBar p {
	text-align: center;
	padding-bottom: 30px;
	padding-right: 20px;
}

p {
	color: #584d4d;
	font-size: 0.938em;
	line-height: 1.375em;
}


h2 {
	color: #666;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
	padding-top: 0.75em;
}

h1 {
	color: #a6a6a6;
}

#navigation li{
padding:5px;
background-color:#fff;
color:#463c3c; 
display: inline;
	font: 1em Helvetica, Arial, sans-serif;
	margin: 0px 4px;
}

#footernav li{
	display: inline;
	padding: 5px;
	margin: 0;
	color: #463c3c;
	font: 1em Helvetica, Arial, sans-serif;
}

#header,#navigation,#content,#sidebar,#footer {
overflow:hidden;
display:inline-block;
text-align:left
}

div#navigation {
	border-bottom: 1px solid #000;
}
.tinyText {
height: 1px; width: 800px;
	background-image: url(../images/shapeimage_1px.jpg);
	position: relative;
}
#banner-events-image {
	width: 639px;
	height: 415px;
	background: url(../images/crawl.jpg) no-repeat;
}

#banner-image {
	width: 430px;
	height: 390px;
	background: url(../images/index_banner.jpg) no-repeat;
}

div#contentNode.node {
	position: relative;
	top: -90px;
}

#statistics table tbody tr td b {
	margin: 15px;
}


/* safari and opera need this */
#header,#navigation,#footer {width:100%;
	text-align: center;
}
#content,#sidebar {float:left}
#sidebar {width:30%}
#content {width:70%}
#footer {clear:left}
