﻿/** CONTENT */

#left {
	float: left;
	width: 500px;
	padding: 0px 15px 40px 25px;
}

#right {
	float: right;
	width: 390px;
	padding: 0px 25px 40px 15px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

caption {
	text-align: right;
	font-size: 1.1em;
	color: black;
	padding-bottom: .25em;
}
td,th {
	font-size: 1em;
	border: 1px solid #069;
	padding: 3px 5px 2px 5px;
}
th {
	background: url(images/th_bg.gif) no-repeat left top;
	color: white;
	text-align:center;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.gif) no-repeat left top;
}
