/* CSS base provided as open source by Victor Presson  */
* {
	margin: 0;
	padding: 0;
}
a {	
	font-size: 1.2em;
	color: #FF7700;
}
a:hover {
	font-size: 1.2em;
	color: #E1822F;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	color: #496B6B;
	font: normal 65% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #0066CC;
	padding-top: 6px;
}
.clearer {
	clear: both;
}
.container {
	background: url(img/topleft.gif) no-repeat;
}
.header {
	height: 90px;
}
.title {
	float: left;
	padding: 20px 0 0 80px;
}
.title h1 {
	color: #FFFFFF;
	font: normal 2em Verdana,sans-serif;
}
.navigation {
	margin-left: 25px;
	padding: 0 16px;
	float: left;
	height: 90px;

}
.navigation a {
	color: #FFFFFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}