* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

p, ul, ol {
	margin: 1em auto 1em auto;
	line-height: 125%;
}

img {
	border: none;
}

#cppc {
	border-bottom: #000000 2px solid;
}

#cppc img {
	margin: 5px auto 5px 10px;
}

.news {
background-color:#80FF80;
font-weight:bold;
}

.big {
font-size:150%;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#header {
	clear:both;
	width: auto;
	min-height: 100px;
	margin: 10px 10px 2px 10px;
	background: #4B4B38 url(../images/header-bg.png) repeat-x left top;
}

#header h1 {
	color:#FFFFFF;
	font-size:300%;
	margin-left: 210px;
}

#header h2 {
	color:#FFFFFF;
	font-size:200%;
	margin-left: 210px;
}

#menu {
	clear:both;
	width: 100%;
	height: 55px;
	margin: 2px 0 0 auto;
	background: #51512A url(../images/menu-bg.png) repeat-x left bottom;
	overflow:hidden;
}

#menu ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	margin: 10px;;
	padding: 0px 8px 0 8px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #005000;
	background-color: #9BE19B;
}

#menu .active a {
	background-color: #005000;
}

#lang {
	clear:both;
	text-align:right;
	margin-right: 40px;
}

#content {
	margin: 10px 40px 10px 40px;
	clear:both;
}

#content h1 {
	font-size: 150%;
	text-align:center;
}

#content h2 {
	font-size: 125%;
	text-align:center;
}

#content h3 {
	font-size: 125%;
}

#footer {
	margin-top: 40px;
	font-size: 80%;
	text-align: center;
	clear:both;
}

#textrotator {
	width:75%;
	font-weight:bold; font-style:italic; font-size:120%;
	text-align:center;
	color:#008000;
	margin:1em auto 1em auto;
	clear:both;
}