body {
    background-image: url('../images/bg.jpg');  
    font-family: Calibri, Verdana, sans-serif;
    font-size: 90%;
}
a {
    color: #f90;
    text-decoration: none;
}
a:hover {
	color: #c60;
}
.content img { 
    border: 0;
    margin: 4px 8px 0 0;
}

h1.top {
	margin-top: -30px;
	margin-left: -5px;
}
.content h1 {
    margin-left: -10px;
}

h2 {
	margin: 5px 20px;
	font-weight: bold;
	font-size: 2.1em;
}

h2.top {
	margin-top: -30px;
	margin-left: -5px;
}

h3{
	margin-right: 20px;
	font-weight: bold;
	font-size: 1.4em;
}

span.c1 {
		background-color: #000;
		color: #f90;
}
span.c2 {
		background-color: #f90;
		color: #000;
}
span {
		padding: 2px;
}

object {
    margin-left: 10px;
}

#logo {
	margin: 10px auto;
	width: 1041px;
}

#container {
    width: 1041px;
    margin: 10px auto;
    overflow: hidden;
}

#header {
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 50px;
}

#contentmenu {
	background: 0 0 repeat-x;
	float: right;
}

#contentmenu li {
	display: inline;
}

#contentmenu a:link,
#contentmenu a:visited  {
	padding: 0 5px 0 5px;
	border-left: solid white;
	border-right: solid white;
	border-bottom: solid white;
	color: black;
	background: #f90;
	font-weight: bold;
	font-size: 1.6em;
	padding: 0 5px 0 5px;
	margin: 0 20px 0 0;
	float: right;
}

#contentmenu a:hover{
	color: #f90;
	background-color: black;
}

.contentmenu span{
	cursor: pointer;
} 

#sidebar {
    width: 240px;
    float: left;
	margin-top: 50px;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar p:first-letter {
	font-weight: bold;
}

.sidebar {
    background-color: #fff;
	padding: 15px;
}

#sponsorbar {
	clear: both;
    width: 180px;
	margin-left: 20px;
	margin-top: 0;
    float: right;
}

#sponsorbar a img {
    border: solid thin white;
	margin-top: 10px;
}

.banner {
	padding: 15px;
}

.sponsorbar {
	padding: 15px;
	margin-top: 50px;
    background-color: #fff;
}

#sponsorbar a img:hover{
	border: solid thin #f90;
}

#content {
    float: left;
	margin-top: 20px;
    margin-left: 20px;
	margin-bottom: 80px;
	width: 580px;
}
.content {
	background-color: #fff;
	padding: 15px 0 15px 20px;
}

.heading {
	margin-bottom: 15px;
}

.heading p{
	margin-top: 10px;
	font-style: italic
}

.news {
	margin-right: 20px;
	margin-bottom: 40px;
}

.pics {
	margin-bottom: 40px;
}

.news p {
	margin-bottom: 10px;
}

.news p:first-letter {
	font-weight: bold;
}

.heading p:first-letter {
	font-weight: lighter;
}

.contentimage {
	width: 100%;
	padding-bottom: 10px;
}

.links li {
	display: inline;
	margin: 0 20px 0 0;
			}

#footer {
    padding-top: 15px;
}
#footer img {
    border: 0;
    margin-right: 20px;
}
