@charset "utf-8";
/*             */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/coin_bg.jpg);
	background-attachment: fixed;
	background-color: #62A061;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	
	
}
div#outer {
	width: 725px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	
}
#thankyou {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #005B00;
	border: thick double #FFFF00;
}

div#header {
	text-align:center;
	font-size:24px;
	background-color: #FFFF00;
	padding: 1px;
	font-weight: bold;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
}
div#nav {
	background-color: #005b00;
	text-align: left;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFFF00;
	border-bottom-color: #000000;
	color:#FFFFFF;
	padding: 5px;
	height: 20px;
	font-size: 14px;
}
div#left {
	float: left;
	width: 148px;
	padding: 5px;
	background-image: url(images/left_float_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: auto;
}



div#right {
	float: right;
	width: 174px;
	padding: 5px;
	text-align: center;
	background-image: url(images/right_float_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	overflow: visible;
}
div#middle {
	padding: 5px;
	margin: 0px 185px 0px 159px;
	text-align:center;
	background-repeat: repeat;
}
div#middle_liscensed {
	text-align: center;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
div#middle_gold {
	border: solid 1px #006600;
	background-image: url(images/middle_gold_bg.jpg);
	margin-bottom: 10px;
}
div#middle_video {
	border: solid 1px #006600;
	background-image: url(images/middle_video_bg.jpg);
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}



div#footer {
	clear: both;
	background-color: #005B00;
	color: #FFFFFF;
	text-align: center;
}
.lg_font {
	font-size: 22px
}

.sm_font {
	font-size: 12px;
}


hr {
	color: #000000;

}
div#contact_text {
	background-color: #8DBB8D;
	color: #000000;
	padding: 10px;
	border: double #003300 medium;
	float: left;
	height: 660px;
	width: 700px;
}
div#contact_left {
	width: auto;
	height: 400px;
}

div#contact_right {
	float: right;
	width: 322px;
	background-image: url(images/goldcoins.jpg);
	height: 687px;
}
