#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#container_top {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	
}

#container_bill {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 960;
	margin: 0 auto;
	font: 18px  Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: 300;
	padding-top: 10px;
	background-color: #000000;
	
}

#billboard {
	width: 100%;
	font: 36px  Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height:6px;
	background-color:#CCC;
	
}

#content{
	width: 960;
	font: 14px  Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}

#copyright{
	width: 100%;
	margin: 0 auto;
	font: 13px  Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#333;
	color:#FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu{
	display: inline;
	font: 14px  Verdana, Arial, Helvetica, sans-serif;
}

#menu_container{
	width: 945px;
	height: 20px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
}

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	
	color: #ADD800;
}
a.menu:active {
	text-decoration: none;
	color: #6E8900;
	
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: #blue;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #red;
}

h2 {
	font-family: Georgia, Arial, Verdana, Times, serif;
	font-size: 24px;
}

p.big {
	line-height: 150%;	
	font: 14px  Verdana, Arial, Helvetica, sans-serif;	
}

#social{
	width: 100%;
}

#coin-slider{
	width:440px;
	height: 250px;
	text-align: center;
	margin: 0 auto;
}

#menu2{
	width: 900px;
	height: 20px;
	text-align: left;
}

ul.menu2{
	margin-left: 0px; 
	padding: 0px;
	list-style-position: outside;

}

#nav{
	width:440px;
	height: 250px;
	text-align: center;
	margin: 0 auto;

}