a	{
	font-family:times,"times new roman",garamond,serif;
	text-transform:uppercase;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #B4ADAD;
  font-family:times,"times new roman",garamond,serif;
  }
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #B4ADAD;
  }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration: underline;
  color:            #B4ADAD;
  }
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color:	          #B4ADAD;
  }
  
  
#completionpromo	{
	width:274px;
	height:273px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

img {border:0;}
	
body  {
	background-color:#000;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:frutiger,tahoma,verdana,bistream vera sans,sans-serif;
	font-size:12px;
}
  
#mainbox1 {
	margin:auto;
	padding:0;
	position:relative;
	width:900px;
	background-color:#0E0E0E;
	}
	
#header	{
	border:0;
  margin:0;
  padding:0;
  background-image:url('imgsrc/header.jpg');
  position:relative;
  width:900px;
  height:315px;
}

#menu	{
	border:1px solid #515151;
	border-width: 1px 0 1px 0;
	background-color:#1C0706;
	width:100%;
	margin:0;
	padding:8px 0 8px 0;
	text-align:center;
	font-size:18px;
}
	

#content	{
	position:relative;
  margin:20px;
  padding:0;
  width:860px;
  }
  
.horizontal	{
	text-align:center;
  padding:0;
  padding-bottom:10px;
  margin:0;
  }
  
.horizontal	li {
	list-style-type: none;
  display:inline;
  padding-right:2px;
  padding-left:2px;
  }
  
#copyright	{
	margin:auto;
  border:0;
  padding:20px;
  width:600px;
  text-align:center;
  }
  
.quote	{
	padding: 0 120px 0 120px;
  font-style:italic;
  }
  
.antiquote	{
	font-style:normal;
  }
  
.stars	{
	position:relative;
	font-size:20px;
  font-weight:bold;
  text-align:center;
  }
  
h1	{
	font-size:20px;
  font-weight:bold;
  margin:0;
  padding:0;
  }
  
h2	{
	font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
  }
