/* core styles */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #000;
}

/* hacks */
img { vertical-align: bottom; }
a img { border: 0; }

/* site styles */
#container {
	width: 788px;
	margin: 30px auto;
}

#header {
	background: url(../images/template/top_bg.gif) repeat-x;
	height: 58px;
}

#header h1 {
	float: right;
	color: #ccc;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 18px 0px 0px;
}

#main {
	padding: 0px 19px 0px 19px;
	background-color: #dfdfdf;
	background-image: url(../images/template/content_bg.gif);
	background-repeat: repeat-y;
}

#right-nav {
	float: right;
	width: 100px;
	text-align: right;
}

#right-nav ul {
	list-style: none;
	margin-bottom: 5px;
}

#right-nav ul li {
	padding: 2px 0px;
}

#right-nav ul li a {
	display: block;
	color: #00f;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}

#right-nav ul li a:hover {
	text-decoration: underline;
}

#right-nav ul li a:visited {
	color: #00f;
}

#validators {
	text-align: right;	
}

#validators img {
	margin: 5px 0px;	
}

#content {
	border-right: 1px solid #000;
	width: 630px;
	min-height: 125px;
	font-size: .8em;
	padding: 0px 15px 0px 0px;
}

#footer {
	padding: 25px 10px 0px 10px;
	background: url(../images/template/bottom_bg.gif) top left no-repeat;
}

#copy {
	color: #fff;
	font-size: .7em;	
}

/* general classes */
.clear {
	clear: both;	
}

.clear-l {
	clear: left;	
}

.clear-r {
	clear: bright;	
}
