﻿form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #777777;
}
body
{
	margin: 60px 0px 0px 0px;
	background: #000 url(images/body.jpg) repeat-x top left; 
}
a           
{   
    color: #000;
    font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 20px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 765px;
}
#logoNav
{
	background: url(images/left.jpg) no-repeat top right;
}
#logo
{
	margin: 20px 0px 0px 0px;
	text-align: center;
}

#topNav
{
	margin: 9px 0px 0px 19px;
	text-align: left;
}
#topNav a
{
	display: block;
	height: 31px;
	width: 92px;
	background: url(images/nav.jpg) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
	text-align: center;
	line-height: 29px;
}
#topNav a:hover, #topNav a.selected
{
	color: #000;
	text-decoration: none;
}

#headerHome { background: url(images/headerHome.jpg) no-repeat top left; }
#headerCoins { background: url(images/headerCoins.jpg) no-repeat top left; }
#headerContact { background: url(images/headerContact.jpg) no-repeat top left; }
#headerText
{
	padding: 10px 250px 10px 15px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#headerText h1
{
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	margin: 10px 0px;
	text-align: left;
}
.arrow
{
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url(images/arrow.jpg) no-repeat center right;
	padding: 10px 31px 10px 185px;
	color: #000;
	font-weight: bold;
}

.box 
{ 
	background: url(images/box.jpg) repeat-y top left;
	margin: 30px 0px;
}
.boxText 
{ 
	padding: 10px 12px 10px;
	color: #000;
}
.boxText  h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px;
	text-align: center;
}

#wideBox
{
	background: #FFF;
	margin: 0px 0px 30px 0px;
}
#wideBoxText
{ 
	padding: 0px 12px 30px;
	color: #000;
}
#wideBoxText h1
{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight: normal;
	color: #000;
	margin: 20px 0px 20px 45px;
	text-align: left;
}
#address
{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;	
	margin: 10px 0px 10px 45px;
}
#contactForm
{
	margin: 50px 30px 30px;
	color: #949CA1;
}


#footer
{
	width: 100%;
	background: #666666;
	padding: 20px;
}
#copyright
{
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}

/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
}

