
body {
	background: #202020;
	color: #C0C0C0;
	font-family: arial, tahoma, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #C0C0C0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #C0C0C0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}

#content {
	clear: both;
	width: 740px;
	background: #000000;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left;
}

#footer {
	background: url(images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	height: 41px;
	padding-top: 1px;
	text-align: center;
	width: 780px;
}


.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

#banner {
	clear: both;
	height:250px;
}
