body{margin:0;font-family:Verdana,Arial,Helvetica,sans-serif; 
			font-size: 12px; }
	
	
			
#hdr-bg {
    background: url(images/hdr-bg.png) transparent 0 0 repeat-x;
    height:175px;
    
    }
 #header{
margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	height:175px;
	padding:25px 0 42px 35px;
	width: 80%;
	text-align: left;
	background:transparent;
	}   
#top_form{}
#content{
margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	margin-top:0px;
	text-align: left;
	background:#fff;
	width:830px;
	line-height:1.6em;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
    font-size: 14px;
    
	}
	
	#content2{
margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	margin-top:0px;
	text-align: left;
	background:#fff;
	width:830px;
	line-height:1.6em;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
    font-size: 14px;
    
	}
	
#coin-slider {/*box-shadow: 5px 5px 3px #ccc;*/
margin:0 auto 0 auto;}	
#footer{clear:both; height:255px;
	background: url(images/bg-ftr1.gif) transparent 0 0 repeat-x;}	

#footer a:link {
	text-decoration: none; 
	color: #000;
	background: transparent;
	padding:0 5px 0px 5px;
}	

#footer a:visited {
	text-decoration: none; 
	color: #333;
	background: transparent;
}	
#footer a:hover {
	text-decoration: none; 
	color: #0c3;
	background: transparent;
}	


	
#address{background:transparent;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 40px;
	color:#000;}	
.topnav	{  
			font-family:Verdana,Arial,Helvetica,sans-serif; 
			font-size: 12px; 
			text-decoration: underline;
			line-height: 1;
			color:#000000;
			
			}
.topnav:hover	{  
			font-family:Verdana,Arial,Helvetica,sans-serif; 
			font-size: 12px; 
			text-decoration: none;
			line-height: 1;
			color:#0c3;
			
			}
			
h1 { font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; text-align:left;}
h2 { font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;}
  
  
  button, a.button, input[type="submit"], input[type="reset"] {
    border: 1px solid #D1D1D1;
    color: #444;
    background:#e6e6e6;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.55;
    margin-right: 5px;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, .paginator a:hover, .paginator span:hover {
    border-color: #C1C1C1 ;background:#e6e6e6;color: #0c3;
}
button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active, .paginator a:active, .paginator span:active, .paginator .current {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}