/* @override 
	http://www.tanningbedsbyets.com/autobronzer/style.css
	http://etstan.com/autobronzer/style.css
*/

#entiresite {
	background: url(images/background.png) #daa336 repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica;
}
.table {
	width: 989px;
}

.header {
	background: url(images/headerbg.png) no-repeat;
	width: 989px;
	height: 162px;
}
.headercontent {
	padding-left: 22px;
	padding-right: 22px;
	height: 162px;
}

.menu {
	background: url(images/menubg.png) no-repeat;
	width: 989px;
	height: 26px;
}
.menucontent {
	padding-left: 22px;
	padding-right: 22px;
	height: 26px;
	text-align: center;
	font-size: 16px;
	color: #004666;
}
.menucontent a {
	padding-left: 16px;
	padding-right: 16px;
	color: #004666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.menucontent a:hover {
	color: #FFFFFF;
}

.main {
	background: url(images/repeater.png) repeat-y;
	width: 989px;
}
.maincontent {
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.maincontent #contentbox {
	float: left;
}

/* DON EDIT BELOW!!! */
.maincontent .left {
	width: 720px;
	max-width: 720px;
	overflow: hidden;
}
.maincontent .left .padding {
	padding-left: 10px;
	padding-right: 10px;
}
.maincontent .right {
	width: 212px;
	max-width: 212px;
	overflow: hidden;
}
/* DON EDIT ABOVE!!! */

.maincontent h2 {
	font-size: 17px;
	color: #fc9822;
	margin: 0px;
}
.maincontent p {
	font-size: 13px;
	color: #282828;
}
.maincontent ul {
	list-style-position: inside;
	padding-left: 20px;
}
.maincontent ul li {
	font-size: 13px;
	color: #282828;
}
.maincontent table td {
	font-size: 13px;
	color: #282828;
}
.maincontent table th {
	font-size: 13px;
	color: #fc9822;
}

.maincontent .right {
	
}
.maincontent .right .padding {
	background: url(images/sidebarrepeater.png) repeat-y;
}
.maincontent .right .padding form {
	margin: 0px;
}
.maincontent .right .padding table td {
	color: #242424;
	font-size: 12px;
}
.maincontent .right h2 {
	color: #004666;
	font-size: 18px;
}

.topfooter {
	background: url(images/repeater.png) repeat-y;
	width: 989px;
	height: 16px;
}
.topfootercontent {
	padding-left: 50px;
	padding-bottom: 15px;
	padding-right: 22px;
	height: 16px;
	font-size: 11px;
	color: #FFFFFF;
}
.footer {
	background: url(images/footerbg.png) no-repeat;
	width: 989px;
	height: 16px;
}
.footercontent {
	padding-left: 36px;
	padding-right: 22px;
	height: 16px;
	font-size: 11px;
	color: #FFFFFF;
}
.footercontent a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footercontent a:hover {
	color: #004666;
}


















