@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-color:#0a0405;
	background-image:url(../images/greyhoneycomb.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; t /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
a:link {color:#333333;  font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none}

a:visited {color:#ffffff;  font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none} div 

 a:active {color:#ffffff;  font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none} 

 a:hover {text-decoration: none;  font-family:arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;color:#fff200;}
 
#outerwrapper { 
width:640px;
 height:760px;
 margin:auto;
 margin-top:50px;
 margin-bottom:50px;
 background-color:#0a0405;
 border:solid 1px;
  border-color:fff200;
 }


#wrapper { 
width:540px;
 height:660px;
 margin:auto;
 margin-top:50px;
 margin-bottom:50px;
 background-color:#333333;
 }
 
#heading {
margin:auto;
margin-bottom:20px;
width:480px;
height:300px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}

 
 #nav {
margin:20px;
margin-left:30px;
margin-right:30px;
width:480px;
height:20px;
background-color:#333333;
}

 #nav ul {
float:right;
text-decoration:none;
list-style-type:none;
}

 #nav li {
float:left;
text-decoration:none;
}


 
 #content {
margin:auto;
margin-top:0px;
margin-left:30px;
width:500px;
height:250px;
background-color:#333333;

}

 #contentleft {
 float:left;
width:340px;
height:250px;
background-color:#e3e8ea;

}

 #contentright {
  float:left;
  margin-left:20px;
width:120px;
height:250px;
background-color:#333333;

}



 #bottom {
clear:both;

}


 #contentrighttop {
margin-bottom:10px;
width:120px;
height:120px;
background-color:#e3e8ea;
}

 #contentrightbottom {
width:120px;
height:120px;
background-color:#e3e8ea;

}

 #contentleftinner {
width:320px;
height:230px;
margin:10px;
background-color:#e3e8ea;

}
