/* USS Deliverance CSS Code
Designed by Rosalind Wills (FSF Blackjack) */

*{
	margin: 0;
	padding: 0;
}

body
	{background: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial;
	font-size: 80%;}


/* LINK STUFF */

a:link,a:visited,a:active {color: #625c00;}
a:hover {color: #808080;}
	
	
/* CONTENT DIVS */

#content {
	text-align: justify;
	color: #808080;
	margin: auto;
	width: 800px;
}

#headerlink {
	height: 170px;
	width: 800px;
}

#headerlink a {
	display: block;
	height: 170px;
	width: 800px;
}

#menu {
	width: 700px;
	height: 43px;
	margin: 0px auto 20px;
}

#menu ul {
	list-style-type: none;
}

#menu span {
	display: none;
}

#menu .buttons {
	float: left;
}

#menu .buttons a {
	width: 175px;
	height: 43px;
	display: block;
}

#menu .buttons a:hover {
	background-position: 0 -43px;
}

#menu .buttons #home {
	background-image: url(images/home.jpg);
}

#menu .buttons #hist {
	background-image: url(images/history.jpg);
}

#menu .buttons #spec {
	background-image: url(images/specs.jpg);
}

#menu .buttons #rost {
	background-image: url(images/roster.jpg);
}

#menu .buttons #cont {
	background-image: url(images/contact.jpg);
}

#rightcon {
	border: 1px solid #808080;
	width: 700px;
	margin: 0 auto 20px;
	background-color: #000000;
	text-align: center;
	padding-bottom: 20px;
}

#rightcon ul {
	text-align: left;
	margin: 10px 40px 10px 60px;
}
	
#copyright {
	line-height: 40px;
	font-size: 80%;
	text-align: center;
	clear: both;
}
	

/* PARAGRAPHS */

#rightcon h1 {
	padding: 20px 0 10px;
	font-size: 150%;
	font-weight: normal;
	color: #625c00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcon h3 {
	font-weight: bold;
	color: #625c00;
	text-align: left;
	margin-left: 40px;
}

#rightcon p {
	text-align: justify;
	display: block;
	margin: 10px 40px;
}

span.gold {
	color: #625c00;
}

span#empty {
	display: none;
}

#rightcon p.center {
	text-align: center;
}

img {
	border: none;
}

#rightcon p.center img {
	border: 1px solid #808080;
}

