@charset "utf-8";
.body {
}
#wrapper {											
	width:1024px;
	position:absolute;
    left:50%; 
	 margin-left: -512px; 

}	#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 222px;
	width: 1024px;
}
#containerA {
	padding: 10px;
	float: left;
	height: auto;
	width: 550px;
	margin-left: 50px;
}
#containerAd {
	padding: 10px;
	float: left;
	height: auto;
	width: 650px;
	margin-left: 50px;
}
#containerB {
	padding: 10px;
	float: right;
	height: auto;
	width: 305px;
	margin-right: 70px;
}

#containerAb {
	padding: 10px;
	float: left;
	height: auto;
	width: 550px;
	margin-left: 50px;
}
#containerBc {
	padding: 10px;
	float: right;
	height: auto;
	width: 305px;
	margin-right: 70px;
}
#spacera {
	background-image: url(../images/spare1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 1024px;
}
#body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	float: right;
	height: auto;
	width: 1024px;
}
#spaceb {
	background-image: url(../images/spacer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 1024px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 1024px;
}

.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D50505;
}
.footertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.footerrighttxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.footertxtlrg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/*---------------------------------------------------*/

table {
		border:1px solid #000;
		border-collapse:collapse;
		font-family:arial,sans-serif;
		font-size:80%;
	}
td,th{
		border:1px solid #000;
		border-collapse:collapse;
		padding:5px;
	}	
#fn,#dp,#ar{width:58px;}
#fr,#to{width:138px;}

caption{
		background:#ccc;
		font-size:140%;
		border:1px solid #000;
		border-bottom:none;
		padding:5px;
		text-align:left;
	}
thead th{
		background:#9cf;
		text-align:left;
	}
	tbody th{
		text-align:left;
		background:#69c;
	}
tfoot td{
		text-align:right;
		font-weight:bold;
		background:#369;
	}
	tbody td{
		background:#999;	
	}
	tbody tr.odd td{
		background:#ccc;
	}

