/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #366283 url(../img/bg.gif) repeat-x;
	color: #fff;
}	

#container{
	width: 750px;
	margin: 20px auto 0;
	position: relative;
}

#header{
	height: 122px;
	width: 750px;
	background: url(../img/header.gif) no-repeat;
	position: relative;
	margin: 0 0 17px 0;
}
#header .vcard {
	color: #fff;
	position: absolute;
	right: 21px;
	top: 13px;
}
#header .fn, #header .role {
	display: none;
}
abbr {
	border: none;
	text-decoration: none;
}
#content {
	margin: 15px 0 0;
	padding: 0;
}
#content p {
	margin: 0 0 15px;
}
#rss {
	width: 414px;
	background: #fff;
	float: left;
	color: #0f2d45;
}
#rss h2 {
	width: 414px;
	height: 32px;
	color: #fff;
	background: url(../img/rssbg.gif) no-repeat;
	margin: 0;
	text-indent: -9999em;
}
#rss dl{
	padding: 0 0 10px 10px;
}
#rss dl dt{
	margin: 5px 0 0 0;
	font-weight: bold;
}
#rss dl dd{
	background: url(../img/arrow.gif) no-repeat 0 4px;
	text-indent: 10px;
	display: block;
}
#rss dl dd a{
	color: #0f2d45;
	text-decoration: none;}
#rss dl dd a:hover{
	color: #0f2d45;
	background: url(../img/arrow.gif) no-repeat 0 4px;
	text-indent: 10px;
	display: block;
	text-decoration: underline;
}
#contact {
	width: 320px;
	float: right;
	margin: 0;
	color: #0f2d45;
	background: #fff;
}
#contact h2{
	width: 321px;
	height: 32px;
	background: url(../img/contactbg.gif) no-repeat;
	text-indent: -9999em;
}
#contact legend {
	display: none;
}
#contact label {
	margin: 0 4px 0 0px;
	padding: 0;
	float: left;
	display: block;
}
#contact input {
	display: block;
	margin: 0;
	padding: 0;
}
#contact #submit {
	float: right;
	margin: 5px 3px 10px 0;
	padding: 0;
}
#error{
	padding: 10px;
}
#succes{
	padding: 10px;
}
#error a{
	color: #0f2d45;
}
fieldset {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0 10px;
	border: none;
}