@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bkgd-topper.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #c41230;
	color: white;
	font: small Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 95%;
}
#topnav {
	text-align: right;
	height: 65px;
}
#topper {
	margin: 0;
	height: 125px;
	text-align: right;
}
#leftcolumn {
	margin: 0;
	width: 480px;
	float: left;
}
#rightcolumn {
	margin: 0 0 0 505px;
	width: 295px;
}
#footer {
	clear: both;
	background-image: url(images/bkgd-bottomcap.jpg);
	background-repeat: no-repeat;
	padding: 100px 0 0 0;
	color: #e18e11;
}

/* --------------------- Areas ---------------------- */

#logo {
	float: left;
}
#contact {
	border-top: 1px solid #e08584;
	background-image: url(images/contactglow.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}
#contact p {
	margin: 7px 0;
	padding: 0;
}
#topper img.adbutton {
	padding: 0 0 0 0;
}
#VIPForm {
	background-image: url(images/bkgd-VIPbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 25px 10px 25px;
	color: #00543d;
}
#VIPForm p {
	margin: 0;
	padding: 0;
}
#VIPFormbtn {
	background-image: url(images/bkgd-VIPbtnBottom.gif);
	background-position: bottom;
}
#VIPFormbtn input.submit {
	text-align: right;
	margin: 11px 11px 11px 120px;
	padding: 0;
}

#BdayForm {
	background-image: url(images/bkgd-Bdaybottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 25px 10px 25px;
	color: #c41230;
}
#BdayForm p {
	margin: 0;
	padding: 0;
}
#BdayFormbtn {
	background-image: url(images/bkgd-BdaybtnBottom.gif);
	background-position: bottom;
}
#BdayFormbtn input.submit {
	text-align: right;
	margin: 11px 11px 11px 120px;
	padding: 0;
}

/* ---------------------- Navigation ------------------------ */
#topnav ul {
	list-style: none;
	color: #00543d;
	margin: 12px 0 0 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
	margin: 0 0 0 20px;
}
#topnav ul a {
	color: #00543d;
}


/* --------------------- Tags and Reusables ---------------------- */
h2 {
	color: #f0cc01;
	font-size: 120%;
	font-weight: bold;
	margin: 7px 0 0 0;
	padding: 0;
}
h3 {
	color: #f0cc01;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
img.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clearboth {
	clear: both;
	height: 1px;
}
.printingtext {
	color: #ababab;
}
.callouttext {
	color: #f0cc01;
}
img {
	border: 0;
}
img.gallerypixel {
	position: absolute;
	top: 0;
	left: 0;
}
