@charset "UTF-8";
/* Rogue Planet Games, created February 2010 */

/* Layout */

body {
	background: url(img/bg_main.jpg) top center scroll no-repeat #000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
	text-align:justify;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#sidebar {
	width: 250px;
	margin-top: 200px;
	float: left;
}
#sidebarTxt {
	width: 200px;
	text-align: right;
	margin: 10px 0 0 26px;
	color: #666;
}
#content {
	width: 750px;
	min-height: 565px;
	margin-top: 235px;
	float: right;
	background: url(img/bg_content.png) top left scroll no-repeat;
}
#contentTxt {
	width: 685px;
	margin: 32px 26px 0 32px;
}
#banner {
	width: 750px;
	height: 325px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Text */

p {
	margin-top: 0;
	padding-top: 0;
}

/* Links */

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #71bbff;
}
a:active {
	text-decoration: none;
	color: #999;
}



