body{
  background: #000000;
  color: #2B2B2B;
  margin: 0;
  font-family: arial, times, Times, georgia, serif;
  text-align: center;
}

ul
{
list-style: none;
padding: 0;
}

a { text-decoration: none; color: #333; border-bottom: 1px dashed #333; }
a:hover {border-bottom: 1px dashed #808080; color: #808080; }

#container{
  margin: auto;
  width: 750px;
  border: #050505 1px solid;
  background: #333;
  text-align: left;
}

#head{
  margin: 0;
  padding: 6px 0px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  word-spacing: 5px;
  width: 100%;
  background: #252525;
}

#content{
  border: 4px solid #cfcfcf;
  background: #fff;
  padding: 10px;
  position: relative;
  float: left;
  width: 554px;
}

#content div{
  background: #ffffff;
   }

#content h1, #content h2{
    color: #000;
  	letter-spacing: -1px;
	font-size: 22px;
	line-height: 10px;
	padding: 2px;
	margin: 0px;
	font-weight: 500;
}

#content li {
	margin:0 0 0 0;
	border-bottom:1px solid #F0ede3;
	border-left: 6px solid #6abc21;
	padding:0 0 5px 20px;
	list-style:none;
	color:#999;
}

#content a { text-decoration: none; color: #6ABC21; border-bottom: 1px dashed #6ABC21; }
#content a:hover {border-bottom: 1px dashed #333; color: #333; }

#right {
	float: right;
	background: #333;
	width: 160px;
	color: #fff;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}


#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 20px;
background: #333;
text-decoration: none;
color: #61bc21;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #61bc21;
}

#list-menu a:hover {
background: #333;
border-left: 0px solid #333;
color: #ffffff;
}

#footer {
	background: #252525;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}

#footer a{
  color: #cccccc;
}
