body {
   background-image:url(/images/01.png);
   background-color:#1D1D1D;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:white;
}

#container{
   width:600px;
   float:left;
   clear:both;
}
#header{
   float:left;
   clear:both;
}
#menu{
   float:left;
   clear:left;
   width:120px;
}
#content{
   float:left;
   clear:right;
   width:470px;
}
#footer{
   padding-top:25px;
   margin-left: auto;
   margin-right: auto;
   width: 600px;
   height:100px;
   text-align:center;
   float:left;
   clear:both;
}

h2{
	font-size:13px;
}

img{
   border: 0px;
}

.code{
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}

.title{
   font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}

a.title:link{
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}
a.title:visited{
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
}
a:link {
	text-decoration: none;
	color: #177A93;
}
a:visited {
	text-decoration: none;
	color: #177A93;
}
a:hover {
	text-decoration: none;
	color: #0094AE;
}
a:active {
	text-decoration: none;
	color: #1B86A0;
}

.small{
	font-size:10px;
}
.comment{
	font-size:12px;
	font-style:italic;
	color:#A3A3A3;
}




.pagination{
   text-align:center;
}


li{
   margin-left : 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  padding-top: 0px;
}

ul ul {
  display: block;
  margin-left: 0px;
  padding-left: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul li {
  display: block;
  list-style-type: none;
  padding-left: 6px;
  background-image: url("/images/document.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

ul li a {
  text-decoration: none;
  cursor: pointer;
}

input{
	color:#FFFFFF;
	background-color: #333333;
	border: 1px thin #666666;
	margin: 2px;
}
textarea{
	color:#FFFFFF;
	background-color: #333333;
	border: 1px thin #666666;
	margin: 2px;
}