* {
 padding: 0;
 margin: 0;
}

body {
	background: #dbdebe url('images/test_bg4.jpg')  50% 0; 
	text-align: center; 
	margin: 0;
}

a:link {
	color: #443C31;
}
a:hover {
	color: #9E8E78;
}

a:visited {
	color: #443C31;
}

#wrapper {
	background: #fff url('../img/main_bg2.jpg') no-repeat;
	margin: 0 auto;
	overflow:visible;
	text-align: left; 
	width: 778px;
	background-image:url('../img/main_bg2.jpg'); background-repeat:no-repeat
	
}

#header {
	background: url('images/header.jpg') top left no-repeat;
	height: 145px;
	padding-bottom: 4px;
	background-color: #A18F79;
	
}

/*----- Horizontal Menu ------*/

#navbar {
 margin: 0px;
 padding: 0px 10px 0px 15px;
 height:35px;
/*  background-image:url(../img/navbar.gif);
 background-repeat:repeat-x;
 background-position:top left: */
 background-color:#6a5b46;

}

#nav {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 35px 15px 0 15px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win only */
	border-bottom:none;
	}
	
#nav a:hover {
	background-position: 0 -39px;
	}


	
	#home a  {
	width: 60px;
	background: url('images/home.jpg') no-repeat top left;
	}
	#aboutthecoins a  {
	width: 110px;
	background: url('images/aboutthecoins.jpg') no-repeat top left;
	}
	#timeline a  {
	width: 95px;
	background: url('images/timeline.jpg') no-repeat top left;
	}
	#valuing a  {
	width: 75px;
	background: url('images/valuing.jpg') no-repeat top left;
	}
	#investment a{
	width: 75px;
	background:url('images/investment.jpg') no-repeat top left;
	}
	#shop a  {
	width:60px;
	background: url('images/shop.jpg') no-repeat top left;
	}
	
	#contact a  {
	width: 60px;
	background: url('images/contact.jpg') no-repeat top left;
	}
	
	.heading {font-size:180%; padding-top:40px;}



#welcome {
 background-color:#fff;
/*  height:223px; */
 text-align:right;
 background-image:url('images/intro.jpg');
 background-position: left top;
 background-repeat:no-repeat;
 padding-bottom:69px;
 height: 180px;
 }
 
 #welcometext {
padding:40px 25px 0 0;
line-height:1.4em;
margin-left:400px;
text-align:left;
color:#6a5b46;
font-size:120%;
font-family: 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
 }
 
  #welcometext h1{
  font-size:120%;
  font-weight:normal;
  font-style:italic;
  line-height:1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  }

#content {
	float:left;
	width: 400px;
	padding: 2px 10px 10px 25px;
}

#sidebar2 {
	width: 255px;
	float: right;
	margin-right: 18px;
}


#sidebar {
	width: 255px;
	float: right;
	background: url('images/sidebar.jpg') top left no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}	

#front-sidebar {
	width: 255px;
	float: right;
	background: url('images/front-sidebar-bottom.jpg') bottom left no-repeat;
	margin: 0 20px 0 0 ;
	background-color: #EBE5D9;
}	

#front-sidebar h1 {
	line-height:1.8em;
	font-size:110%;
	color:#4a341c;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0;
}

div.front-sidebar-top {
	height: 100%;
}

#front-sidebar div.front-sidebar-top {
	background: url('images/front-sidebar-top.jpg') top left no-repeat;
}

#front-sidebar-text {
	padding: 10px 5px 10px 25px;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#front-sidebar-text h3 {
	line-height:1.8em;
	font-size:110%;
	color:#4a341c;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #6A5B46;
}

ul.sidebarlist {
	margin:10px 0 10px 5px;
	padding:0 5px 0 0;
	list-style:none;
}

ul.sidebarlist li {
	background:url('images/bullet12.gif') top left no-repeat;
	margin:0 0 0 3px;
	padding:0 0 5px 22px;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
 	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
}

ul.sidebarlist-two {
	margin:10px 0 10px 5px;
	padding:0 5px 0 0;
	list-style:none;
}

ul.sidebarlist-two li {
	background:url('images/bullet12.gif') top left no-repeat;
	margin:0 0 0 3px;
	padding:10px 0 10px 22px;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
 	font-size: 14px;
	border-bottom: 1px dotted #cccccc;
}

ul.pdf {
	margin:10px 0 10px 5px;
	padding:0 5px 0 0;
	list-style:none;
}

ul.pdf li {
	background:url('images/icon-pdf.gif') top left no-repeat;
	margin:0 0 0 3px;
	padding:0px 0 10px 22px;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-size: 13px;
}
	

#content p {
	color: #484848;
	font: 0.75em/160% Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	}

#content h2 {
	line-height:1.8em;
	font-size:130%;
	color:#4a341c;
	font-family:'Century Gothic',Arial,Helvetica,sans-serif;
	background: url('images/coin1.gif') top left no-repeat;
	padding: 0 0 2px 35px;
	border-bottom: #cccccc dotted 1px;
	margin: 0 0 15px 0; 
	}
	
#sidebar-main {
	width: 260px;
	background: url('images/sidebar.jpg') top left no-repeat;
	float:right;
	height: 550px;
	padding: 20px 0 0 0;
}
	

	
#footer {
 background-color: #b6a48a;
 margin:25px 0 0 0;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width:770px;
 text-align:center;
 font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size: 14px;
line-height: 1.8em;
}

#footer2 {
 background-color: #6A5B46;
 margin:0;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width:770px;
 height: 50px;
 text-align:center;
 font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #ffffff;
}

#footer a { color:#fff;
border-bottom:none;
padding:3px 20px;
margin: 0;
}

#footer a:hover { 
background-color:#dfd1bc;
color:#6a5b46;
}

#footer2 a { color:#fff;
border-bottom:none;
}





