body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../imagebank/bg.gif);
	background-repeat: repeat-x;
	background-color: #800D12;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

div#bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	
}

div#news {
	z-index: 2;
	float: left;
	width: 460px;
	position: relative;
	background-color: #800D12;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	
}

div#container {
	width: 780px;
	margin: 20px 0px 0px;
	text-align: left;
	height: 100%;
}

div#header {
	float: left;
	height: 250px;
	width: 780px;
	z-index: 2;
	position: relative;

}

div#mainColumn {
	float: left;
	width: 480px;
	position: relative;
	left: 50px;

}

div#rightColumn {
	float: left;
	width: 230px;
	position: relative;
	left: 70px;
	padding-top: 34px;

}

div#footer {
	float: left;
	position: relative;
	width: 480px;
	left: 50px;
	padding-top: 40px;
	padding-bottom: 20px;

}
h1 {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
dt {
	font-weight: bold;
}
.thumbs {
	padding-right: 10px;
	padding-bottom: 10px;
}
