﻿body {
	background-image: url('images/sunburst.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #333399;
	font-family: Verdana, Arial, Helvetica;
}
.main {
	margin: 0 auto; 
	width: 750px;
}
.header {
	text-align: center;
}
.left {
	width: 150px;
	padding: 18px;
	padding-top: 1px;
	//background-color: hsla(0,20%,75%,0.75);
	background-color: #CFAFAF;
	filter:alpha(opacity=65);
	opacity: .65;
	float: left;
	font-size: 10pt;
}
.right {
	float: right;
	width: 540px;
	margin: 10px;
	color: white;
}
.contact {
}
.prices {
	font-family: impact;
	color: yellow;
}
.textbackground {
	background-color: maroon;
	padding: 18px;
	padding-top: 2px;
	width: 500px;
}
.floatleft {
	float: left;
	padding-right: 18px;
}
.floatright {
	float: right;
	padding-left: 18px;
}
.bighat {
	background-image: url('images/hat.png');
	background-repeat: no-repeat;
	background-position: 0px 135px;
	height: 450px;
}
.homepatch {
	background-image: url('images/yellow_hat.png');
	background-repeat: no-repeat;
	background-position: 0px 540px;
	height: 925px;
}
.shields {
	background-image: url('images/145.jpg');
	background-repeat: no-repeat;
	background-position: 0px 475px;
	height: 1000px;
}
.small {
  text-align: left;
  font-size: small;
  color: black;
  width: 200px;
  float: right;
}
h1, h2, h3, h4, h5 {
	color: yellow;
}
ul.noindent {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0px;
}
sup {
	font-size: 55%;
}
a {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
}
