/* body */
body {
text-align :justify;
width: 100%;
font-family: Georgia, Tahoma, Verdana, Sans-Serif;
font-size : 11px;
line-height:14pt;
color: #959595;
background-image: url(bg.jpg);
background-repeat:repeat;
background-color:#eeeeee;
}
/* ids */ 
#content{
position: absolute;
left:0px;
top: 0px;
}
#header{
position: absolute;
left:0px;
top: 0px;
}
#main{
position: absolute;
left:275px;
top: 385px;
width: 600px;
padding: 5px;
}
#stats {
background-image:url(stats-bg.jpg);
background-repeat: repeat;
text-align:center;
width:450px;
height:120px;
margin: 20px 0px 0px 75px;
padding: 20px 0px 0px 5px;
border : 1px solid #ffffff;
}
#footer {
background-image:url(stats-bg.jpg);
text-align:center;
width: 100%;
margin: 0px 0px 0px 0px;
border-top: 5px solid #95bd5c;
}
p {
padding: 0px 5px 0px 5px;
}
/* ul, li */
ul{
padding: 0px 0px 5px 50px;
}
ul li {
padding: 10px 0px 0px 0px;
}
ol li{
padding: 3px 0px;
}
/* links */
a:link, a:active, a:visited{
color:#bbc15f;
border-bottom:1px dotted #bbc15f;
text-decoration:none;
}
a:hover {
color:#555555;
border-bottom:1px dotted #bbc15f;
text-decoration:none;
}
/* text */
b, strong {
color : #555555;
}
i, em {
color : #545c7c;
}
u {
color : #abd4ce;
}	
input, textarea, option, select, code {
font-family: Georgia, Tahoma, Verdana, Sans-Serif;
font-size : 11px;
font-style:italic;
border : 1px solid #ffffff;
background-image:url(stats-bg.jpg);
background-repeat:repeat;
color: #3b3b3b;
padding: 0px 0px 0px 10px;
}
code{
display: block;
width: 60%;
text-align:center;
margin: 0px 0px 20px 100px;
padding: 10px 5px 10px 5px;
}
/* titles */
.title, h1 {
text-align: left;
font-family:Georgia, Verdana, Tahoma, Sans-Serif;
font-size: 24px;
color:#bbc15f;
border-bottom:3px dotted #555555;
width: 95%; 
font-weight: bold;
padding: 10px 0px 0px 30px;
margin: 0px 0px 0px 0px;
letter-spacing: 5px;
font-style:italic;
line-height: 15px;
text-transform:lowercase;
}
.title2, h2 {
text-align:right;
font-family:Georgia, Verdana, Tahoma, Sans-Serif;
font-size: 18px;
color: #abd4ce;
border-bottom:2px dotted #555555;
width:100%;
font-weight: normal;
padding: 20px 0px 0px 0px;
margin: 0px 0px 0px 0px;
letter-spacing: 3px;
font-style:italic;
line-height: 12px;
text-transform:lowercase;
}
.title3, h3 {
text-align: left;
font-family:Georgia, Verdana, Tahoma, Sans-Serif;
font-size: 14px;
color: #95bd5c;
border-bottom:1px dotted #555555;
width:100%;
font-weight: bold;
padding: 20px 0px 0px 0px;
margin: 0px 0px 0px 0px;
letter-spacing: 3px;
font-style:italic;
line-height: 12px;
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:100%;
font-weight:bold;
border-bottom: 1px solid #ffffff;
}