body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

div#container {
	width: 760px;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border: none;
}

div#header {
	width: 760px;
	height: 98px;
}

div#navigation {
	width: 760px;
	height: 22px;
	background: repeat-x url(/globalimages/aaaballoons/aaaballoons_nav_bg.gif);
	margin: 0px;
	padding: 0px;
}

div#content {
	width: 710px;
	background-color: #fff;
	margin: 0px;
	padding: 25px;
	clear: both;
}

div#promo_stuff {

	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-color: #058;
	border-top-color: #058;
}

td#promotext {
	font: 11px Verdana, sans-serif;
	color: #e50083;
	text-align: center;
	width: 50%;
	padding: 0px 15px 0px 15px;
}

/*
list elements for affiliates pages
*/
ul.affiliate, li.affiliate {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #e50083;
	font-weight: bold;
}

/* 
	thanks be to dan cedarholm of 
	simplebits.com for these very
	nice css tabs.
*/

#nav-tabs {
	height: 19px;
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 700px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#nav-tabs li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#nav-tabs a:link, #nav-tabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 3px 10px;
	margin-right: 8px;
	margin-left: 8px;
	border: 0px;
	text-decoration: none;
	color: #058;
}

#nav-tabs a:link.active, #nav-tabs a:visited.active {
	border-bottom: 0px;
	background: #fff;
	color: #f78b05;
}

#nav-tabs a:hover, #nav-tabs nav.active {
	background: #fff;
	color: #f78b05;
}

/* end simplebits css tabs */

/*
These are the default font styles for the site, called out in Site Config on  GS2
*/
.font1 {
	font: 16px Verdana, sans-serif;
	color: #333;
}

.font2 {
	font: 14px Verdana, sans-serif;
	color: #333;
}

.font3 {
	font: 12px Verdana, sans-serif;
	color: #333;
}

.font4 {
	font: 11px Verdana, sans-serif;
	color: #555;
}

.font5 {
	font: 10px Verdana, sans-serif;
	color: #555;
}

.font6 {
	font: 9px Verdana, sans-serif;
	color: #555;
}

/*
End default fonts
*/
.magenta {
	color: #e50083;
}

td.centered {
	font: 11px Verdana, sans-serif;
	color: #555;
	text-align: center;
}

a:link, a:visited {
	color: #f78b05;
}

a:hover, a:active {
	color: #854d00;
}

a:link.orange, a:visited.orange {
	color: #f78b05;
}

a:hover.orange, a:active.orange {
	color: #854d00;
}

a:link.orange img { border: 0px; text-decoration: none; }
a:visited.orange img { border: 0px; text-decoration: none; }
a:hover.orange img { border: 0px; text-decoration: none; }
a:active.orange img { border: 0px; text-decoration: none; }