p, font, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	}
	
p.copy {
	width: 462px;
	
	}
	
p.footer {
	padding-bottom: 20px;
	}

body {
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #4a0004;
	margin: 0px;
}

#right1 {
	background-image: url(images/right1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	
#right2 {
	background-image: url(images/right2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
 
#middle2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}
 
#footer {
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.copy {
	padding-left: 30px;
	padding-right: 30px;
	}

.copy2 {
	padding-left: 30px;
	}


.big {
	font-size: 18px;
	}
	
.header {
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
* A:link {text-decoration: none; color:white;}
* A:visited {text-decoration: none; color:#fff;}
* A:active {text-decoration: none; color:white;}
* A:hover {text-decoration: underline; color:white;}


