body { 
	background-attachment: scroll;
	background-color: black;
	background-image: url('../images/background.jpg');
	/*background-position: 10px 10px;*/
	background-repeat: no-repeat
}

img {
	border: 1px solid #808000;
}


p, li {
	color: white;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: smaller;
	margin-top:	1px;
	margin-bottom: 1px;
}

.slogan {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #f3f3f3;
	border-bottom: 2px #595959 solid;
	margin-top:	5px;
	margin-bottom: 30px;
}

.nav {
	font-style: normal;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	/*border-top: 3px #595959 solid;*/
	color: #808000;
	margin-top:	40px;
	font-size: xx-small;

}

.copy {
	font-style: italic;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #808000;
	font-size: xx-small;
}

h1, h2, h3, h4, h5, h6 {
	color: #808000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: right;
}

h1 {
	font-size: 	large;
	letter-spacing: .3em;
	font-style: normal;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	/*border-bottom: 3px #595959 solid;*/
	margin-bottom:	0px;
}

h2 {
	font-size: 	medium;
}

h3 {
	font-size: 	small;
}	

h6 {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 50px;
}	

a:link, a:visited, a:hover, a:active
{	
	text-decoration: none;
	color: #808000;
	/*color: black;*/
}

a:hover
{	
	text-decoration: underline;
}
