body {
	height: 100%;
	background-color: #212121;
	background-image: url(images/skin/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

.navbar {
	height: 97%;
	width: 160px;
	background-color: #fff;
	background-image: url(images/skin/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border: 2px #000 solid;
	float: left;
	vertical-align: middle;
	position: fixed;
	margin-bottom: 8px;
	-moz-border-radius: 20px;
}

.navbartop {
	width: 136px;
	text-align: center;
	padding: 4px;
	float: left;
	position: fixed;
	margin: 8px;
	font-size: 10px;
}

.footerfloat {
	float: left;
	text-align: left;
	font-size: 9px;
}

.footer {
	width: 98%;
	text-align: right;
	padding: 8px;
	font-size: 9px;
}

.navbartopalert {
	width: 132px;
	background-color: #eebcbc;
	border: 2px #e06060 solid;
	padding: 4px;
	float: left;
	position: fixed;
	margin: 8px;
	font-size: 10px;
}

.navbar ul {
	width: 160px;
	display: block;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	position: absolute;
	bottom: 45%;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}

.navbar li a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	margin-left: 30px;
	padding-left: 30px;
	text-decoration: none;
}

.navbar li a:hover {
	color: #000;
}

.navbar li a span {
	color: #000;
}

.affbar {
	width: 88px;
	background-color: none;
	float: right;
}

.affbar img {
	margin-bottom: 4px;
}

.main {
	background-color: #fff;
	border: 2px #000 solid;
	text-align: left;
	margin-left: 172px;
	margin-right: 92px;
	margin-bottom: 8px;
	-moz-border-radius: 20px;
}

.main img {
	border: 1px solid #000;
}

.title {
	background-color: #000;
	background-image: url(images/skin/titlebg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #fff;
	padding: 4px;
	margin: 4px;
}

.content {
	padding: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 16px;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #000;
}

img {
	border: 0px;
}

h2 {
	padding-left: 4px;
}
