/* CSS Document */
body {
	margin:0;
	background-image:url('background.jpg');
	background-repeat:repeat-x;
	text-align:center;
}


#container {
	width:679px;
	margin:0 auto;
	text-align:left;
}


.breaker {
	width:679px;
	float:left;
	clear:left;
}

.mainimage {
	width:300px;
	height:150px;
	float:left;
}

.maintext {
	width:350px;
	float:left;
	margin-left:15px;
	display:inline;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20pt;
	color:rgb(125,75,0);
	text-transform:uppercase;
	margin-top: 0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:rgb(125,75,0);
	text-transform:uppercase;
	margin-top:2px;
}

h2.coinpage {
	margin-bottom:0px;
}
	

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p.small {
	font-size:8pt;
}

.news {
	width:300px;
	float:left;
}

.coin {
	width:150px;
	float:left;
	margin-left:25px;
	margin-top:10px;

}

.line {
	width:2px;
	height:450px;
	float:left;
	margin-left:15px;
	margin-top:10px;
}

.ad {
	width:150px;
	height:550px;
	float:left;
	margin-left:25px;
	margin-top:10px;
}

img {
	border:0;
}

.hline {
	width:580px;
	height:3px;
	margin-left:49px;
	margin-top:20px;
}

.footertext {
	width:400px;
	margin-bottom:15px;
	margin-left:229px;
}

img.blockleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.coinpageleft {
	float:left;
	width:150px;
	height:75px;
	margin-right:10px;
}

.coinpageright {
	float:left;
	width:480px;
}

.coincolumn {
	width: 150px;
	margin-right: 19px;
	float: left;
	display: inline;
}

.artcol {
	width: 300px;
	margin-right: 19px;
	float: left;
	display: inline;
}

