body {
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}

iframe {
	border: 1px solid #FFF;
}

img.floatLeft {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000;
}

#wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #top {
}
#wrapper #logo {
	height: 217px;
	background-image: url(../images/headerlogo.jpg);
	border:none;
	background-repeat:no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #links {
	height: 35px;
	background-color: #FFF;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #links ul{
}
#wrapper #links li  {
	display: inline;
}
#wrapper #links li a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	margin-right: 20px;
}
#wrapper #links li a:hover {
	color: #333;
}
#wrapper #main {
	color: #333;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#wrapper #main ul {
	list-style-position: inside;
	list-style-type: disc;
}
#wrapper #main h1 {
	font-size: 24px;
	color: #600;
	margin: 0px;
	padding: 0px;
}
#wrapper #main h2 {
	font-size: 18px;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #main h5 {
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
#wrapper #main h6 {
	font-size: 12px;
	color: #666;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#wrapper #main a {
	text-transform: none;
	text-decoration: none;
	color: #900;
}
#wrapper #main #quotes {
	float: right;
	height: 140px;
	width: 400px;
	font-style: italic;
	font-variant: normal;
	font-weight: lighter;
	font-size: small;
	text-align: center;
	padding: 10px;
}
#wrapper #main #merch a{
	text-decoration: none;
}
#wrapper #main a visited {
	text-transform: none;
	text-decoration: none;
}
#wrapper #main img {
	text-decoration: none;
	text-transform: none;
	color: #FFF;
}
#wrapper #main #merchimg img{
	text-transform: none;
	text-decoration: none;
	border: 2px solid #000;
}
#wrapper #main #merch {
	background-color: #FFF;
	float: right;
	width: 750px;
}
#wrapper #footer {
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	clear: both;
}
#wrapper #main table {
}
