@charset "UTF-8";
/* CSS Document */

body {
	font-size: 0.7em;
}
#content {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
h1 {
	height: 227px;
	background-image: url(resources/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
h1 a {
	position: absolute;
	top: -999em;
}
#main {
	position: relative;
	width: 420px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}

#main h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 0.5em;
}
#main p {
	line-height: 1.3em;
	padding-bottom: 0.8em;
}
#main a  {
	color: #666;
}

#navigation , #news{
	position: relative;
	width: 180px;
	float: right;
	padding-bottom: 1em;
}
#navigation div , #news div{
	background-color: #EAEAEA;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#navigation div h2 , #news div h2{
	padding-bottom: 0.2em;
}
#news div p {
	padding-bottom: 1em;
}
#news div h3 a {
	color: #333;
	text-decoration: none;
}
#news a {
	color: #666;
	text-decoration: none;
}

#navigation img , #news img{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#navigation  a {
	color: #000;
	text-decoration: none;
}
#topnav {
	position: absolute;
	top: 187px;
	right: 0px;
	list-style-type: none;
	width: 620px;
}
#topnav ul li {
	float: left;
	position: relative;
	padding-right: 3em;
}
#topnav ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



#footer {
	position: relative;
	background-color: #CCC;
	clear: both;
	font-size: 0.85em;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2em;
	height: 2em;
	margin-left: 20px;
}
#footer a {
	font-weight: bold;
	color: #000;
}

