body {background-color : #0a0a0a;
      background-image: url('bottom.png');
      background-repeat: repeat-x;
      background-position: bottom left;
      font-family : Verdana;
      font-size : 12px;}

#wrapper {width: 520px;
	  height: auto;
          margin-right: auto;
          margin-left: auto;}

#header {width: 520px;
	height: 160px;
	background-image: url(head.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;}

#menu {background-color: #0a0a0a;
       width: 210px;
       height: 28px;
       font-size : 22px;
       text-align: left;
       margin-top: -28px;}
       
div#menu a {text-decoration: none;	
            color: #8b386f;}
            
div#menu a:hover {color: #ff00aa;}
      
#content {background-color : #000;
	  color : #fff;
       	  border: solid 1px #8b386f;
       	  /*border: solid 1px #ff00aa;*/
       	  width: 520px;
       	  min-height: 480px;
       	  margin-top: 20px;
       	  margin-bottom: 10px;
	  padding-bottom: 10px;
       	  margin-left: auto;
       	  margin-right: auto;}

#content p {margin-left: 20px;
            margin-right:20px;}
#content h3{color: #ff00aa;
	    margin-left: 20px;
            margin-right:20px;}

#content pre {margin-left: 20px;
            margin-right:20px;}

#content img {margin-left: auto;
	      display: block;
	      width: 480px;
       	      margin-right: auto;}

#content input {background-color: #0a0a0a;
	     color: #ff00aa;
	     width: 158px;
	     height: 22px;
             font-size : 16px;
	     margin-top: 10px;
	     margin-left: 20px;}

.comment {font-style: italic;}

#searchform fieldset { border: none; }
#searchform label { font-size: 14px; color: #00ff00; font-weight: bold; text-transform: uppercase; margin: 4px 5px 0 0; float: left; }
#searchform #s { border: 2px solid #CCC; padding: 2px 5px; font-size: 16px; color: #ff00aa; float: left; }
#searchform #searchsubmit { margin: 16px 0 0 5px; height: 14px; width: 16px; }

input#button {width: 30px;
	      height: 22px;
	      background-color: #181818;
	      margin-left: 6px;}

#footer {width: 520px;
	 height: 18px;
	 background-color: #000;
	 color: #fff;
	 text-align: center;
	 border: 1px solid #8b386f;}

a:link {
color : #8b386f;
text-decoration : none;
}
a:active {
color : #ffffff;
text-decoration : none;
}
a:visited {
color : #ffffff;
text-decoration : none;
}
a:hover {
color : #FF00aa;
text-decoration : none;
}
