body {
	background:url(../grfx/backgrounds/bg.jpg) repeat-x #c7c7c7;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 764px;	
}

#header {
	margin-left: -29px;
	position: relative;
	z-index: 100;
	width: 884px;
}

#top_internal_banner {
	width: 678px;
	height: 45px;
	background:url(../grfx/internal_banner.jpg) no-repeat;
	padding-left: 86px;
	padding-top: 17px;
}

#text_header {
	height: 40px;
	margin-top: -10px;
}
	
	
	#banner2 {
		float: left;
		margin-top: -1px;
	}
	
	* html #banner2 {
		
		position: relative;
		z-index: 100;
	}
	
	.banner2_hover a span {
		display: none;
	}
	
	.banner2_hover a {
		width: 381px;
		height: 112px;
		background:url(../grfx/banner2.jpg) no-repeat;
		display: block;
		background-position: 0 -112px;
		float: left;
	}
	
	.banner2_hover a:hover {
		background-position: 0 0;
	}
	
		.banner3_hover a span {
		display: none;
	}
	
	.banner3_hover a {
		width: 383px;
		
		height: 112px;
		background:url(../grfx/banner3.jpg) no-repeat;
		display: block;
		background-position: 0 -112px;
		float: left;
	}
	
	.banner3_hover a:hover {
		background-position: 0 0;
	}


#content_wrapper {
	background:url(../grfx/backgrounds/content2_bg.jpg) repeat-y;
	margin-top: -12px;
	width: 764px;
	clear: both;
}

#outside_content_wrapper {
	width: 764px;
	position: relative;
	z-index: 10;	
}

	*:first-child+html #outside_content_wrapper {
		margin-top: -9px;
	}
	
	* html #outside_content_wrapper {
		margin-top: -12px;
	}

	*:first-child+html #content_wrapper {
		margin-top: -3px;
	}
	
#internal_content_wrapper {
	background:url(../grfx/backgrounds/int_content_bg3.jpg) repeat-y;
	margin-top: -13px;
	width: 764px;
	clear: both;	
}

	*:first-child+html #internal_content_wrapper {
		margin-top: -4px;
	}
	
#internal_content {
	width: 604px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 70px 20px 90px;
	background:url(../grfx/backgrounds/int_content_bg2.jpg) no-repeat;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	line-height: 160%;
	float: left;
}

	* html #internal_content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
#bee_content {
	background:url(../grfx/backgrounds/bee.jpg) no-repeat;
	background-position: bottom right;
	width: 736px;	
}

	* html #bee_content {
		background:url(../grfx/backgrounds/bee2.png) no-repeat;
		background-position: bottom right;
	}
	
	#internal_text {
		float: left;
		width: 370px;
		padding-right: 20px;
		min-height: 650px;
		height: auto !important;
		height: 650px;
	}
	
		*:first-child+html #internal_text {
			margin-top: 10px;
		}
	
	#internal_right_panel {
		float: left;
		width: 210px;
	}
	
		#internal_right_panel a {
			color: #e28000;
			text-decoration: none;
			font-weight: bold;
		}
		
		#internal_right_panel a:hover {
			color: #814900;
		}
		
#full_width_content {
	width: 600px;
	padding-bottom: 100px;
}

	#payment_table {
		width: 550px;
	}
	
		#payment_table th {
			text-align: left;
			background-color: #f4a736;
			color: #fff;
			padding: 3px;
		}
		
		#payment_table td {
			padding: 3px;
		}
		
		#payment_table .pay_bg {
			background-color: #ffe7d7;
		}
		
		
		
		.buynow {
			background:url(../grfx/buy_now.jpg) no-repeat;
			border: 0 !important;
			cursor: pointer;
			width: 93px;
			height: 42px;
		}
	
#content {
	width: 584px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 90px 20px 90px;
	background:url(../grfx/backgrounds/content_bg.jpg) no-repeat;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	line-height: 160%;
}

	* html #content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

#footer {
	clear: both;
	width: 736px;
	height: 41px;
	background:url(../grfx/footer.jpg) no-repeat;
	background-position: 1px 0;
	text-align: right;
	padding-right: 30px;
	padding-top: 6px;
	line-height: 150%;
	
}

#internal_footer {
	clear: both;
	width: 736px;
	height: 41px;
	background:url(../grfx/internal_footer.jpg) no-repeat;
	background-position: 1px 0;
	text-align: right;
	padding-right: 30px;
	padding-top: 6px;
	line-height: 150%;
}

	.ftlink a {
		color: #fff;
		text-decoration: none;
		padding: 0 3px 0 3px;
	}
	
	.ftlink a:hover {
		color: #ffba00;
	}
	
	.ftcopy {
		color: #a2a2a2;		
	}
	
		.ftcopy a {
			color: #a2a2a2;
			text-decoration: none;
		}
		
		.ftcopy a:hover {
			color: #ffba00;
		}
		
		.ftcopy a.active {
			color: #ffba00;
		}