#main {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}

/* Tables */
table { 
	border-collapse: collapse;
	width: 100%;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

caption {
	text-align: right;
	font-size: 1em;
}

td,th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: 1.2em;
}
th {
background: url(images/th_bg.png) no-repeat left top;
	color: white;

	text-align: left;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.png) no-repeat left top;
}

