a:link    {
 text-decoration:  none;
 border-bottom:2px solid #000;
 color:#888;
 }
a:visited {
 text-decoration:  none;
 border-bottom:2px solid #000;
  color:#888;
 }
a:hover   {
 text-decoration:  none;
 border-bottom:4px solid #fff;
 color:#fff;
 }
a:active  {
 text-decoration:  none;
 border-bottom:2px solid #000;
  color:#888;
 }
 


body {
	background-color:#000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Frutiger,Myriad,Helvetica,"Helvetica Neue","Bitstream Vera Sans",sans-serif;
	font-size:12px;
	color:#fff;
}

#box	{
	margin:auto;
	padding:0;
	width:600px;
	}

#headbox	{
	margin:20px 0 40px 0;
	width:600px;
	height:491px;
	background-image:url('imgsrc/head1.jpg');
	}

.menu	{
	font-size:12px;
	margin: 0;
	padding:0;
	list-style-type:none;
	text-align:center;
	font-family: georgia,"Times New Roman",Times,"Bitstream Vera",serif;
	width:600px;
	}

.menu li	{
	margin:0 10px 0 10px;
	padding:0;
	display:inline;
	letter-spacing:.09em;
}
	
.rule	{
	width:600px;
	height:1px;
	margin:4px 0 4px 0;
	background-image:url('imgsrc/divider.jpg');
	}
	
#content	{
	width:600px;
	margin:40px 0 40px 0;
	padding:0;
	}

#copyright	{
	width:600px;
	margin:auto;
	margin: 50px auto 50px auto;
	font-size:10px;
	text-align:center;
	}
	
h2	{
	font-weight:normal;
	font-family: georgia,"Times New Roman",Times,"Bitstream Vera",serif;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
h3	{
	font-weight:normal;
	font-family: Verdana,Frutiger,Myriad,Helvetica,"Helvetica Neue","Bitstream Vera Sans",sans-serif;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	letter-spacing:.12em;
	}
	
img	{
	border:0;
	}
