* { box-sizing: border-box;}

body {background-color: #000000;
		background-image: linear-gradient(to bottom, #FFFFFF, #000000);
		color: #666666;
		font-family: Helvetica, Arial, sans-serif;}
		
#wrapper {width: 80%;
		margin: auto;
		background-image: linear-gradient;
		background-color:#FF7F7F;
		min-width: 960px;
		max-width: 2048px;
		border: 1px solid #000033;
		box-shadow: 3px 3px 3px #333333;}
		
header {background-color: #8B0000;
		color: #FFFFFF;
		background-image: url(head_picture.gif);
		background-position: right;
		background-repeat: no-repeat;
		background-size: 20% 100%;
		text-align: center;
		height: 120px;
		padding: 30px 0 0 3em;
		text-align: center;
		padding-top: 15px;}
		
main {padding: 1px 20px 20px 20px;
	background-color: #FFFFFF;
	margin-left: 160px;
	display: block;
	overflow: auto;
	display: block;}
	
nav {font-size: 120%;
	padding: 1.5em;
	font-weight: bold;
	width: 160px;
	float: left;}
	
nav a {text-decoration: none;}


nav a:visited{
	color: #A52A2A;}
	
nav a:hover{
	color: #FFFFFF;}

nav ul{
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	font-size: 1.6em;}
		
header a{
	text-decoration: none;
	color: #FFFFFF;}
	
header a:link{
	color: #FFFFFF;}
	
header a:visited{
	color: #FFFFFF;}
	
header a:hover{
	color: #90C7E3;}
	
h1 {margin-bottom: 0;
		font-family: Georgia, Time-New-Roman, serif;
		padding: 15px;
		font-size: 3em;
		letter-spacing: 0.25em;
		margin-top: 0;
		text-shadow: 2px 2px black;}

h2 {color: #ef0d50;
		font-family: serif;
		text-shadow: 1px 1px 0 #CCCCCC;}

main ul {list-style-image: url(spider.png);}

.spider{color: #FF7F7F;
		font-weight: bold;}
		
#home_page {
  height: 300px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#home_page {
	background-image: url(black_suit.gif);
	height: 290px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 160px;
}

footer {background-color: #FFFFFF;
		font-size: 75%;
		font-style: italic;
		text-align: center;
		font-family: Georgia, Time-New-Roman, serif;
		padding: 2em;
		margin-left: 160px;}