body {background-color: #c0c0c0;
	  font-family: "Silkscreen";
      font-size: 9px;
	  margin: 0px;
	  padding: 0px;}

@font-face {font-family: "Silkscreen";
    		src: url(slkscr.ttf);}


#topline {width: 100%;
		  height: 8px;
		  background-image: url('stripe.gif');
		  /*background-color: #424242;*/}

#headline {margin: 80px auto;
		   /*padding-left: 80px;*/
		   margin-bottom: 0px;
		   text-shadow: #8972B6 3px 3px 5px;
		   width: 360px;
		   /*background-color: #ff0000;*/
		   font-size: 60px;
		   color: #808080;
		   /*text-transform: uppercase;*/}

#wrapper {width: 860px;
		  /*background-color: #ff0000;*/
		  height: auto;
		  margin: -2px auto;}


#content {width: 360px;
		  font-size: 9px;
		  color: #1c1c1c;	
		  background-color: #999;
		  border: 2px solid #333;
		  border-top-color: #777;
		  border-left-color: #777;
		  height: 520px;
		  margin: 0px auto;}

#content p {padding: 10px;
			text-decoration: underline;}

#content a {text-decoration: none;}

#navlist {width: 188px;
		  margin-left: 88px;}

#navlist img {border: 2px solid #c0c0c0;
			  display:block;
			  margin-top: 10px;
			  margin-left: auto;
		      margin-right: auto;}

a:link    {color: #E1E3E6; text-decoration: none;}
a:active  {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover   {color: #DCCAFF; text-decoration: none;}

