body {
	margin:0px;
	font:normal 12px Georgia,serif;
	background:url(../bg-f4.png) repeat;
}
.wallpaper {
    background:url(../wallpaper.png) no-repeat scroll top center;
    min-height:1066px;
    margin-bottom:20px;
    z-index:-1;
}
.wrapper {
	width:901px;
	margin:auto;
	margin-top:20px;
	margin:bottom:20px;
}
.content {
	float:left;
	padding-left:20px;
	border-left:1px dotted #000000;
	width:780px;
}
.header {
	font-size:30px;
	font-weight:bold;
	padding:20px 0px;
}
.header .blank {
    text-decoration:none;
    color:#000000;
}
.topmenu {
	margin-bottom:20px;
}
.topmenu a {
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	width:70px;
	text-align:center;
	margin-right:10px;
}
.clear {
	clear:both;
}
.surround {
	border:2px solid #E6E6E6;
	background-color:#FFFFFF;
}
.surrounded {
    padding:10px;
}
.tl {
	background:transparent url(../corner-tl-f4.png) no-repeat scroll 0 0;
	margin-left:-2px;
	margin-top:-2px;
}
.tr {
	background:transparent url(../corner-tr-f4.png) no-repeat scroll 100% 0;
	margin-right:-2px;
}
.bl {
	background:transparent url(../corner-bl-f4.png) no-repeat scroll 0 100%;
	margin-bottom:-2px;
}
.br {
	background:transparent url(../corner-br-f4.png) no-repeat scroll 100% 100%;
}
.main {
	width:780px;
}
.text {
	width:100%;
}
h1 {
	margin:0px 0px 20px 0px;
	color:#D12E2E;
	border-bottom:1px solid #D12E2E;
}
h2 {
    color:#0D507A;
    font-size:16px;
    font-weight:bold;
    margin:0px;
    border-bottom:1px solid #0D507A;
}
a {
	color:#0D507A;
	text-decoration:underline;
}
a:hover {
	color:#D12E2E;
}
.footer {
	text-align:center;
	margin-top:20px;
	border-top:1px solid #000;
	padding:5px 0px 20px 0px;
}
p {
    margin:0px 0px 15px 0px;
}
#rsslink {
    position:relative;
    top:-20px;
    left:20px;
}
#rsslink img {
    border:none;
}
