@charset "UTF-8";
body {
	background:url(../images/background.png) repeat;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ffd9d9;
}
.content-base {
	background:url(../images/content-base.png) repeat;
	min-width:772px;
	max-width:772px;
	margin:0 auto 0 auto;
}
.header {
	background:url(../images/header.png) no-repeat;
	height:160px;
}
.header-top {
	height:134px;
}
.url-sourceforge-xvst {
	font-size:11px;
	color:#cfe7ff;
	position:relative;
	left:372px;
	top:94px;
	text-shadow:#333 1px 1px 2px;
	text-decoration:none;
}
.header-current-section {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	float:left;
	padding:1px 0px 0px 5px;
	text-shadow:#333 1px 1px 2px;
	text-transform:uppercase;
}
.header-current-flags {
	float:right;
}
.header-current-author {
	font-size:12px;
	font-weight:400;
	color:#aac7e5;
	float:right;
	padding:5px 5px 0px 28px;
	text-shadow:#333 1px 1px 2px;
	font-weight:bold;
}
.menu {
	height:43px;
	margin-top:0px;
}
.menu-left {
	background:url(../images/menu/menu-left.png) no-repeat;
	width:22px;
}
.menu-content {
	background:url(../images/menu/menu-center.png) repeat-x;
	padding:0px 2px 0px 2px;
}
.menu-right {
	background:url(../images/menu/menu-right.png) no-repeat;
	width:22px;
}
.menu-current {
	color:#ffa800;
}
.menu a {
	color:#fff;
	text-decoration:none;
}
.menu a:hover {
	color:#ffa800;
	text-decoration:underline;
}
.content-block {
	margin-left:6px;
	text-align:left;
	width:761px;
}
.content-block-top {
	background:url(../images/content/content-block-top.png) no-repeat;
	height:50px;
	padding-left:25px;
	padding-top:5px;
}
.content-block-center {
	background:url(../images/content/content-block-center.png) repeat-y;
	padding:0px 35px 0px 35px;
}
.content-block-bottom {
	background:url(../images/content/content-block-bottom.png) no-repeat;
	height:22px;
}
.content-block-top p {
	color:#a7f8ff;
	font-size:18px;
	font-weight:normal;
}
.content-block a{
	color:#ffc600;
	text-decoration:none;
}
.content-block a:hover{
	color:silver;
	text-decoration:underline;
}
.footer{
	color:#e6d4d4;
	font-size:12px;
	border:0px;
}
.go-menu{
	font-size:11px;
}