/* Layout.css */
body{
	background-color: #E2E2E2;
}
#banner{
	height: 100px;
	background: url(../IMG/banner.png) no-repeat top left #0B1E6C;
}
#backlink{
	background-color: #000;
	margin: 5px 0 10px;
	padding: 2px 0 0 0;
}
#container{
	margin: 0 auto;
	width: 770px;
}
#maincontent{
	padding: 8px 10px;
	background-color: #FFF;
	border: #000 1px solid;
	border-top: none;
}
#menu{
	border-bottom: #000 1px solid;
	display: block;
	background: url(../IMG/menu.png) no-repeat top right #0E3696;
	text-align: center;
}
#bigleftcol{
	float: left;
	display: block;
	width: 550px;
}
#smallrightcol{
	float: right;
	display: block;
	width: 180px;
}
#halfleftcol{
	float: left;
	display: block;
	width: 350px;
}
#halfrightcol{
	float: right;
	display: block;
	width: 350px;
}
#footer{
	display: block;
	width: 770px;
	height: 30px;
	background: url(../IMG/footer.png) no-repeat bottom left #0B1E6C;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
}
tr.gold{
	background-color: #D9D919;
}
tr.silver{
	background-color: #C0C0C0;
}
tr.bronze{
	background-color: #A67D3D;
}
table, table tr td{border-color: #000000;}
