body {
	margin : 0;
	padding : 0;
	text-align : justify;
	background-color:#000000;
	font-family: Georgia, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	color: #c8c8c8;
	background: url('bg.jpg');
	background-repeat: repeat;
	overflow-x:hidden;
	}
/* ids, imgs */
img {
	background-color: #008f7c;
	padding: 5px;
	}
#header{
	position:absolute;
	top:0px;
	right:0px;
	width: 800px;
	height: 500px;
	background-color: transparent;
	padding:0px;
	border:0px;
	}
#header img{
	padding: 0px;
	}
#content {
	background: url('content-bg.jpg');
	background-repeat:repeat-y;
	background-position:right;
	position: absolute;
	top: 0px;
	right: 0px;
	}
#content p{
	padding-top:10px;
	padding-left:50px;
	}
#main{
	width:700px;
	padding-top:500px;
	padding-right:200px;
	}
#main p{
	padding-top:10px;
	width:500px;
	}
#stats{
	padding-left: 30px;
	padding-right: 150px;
	margin-left:25px;
	}
#skins {
	padding-left: 50px;
	padding-right: 50px;
	}
#skins p {
	width:500px;
	color: #000000;
	border-top: 15px solid #008f7c;
	padding: 10px;
	}
#footer {
	padding-left: 50px;
	padding-right: 50px;
	}
#footer p {
	text-align:center;
	width:500px;
	background-color: #000000;
	border-top: 15px solid #008f7c;
	padding: 10px;
	}
/* ul, li */
ul{
	padding: 0px 0px 5px 100px;
	}
ul li {
	padding: 10px 0px 0px 0px;
	list-style: url(bullet.gif);
	}
ol li{
	padding: 3px 0px;
	}
/* navigation */
#map{
	position:absolute;
	right: 900px;
	top:350px;
	}
#map img{
	padding: 0px;
	}
/* links */
a:link, a:active, a:visited{
	color:#53bdef;
	border-bottom:1px dotted #53bdef;
	text-decoration:none;
	}
a:hover {
	color:#a96a7b;
	border-bottom:1px dotted #a96a7b;
	text-decoration:none;
	}
/* text */
b, strong {
	color : #a96a7b;
	font-weight:bold;
	}
i, em {
	color : #f9d9b0;
	}
input, textarea, option, select, code {
	color: #d4d4d4;
	background-color: #000000;
	border: 1px solid #11517d;
	font-style:italic;
	}
code{
	padding-left: 15px;
	margin-left:45px;
	text-align: left;
	display: block;
	width:50%;
	border: 0px solid #ffffff;
	margin-left:100px;
	}
/* titles */
.title, h1{
	text-align: left;
	font-family: georgia, arial, sans-serif;
	font-style:italic;
	font-size: 28px;
	color: #53bdef;
	background-image:url(title-bg.jpg);
	background-repeat:no-repeat;
	width: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:50px;
	padding-left: 250px;
	line-height: 50px;
	text-transform: lowercase;
	}
.title2, h2{
	text-align: left;
	font-family: georgia, arial, sans-serif;
	font-style:italic;
	font-size: 18px;
	color: #f9d9b0;
	background-image:url(title2-bg.jpg);
	background-repeat:no-repeat;
	width: 90%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 150px;
	line-height: 30px;
	text-transform: lowercase;
	}
.title3, h3{
	text-align: left;
	font-family: georgia, arial, sans-serif;
	font-style:italic;
	font-size: 16px;
	color: #53bdef;
	border-bottom:2px solid #f9d9b0;
	width: 50%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 150px;
	line-height: 30px;
	text-transform: lowercase;
	}
/*codes*/
p.codes{
text-align:center;}
p.icons{
text-align:center;}
/*join form*/
fieldset {
 border: 0;
 margin: 0 0 12px 0;
 padding: 2px;
}

fieldset label {
 float: left;
 width: 25%;
}

fieldset input.input1, fieldset select, fieldset option, {
 float: left;
 margin: 0 1%;
 width: 48%;
}
fieldset legend {
width:80%;
font-weight:bold;
border-bottom: 1px solid #ffffff;
}