body
{
	background: black url(../images/system/bg.jpg) no-repeat fixed center top;
	color: #fff;
}

div.mainframe
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.banner
{
	width: 100%;
	min-height: 90px;
	margin-bottom: 20px;
}

div.rightcol
{
	float: right;
	width: 550px;
}

div.leftcol
{
	float: left;
	width: 320px;
}

div.rightcol
, div.leftcol
{/*
	border: 1px solid grey;
*/}

div.block
{
	padding: 20px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: small;
}

div.blocktitle
{
	color: #008465;
	font-weight: bold;
	font-size: x-small;
	padding: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div.block
, div.blocktitle
{
	background: rgba(17,17,17,0.7);
	border-bottom: 1px solid #222;
}

div.topmenu
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #008465 url(../images/system/biggreengrad.png) repeat-x;
	font-size: 1.3em;
}

div.content
{
	width: 430px;
	float: right;
}

div.marking
{
	width: 120px;
	float: left;
}

div.thumbs, p.thumbs
{
	float: left;
	margin: 0px;
	line-height: 0em;
}

img.imageontop
{
	position: relative;
	bottom: 18px;
	right: 5px;
}

.shadow
{
	text-shadow: rgba(0,0,0,0.7) 1px 1px 2px;
}

.marker
{
	color: #008465;
}

.bold
{
	font-weight: bolder;	
}

.vertcenter
{
	position: relative;
	vertical-align: middle;
}

.small
{
	font-size: small;
}

.huge
{
	font-size: 3.5em;
	color: #008465;
	line-height: normal;
	font-weight: bolder;
}

.head
{
	font-size: 2.2em;
	color: #008465;
	line-height: normal;
	margin: 5px 0px;
}

.topmenu a
{
	font: inherit;
	font-size: inherit;
	font-family: inherit;
	color: #fff;
}
