* {
padding: 0;
margin: 0;
}

body {
text-align: center;
background: #222 url('../images/bg.jpg') fixed repeat center center;
font-family: arial;
font-size: 13px;
color: #fff;
}

p {
line-height: 170%;
}

p.center {
text-align: center;
}

img {border: none;}

img.right {
width: 175px;
}

a {
color: #edabdb;
text-decoration: none;
padding-bottom: 2px;
border-bottom: solid 2px #333;
}

a:hover {
color: #b92c9b;
}

#wrapper {
width: 740px;
margin: 0 auto;
text-align: left;
}

a.myspace {
display: block;
width: 740px;
margin: 10px;
text-align: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-decoration: none;
border: none;
}

a.myspace:hover {
color: #b92c9b;
}

#head {
width: 740px;
height: 185px;
background: #222 url('../images/logox.jpg') no-repeat center center;
border: solid 5px #b92c9b;
padding: 5px;
}

#head h1, #head h2 {
display: none;
}

/************************ FOR WARNING PAGE ************************/

#warninghead {
width: 740px;
height: 185px;
background: #222 url('../images/logo.jpg') no-repeat center center;
border: solid 5px #b92c9b;
padding: 5px;
}

#warninghead h1, #warninghead h2 {
display: none;
}

#warningcontent {
margin: 20px 0;
text-align: center;
}

#warningcontent h1 {
margin: 5px 0;
font-size: 20px;
color: #b92c9b;
}

#warningcontent h2 {
margin: 5px 0 10px 0;
font-size: 17px;
color: #edabdb;
}

#warningcontent h3 {
font-size: 14px;
color: #edabdb;
}

#warningcontent p.warning {
width: 600px;
height: 200px;
margin: 20px auto;
overflow: auto;
padding: 10px;
text-align: left;
color: #fff;
border: solid 3px #444;
background-color: #222;
}

#warningcontent p.warning2 {
margin: 10px 0;
color: #666;
}

#warningcontent ul {
list-style: none;
text-align: center;
margin: 0 205px;
padding: 20px 0 50px 0;
}

#warningcontent ul li {
float: left;
width: 200px;
}

#warningcontent ul li a {
padding-bottom: 1px;
font-size: 30px;
font-size: bold;
color: #444;
text-decoration: none;
border-bottom: solid 2px #edabdb;
}

#warningcontent ul li a:hover {
color: #fff;
border-bottom: solid 2px #b92c9b;
}

/************************ END WARNING PAGE ************************/

#nav ul {
width: 740px;
list-style: none;
margin: 15px 0;
}

#nav ul li {
float: left;
text-align: center;
display: inline;
width: 140px;
}

#nav ul li a {
padding-bottom: 3px;
font-weight: bold;
font-size: 16px;
color: #444;
text-decoration: underline;
border-bottom: solid 2px #edabdb;
}


#nav ul li a:hover, #nav ul li a.active {
color: #fff;
border-bottom: solid 2px #b92c9b;
}

#content {
margin-top: 45px;
}

#content h1 {
margin: 5px 0;
font-size: 20px;
color: #b92c9b;
}

#content h2 {
margin: 5px 0 10px 0;
font-size: 17px;
color: #edabdb;
}

#content h2.updates {
margin: 30px 0 10px 0;
}

#content h3 {
padding-top: 10px;
font-size: 14px;
color: #edabdb;
}

#content ul.subsections {
list-style: none;
margin: 10px 0 10px 30px;
}

#content ul.subsections li {
margin: 15px 0 0 10px;
font-size: 16px;
font-weight: bold;
}

#content ul.subsections li.desc {
margin: 5px 0 0 0;
color: #666;
font-size: 14px;
font-weight: normal;
}

#content ul.stats {
list-style: none;
margin: 10px 0 10px 30px;
}

#content ul.stats li {
margin: 5px 0 0 0;
}

#content ul.stats strong {
padding-right: 3px;
color: #666;
}

#content p {
margin: 10px 0;
}

#content p.center img {
padding: 3px;
border: solid 3px #333;
margin: 5px;
}

#floatright {visibility: hidden;}

#floatright {
width: 200px;
float: right;
margin: 20px 0 20px 20px;
padding: 10px;
border: solid 5px #b92c9b;
text-align: center;
}

#floatright h1 {
margin: 5px 0;
font-size: 14px;
color: #b92c9b;
}

#floatright h2 {
font-size: 12px;
color: #666;
}

#floatright p {
margin: 7px 0;
text-align: left;
}

#floatright img {
padding: 3px;
border: solid 3px #333;
}

#footer {
clear: both;
padding: 20px 0;
text-align: center;
color: #666;
font-size: 13px;
}