#wrapper {
	width: 800px;
	border: 2px solid black;
	margin: auto;
	min-height: 600px;
	background-color:#601701;
	clear:both;
}

body {
	background-color:#014E66;
	background-image:url('images/backgroundfade.png');
	background-position:center;
	background-repeat:repeat-y;
}

#banner {
	width: 598px;
	position: relative;
	
	float: right;
	min-height: 277px;
	border-left:2px solid black;
	border-bottom:2px solid black;
}

#navbar {
	float:bottom;
	}


#logo {
	width:200px;
	margin: 0;
	padding: 0;
	min-height: 277px;
	position: relative;
	float: left;
	background-image:url('images/headerpic.png');
	border-bottom:2px solid black;
}
#header {
	width:800px;
	
	margin:auto;
	position: relative;
	clear: both;
	
}

#nav {
	background-image:url('images/navbar.png');
	min-height:66px;
	width:598px;
	}
	
#link a:link	{
	color:black;
	text-decoration:none;
	}
#link a:visited	{
	color:black;
	text-decoration:none;
	}
#link a:hover {
	color:white;
	text-decoration:none;
	}
	
#link1 a:link	{
	color:white;
	text-decoration:none;
	}
#link1 a:visited	{
	color:white;
	text-decoration:none;
	}
#link1 a:hover {
	color:white;
	text-decoration:none;
	}

#link {
	float:left;
	padding:15px;
	font-family:calibri;
	font-size:20px;
	margin-top:7px;
	font-weight:bold;
	}
	
#link1{
	float:left;
	padding:15px;
	font-family:calibri;
	font-size:20px;
	margin-top:7px;
	font-weight:bold;
	}
	
#amazon {
	float:right;
	margin:10px;
	
}

#content {
	clear:both;
	}

#cover {
	min-height:458px;
	
	}

p,h2,h1 {
	color:white;
	font-family:calibri;
}

#footer {
	font-size:11px;
	margin:auto;
	width:500px;
	text-align:center;
	}

h1.fronttext{
	padding-top:15px;
	padding-left:20px;
	
	margin:0;
	}

h1.fronttext2{
	padding-top:15px;
	padding-left:20px;
	margin:0 auto;
	text-align:right;

}	

h2.fronttext{
	padding-top:15px;
	padding-left:20px;
	
	margin:0;
	}
	
p.fronttext{
	margin:20px;
	}
	
p.fronttext2{
	margin:20px;
	text-align:center;
	}
	


#buy {
	border:1px solid black;
	padding:10px;
	margin:10px;
	width:400px;
	margin:auto;
	
	}
	
p.boldtext {
		font-size:20px;
		font-family:calibri;
		width:450px;
		margin:auto;
		text-align:center;
		margin-bottom:5px;
		padding-top:20px;
		}
	
p a:link {
	color:silver;
	text-decoration:none;
	}

p a:visited {
	color:silver;
	text-decoration:none;
	}
	
p a:hover {
	text-decoration:underline;
	color:silver;
	}
	
#contactform {
	width:650px;
	margin:auto;
	}
	
#newspart {
float:center;
}

#twitter{
	float:right;
	width:178px;
	margin-right:80px;
	}
