body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(Images/backgroundStripe.jpg);
	background-repeat: repeat-x;
}

@font-face {
	font-family: 'BankGothicMdBTMedium';
	src: url('bankgthd.eot');
	src: local('BankGothic Md BT Medium'), local('BankGothicBT-Medium'), url('bankgthd.ttf') format('truetype');
}
/*used fontsquirrel.com to generate .eot version*/


h1 {
	font-family: "BankGothicMdBTMedium", Verdana, serif;
	font-size: 28px;
	color: #EACF1E;
	position: absolute;
	left: 150px;
	top: 85px;
	font-variant: normal;
	text-transform: capitalize;
	width: 400px;
	text-indent: 0;
	z-index: 1;
	line-height: 1.2em;
	text-shadow: 2px 2px 2px #000;
}

p {
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	;
	color: #FFF;
	left: 5px;
	right: 5px;
}


#wrapper {
	width: 960px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#header {
	margin: auto;
	width: 960px;
	height: 325px;
	margin: 0px auto -1px auto;
	top:0;
	background-image:url(Images/coin%20Logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.headerLogo{
	margin: 0px;
	position: absolute;
	left: 600px;
	top: 1px;
	right: auto;
	bottom: auto;
	height: 285px;
	width: 360px;
	z-index: -1;
	
}
#nav {
	position: absolute;
	display: block;
	float:right;
	text-align: right;
	width: 960px;
	top:280px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	left: 0px;
	text-shadow: 0px 1px 1px #EACF1E;
	z-index: 2;
}
#nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: bottom;
}
#nav li {
	display: inline;
	text-indent: -9999px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10pt;
	padding-left: 10pt;
	border-left-style: solid;
	border-left-color: #F2D014;
	border-left-width: thin;
	
}
a.nav:link {
	color: #F2D014;
	text-decoration: none;

}
a.nav:visited {color:#F2D014 text-decoration: none;
	color: #F2D014;

}
a.nav:hover {
	color: #F2D014;
	text-decoration: underline;
	
}
a.nav:active {color: #F2D014; } 	
	
#column1
{
	position:absolute;
	width:300px;
	height:200px;
	margin-left: 0px;
	top: 325px;
	margin-right: 0px;
	left: auto;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	
}
 
#column2
{
	position:absolute;
	width:300px;
	height:200px;
	margin-left: 330px;
	top: 325px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	
}
#column3
{
	position:absolute;
	width:300px;
	height:200px;
	margin-left: 660px;
	top: 325px;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
}

#IndexLatestNews
{
	position:absolute;
	width:960px;
	margin-left: 0px;
	top: 540px;
	margin-right: 0px;
	left: auto;
	border: medium groove #900;
	vertical-align: top;
}

#Indexfooter
{
	position: absolute;
	width: 960px;
	height: 150px;
	background-color: #000;
	top: 1210px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	}


#footer
{
	position: absolute;
	width: 960px;
	height: 150px;
	background-color: #000;
	top: 640px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	}
	
	#Commentsfooter
{
	position: absolute;
	width: 960px;
	height: 150px;
	background-color: #000;
	top: 960px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	}


#footerColumn1
{
	position:absolute;
	width:750px;
	margin-left: 0px;
	margin-right: 0px;
	left: auto;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Calibri, Arial, Verdana;
	font-size: 10pt;
	color: #FFF;
	text-align:left;
	padding-top: 4px;
}
 
#footerColumn2
{
	position:absolute;
	width:200px;
	margin-left: 760px;
	left: 3px;
	top: -2px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align:right;
}
#footerColumn3
{
	position:absolute;
	width:750px;
	margin-left: 0px;
	margin-right: 0px;
	left: auto;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align:centre;
	top: 145 px;
}

/*this is for the Gallery Page*/

#galleryLeft
{
	position:relative;
	width:350px;
	height:300px;
	top: 0px;
	margin-left:0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	
}

#galleryRight
{
	position:absolute;
	width:600px;
	height:300px;
	top: 20px;
	margin-left:360px;
	margin-right:0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	
}

/*Gallery styles finished*/


/*this is for the Memorial Coin Page */

#MemorialRow1
{
	position:absolute;
	width:960px;
	height:300px;
	margin-left: 0px;
	top: 325px;
	margin-right: 0px;
	left: auto;
	font-family: "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color:#000;
	background-image:url(Images/MemorialRowBackground.gif);
	padding-top: 5px;
	background-repeat: no-repeat;
}

#MemorialRow2
{
	position:absolute;
	width:960px;
	margin-left: 0px;
	top: 650px;
	margin-right: 0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #000;
	border: medium groove #900;
}

#MemorialRow3
{
	position:absolute;
	width:960px;
	height:300px;
	margin-left: 0px;
	top: 950px;
	margin-right: 0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #000;
	background-image:url(Images/MemorialRowBackground.gif);
}
form {
	font-family:   "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align: center;
	
}


#MemorialLeft
{
	position:relative;
	width:600px;
	margin-left: 0px;
	top: 0px;
	margin-right: 0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

#MemorialRight
{
	position:absolute;
	width:340px;
	height:300px;
	top: 0px;
	margin-left:610px;
	margin-right:0px;
	left: 0px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
}

#MemorialLeftCoins
{
	position:relative;
	width:470px;
	margin-left: 0px;
	top: 0px;
	margin-right: 0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #900;
}

#MemorialRightFrame
{
	position:absolute;
	width:480px;
	height:430px;
	top: 0px;
	margin-left:480px;
	margin-right:0px;
	left: 0px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: #900;
}







#Memorialfooter
{
	position: relative;
	width: 960px;
	height: 150px;
	background-color: #000;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	top: 90px;
	}

/*Memorial Coin styles finished*/

#ContactRow
{
	position:absolute;
	width:960px;
	height:340px;
	margin-left: 0px;
	top: 325px;
	margin-right: 0px;
	left: auto;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color:#000;
	background-image:url(Images/ContactRowBackground.gif);
}

.LearnMoreText {
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	margin-left: 20px;
	margin-right: 10px;
}
.silverRightText {
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	margin-left: 5px;
	line-height: 19px;
	display: block;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #FFF;
	padding-left: 10px;
}
.LearnMoreHeader {
	font-family: V "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:  #F2D014;
	text-align: center;
	font-weight: bold;
}


#TermsRow1
{
	position:absolute;
	width:960px;
	height:1500px;
	margin-left: 0px;
	top: 325px;
	margin-right: 0px;
	left: auto;
	color:#000;
	background-image:url(Images/TermsBackgrouind.gif);
	background-color: #000000;
}

#Termsfooter
{
	position: absolute;
	width: 960px;
	height: 150px;
	background-color: #000;
	top: 1850px;
	font-family:  "AvantGarde Bk BT", "AvantGarde Md BT", Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	}
img {
	border: 0px;
}
img a, img a:link, img a:active, img a:visited, img a:hover
{
	border:0px;
}

