* {margin: 0; padding: 0;}

body {
  font-family: Times New Roman, Arial, Serif; 
  color:#B3B3B3;
  font-size: 16px; 
  text-align: center;
  background: #000;
  background-image:url(img/Back2.jpg);
  margin: 0px;
  padding:5px;
	}

p { padding: 0.5em; }
a:link, a:visited, a:active  {color: #B3B3B3; text-decoration: none; }
a:hover { color: #B3B3B3; text-decoration: none; }
h1 { text-align:center; font-weight:bold; font-size:22px;}
.chat { text-align:center; margin-top:10px;}
.text { margin-top:10px; padding-left: 10px;}
.text2 { text-align:left; padding-left: 30px; }
.rules{ text-align:center; margin-top:10px;}
.bold { font-weight:bold; }
.center {text-align: center;}

.rules ul { list-style:none; padding: 10px; margin: 0px; }
.rules li { margin-top: 5px; text-align: left; padding: 5px; }

div.centered 
{text-align: center;}
div.centered table 
{margin: 0 auto;}

img {border: 0px;}

#wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  background-color:#000000;
  text-align: left;
  border: 1px solid #B3B3B3;
}

#header {
  height: 277px;
  border-bottom: 0px solid #B3B3B3;
  background-image:url(img/Header.jpg);
  clear: both;
}

#menu_bar {
  margin:0px;
  padding:0px;
  height:48px;
  clear:both;
}


#content_wrapper { 
background-color:#000000; 
margin-top:10px; 
margin-left:5px; 
margin-right:5px; 
}

#content { 
background-color:#000000; 
margin-left:155px; 
margin-right:155px; 
min-height:1200px;
}

* html #content { 
height:1200px; 
}


#left_side { 
background-color:#000000; 
float: left; 
width:150px; 
padding-bottom:10px; 
}

#right_side { 
background-color:#000000; 
float: right; 
width:150px; 
padding-bottom:10px; 
}

#footer { 
clear: both;
padding-top:3em; 
}


