body#mainpage{
	margin:0px;
	padding:0px;
}

div#showrail {
	text-align:center;
	clear:both;
	margin-top:10px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	width:660px;
	height:500px;
}

div.centerblock {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
}

div.centerblock#header{
	height:50px;
	margin-top: 30px;
}

div.centerblock#header ul{
	list-style-type:none;
	margin:0px;
	padding-top:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	color: #999;
}

div.centerblock#header img{
	float:left;
}

div.centerblock#header a{
	text-decoration:none;
	color:#666;
}

div.centerblock#content div.column {
	display:none;
	width:220px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	white-space:nowrap;
	margin-bottom:30px;
}

div.centerblock#content li a{
	text-decoration:none;
	color:#000;
}

div.centerblock#content li.link{
	text-align:right;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	cursor:pointer;
}

span.large{
	font-size:12px;
	font-weight:bold;
}

div.column ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#CCC;
}

li.secondary{
	display:none;
}
#mainpage #news #validators {
	width: 88px;
	margin-left: 20px;
	float: right;
	margin-top: 20px;
}

#mainpage #news #validators img{
	margin-bottom:10px;
}
#mainpage #news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 20px;
}

div#borderLeft,
div#borderRight,
div#borderTop,
div#borderBottom
{
	position:fixed;
}

div#borderLeft,
div#borderRight
{
	background-repeat:repeat-y;
	height:100%;
	top:0px;
	width:20px;
	margin:0px;
}

div#borderTop,
div#borderBottom
{
	left:100%;
	margin-left:-100%;
	background-repeat:repeat-x;
	height:20px;
	width:100%;
}

div#borderTop{
	background-image:url(grunge_border_top.png);
	top:0px;
}

div#borderRight{
	background-image:url(grunge_border_right.png);
	right:0px;
}

div#borderBottom{
	background-image:url(grunge_border_bottom.png);
	bottom:0px;
}

div#borderLeft{
	background-image:url(grunge_border_left.png);
	left:0px;
}
