body {
	background-color:#666666;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
h1 {
	color:#0099cc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	}
h2 {
	color:#ff3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	}
address {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
    }
a:link {
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#0033FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 920px;
	margin: 0px auto;
	padding-bottom:25px;
}

div#audio {
}

div#logo {
}

div#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:920px;
	min-height:252px;
}

div#flash {
}	

div#content1 {
	background-image:url(images/content-homepage.gif);
	clear:both;
	min-height:375px;
	padding:10px 30px 25px 30px;
}

div#content {
	background-image:url(images/content.gif);
	clear:both;
	min-height:375px;
	padding:10px 30px 25px 30px;
}

div#left {
	float:right;
	padding:15px 0px 20px 30px;
}

div#right {
}

div#sidebar {
}

div#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	min-height:100px;
	width:920px;
}

div#owner {
}

div#creditcards {
	 float:right;
	 padding-right:30px;
}

div#utility {
	color:#fff;
	float:left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	text-align:left;
	padding-top:8px;
	padding-left:30px;
	}
	div#utility img {
	border: none;
	}
	div#utility a:link, div#utility a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	}
	div#utility a:hover {
	color: #ffcc00;
	font-weight:bold;
	text-decoration: underline;
	}

div#copyright {
	color:#fff;
	float:right;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:10px;
	padding-right:10px;
	width:390px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #ffcc00;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 60px;
	padding:0px 10px 0px 0px;
	margin:0px;
	float:right;
	clear:right;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background-image:url(images/button-static.gif);
	background-repeat:no-repeat;
	color:#666666;
	display: block;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 148px;
	height: 60px;
	text-align:center;
	text-decoration: none;
	padding-top:22px;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background-image:url(images/button-rollover.gif);
	background-repeat:no-repeat;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 148px;
	height: 60px;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image:url(images/button-rollover.gif);
	background-repeat:no-repeat;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 148px;
	height: 60px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	padding-bottom:15px;
}
form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

#column1 {
	position:relative;
	width:235px;
	line-height:21px;
	float:left;
	padding-top:2px;
	z-index:1;
	}

#column2 {
	position:relative;
	width:235px;
	line-height:21px;
	float:left;
	padding-top:2px;
	z-index:2;
	}

