html,
body {
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #626262;
	background: #FFFFFF url(../image/background.gif) repeat-x top;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
}

:focus {
	outline: none;
}

.page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 268px;
	position: relative;
}

.headertop {
	height: 200px;
}

.menu {
	background: url(../image/menuback.gif) no-repeat left;
	height: 68px;
}

.menu a {
	float: left;
	padding: 0px 13px;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	height: 68px;
	cursor: pointer;
	outline: none;
}

.menu a:hover {
	background: url(../image/menuhover.png) repeat-x top left;
	text-decoration: none;
	outline: none;
}

.logo {
	float: left;
	width: 533px;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

.content {
	width: 960px;
	padding: 10px;
	overflow: auto;
	zoom: 1;
}

.left {
	padding-bottom: 10px;
	overflow: auto;
}

.right {
	float: right;
	width: 310px;
	margin-left: 20px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	color: #2D752D;
	background: url(../image/h1bg.gif) repeat-x bottom;
	font: italic bold 30px "Book Antiqua","Times New Roman", Times, serif;
	height: 50px;
}

h2 {
	margin: 7px 0 0px 0;
	color: #F58345;
	font: italic bold 18px "Trebuchet Ms","Times New Roman", Times, serif;
	text-decoration: none;
}

.left p {
	margin: 0.5em 0 0 0;
	padding: 0px;
	color: #626262;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	text-align: justify;
}

.left li {
	color: #626262;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
}

.left a{
	margin: 0px;
	padding: 0px;
	color: #626262;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.news {
	width: 301px;
	margin-bottom: 10px;
	font-size: 1px;
	overflow: auto;
	zoom: 1;
}

.newscontent {
	margin: 0px;
	padding: 2px 10px;
	width: 279px;
	border-left: 1px solid #86B572;
	border-right: 1px solid #86B572;
	background: url(../image/newsback.gif) #FFFFFF repeat-x top;
	color: #626262;
	font: 12px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	line-height: 15px;
	overflow: auto;
	zoom: 1;
}

.newscontent img{
	margin-right: 10px;
	width: 100px;
	float: left;
}

.date {
	float: left;
	width: 60px;
	margin-right: 10px;
	background: url(../image/date.gif) no-repeat;
	line-height: normal;
	position: relative;
	height: 48px;
}

.date h2 {
	margin: 0px;
	padding: 0px;
	color: #F58345;
	font-size: 28px;
	font-weight: normal;
	position: absolute;
	position: absolute;
	top: 0px;
	left: 16px;
}

.date p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	position: absolute;
	top: 33px;
	left: 3px;
}

.readmore {
	border-top: 1px solid #DDDDDD;
	margin: 5px 0 3px 0;
	padding-top: 2px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.readmore a {
	color: #F58345;
	text-decoration: none;
}

.readmore a:hover {
	color: #626262;
}
 
.footer {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #2D752D;
	color: #2D752D;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	height: 40px;
}

.footer p{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	color: #2D752D;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	text-align: left;
}

.footer a {
	color: #2D752D;
	font-weight: bold;
	font: 14px "Trebuchet Ms",Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.left a:hover, .footer a:hover {
	text-decoration: underline;
}

.sponzor {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 14px;
}