﻿body {
	background: #303 url(../images/bg_p.gif) repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}
#wrapper {
    background: #000;
    border:1px solid #fff;
    width:769px;
    margin:40px;
    margin-bottom: 0px;
    overflow:hidden;
}
a img { border:0px; }
#navigation
{
	background: #000;
	border-bottom: 1px solid #fff;
    padding-top:5px;
    margin: 13px 0px 0px 0px;
	height: 33px;
	overflow: hidden;
	font-weight: bold;
    font-size:105%;
	text-align: center;
	width: 100%;
}
#navigation img 
{
	margin-left:5px;
	margin-right:5px;
}
#navigation li {
    list-style-image: url(images/menu_separator.gif);
    float:left;
    margin: 9px 6px 0px 10px;
	text-align: center;
}
#navigation li.first {
    list-style-type:none;
    list-style-image:none;
	text-align: center;
}
#navigation a {
    color: #fff;
    text-decoration:none;
}
#navigation a:hover {
    text-decoration:underline;
}
#maillist {
    display: block;
    float: right;
}
#splash {
float:right;
clear:right;
}
#imageContainer {
	float: right;
	clear: right;
	width: 370px;
	height: 260px;
	overflow: visible;
	margin: 50px 0px 0px 0px;

}
#imageContainer img {
	position: absolute;
}
h1 {
    margin: 30px 0px 44px 55px;
}
h2 {
	color: #fff;
    padding-bottom: 5px;
    margin: 0px 0px 10px 55px;
}
h3 {
color: #fff;
font-size: 100%;
margin-bottom: 0px;
}
#news {
    color: #fff;
    width: 325px;
    padding:0px;
    margin-left: 55px;
    list-style-type:none;
}
#news li {
    margin-bottom: 12px;
}
#news a {
    color: #fff;
}
#footer {
	background: #000;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
    padding: 12px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
#footer a {
    color: #fff;
}
#footer span {
    float:left;
    margin-right: 25px;
}
