body {
	margin: 0;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #C0362C;
}

a:hover {
	text-decoration: none;
}

table.main {
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
}

table.main, table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.main td {
	padding: 5px;
}

table.main td.header {
	padding: 0;
	height: 83px;
}

table.main td.left-bar {
	width: 54px;
	background: #C0362C;
	padding: 0;
	background-image: url('images/sidebar_repeat.jpg');
}

table.calendar-short {
	background-color: #E9EDF8;
	width: 100%;
}

table.calendar h2 {
	font-size: 14px;
	margin-bottom: 0;
}

table.calendar p {
	margin: 0;
}

table.packagebox {
	border: #666 solid 1px;
	background-color: #eee;
	margin-left: 15px;
	border-right: #666 solid 2px;
	border-bottom: #666 solid 2px;
}

table.packagebox td {
	padding: 5px;
	border-bottom: #fff solid 1px;
}

table.packagebox tr.header {
	background-color: #ffffff;	
}

/* HEADERS */

h1 {	/* Main page headers. Red text with gray lines */
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C0362C;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
}

h2 {	/* Section headers. Gray, bold text */
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	margin-top: 0;
}

h3 {	/* Bio name and title. Red, bold text */
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #C0362C;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {	/* Bio phone and e-mail info. Smaller, gray, normal text */
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
}

h5 {	/* Calendar event header. Red */
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #C0362C;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
}

p.error {
	color: #f00;
}

/* LINKS */

a.event {
	color: #666;
}

a.event:hover {
	color: #666;
}

a.register {
	font-weight: bold;
	text-decoration: none;
}

/* Input */

input.mail {
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	background-color: #B7AD0E;
	border: solid #999 1px;
	color: #fff;
	font-size: 10px;
}

/* Rules & Spacing */
div.spacing {
	line-height: 18px;
}

div.vert-divider {
	border-left: solid 1px #CCC;
	height:100%;
}

div.horiz-divider {
	border-top: solid 1px #CCC;
	width: 100%;
}
div.redrule {
	border-top: solid 1px #C0362C;
	width: 100%;
}

/* TD */

td.menu {
	color: #fff;
	background-color: #999;
	height: 30px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

td.menu a {
	color: #fff;
	text-decoration: none;
}

td.menu a:hover {
	color: #C0362C;
	text-decoration: none;
	background-color: #999;
}

td.footer {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	color: #999;
	height: 20px;
}

td.footer a {
	color: #999;
}

td.spacing {
	line-height: 16px;
}

table.calendar {
	width: 100%;
}

td.calendar1, td.calendar2 {
	border-top: solid 1px #666;
	padding-top: 6px;
	padding-bottom: 10px;
}

td.calendar1 {
	background-color: #E9EDF8;
}

table.images {
	border: solid 1px #666;
	margin-left: 5px;
	margin-bottom: 5px;
}

table.images td {
	padding: 5px;
}

table.nopad td {
	padding: 0;
}

td.nopad {
	padding: 0;
}

/* Ads */

div.ad-468x60 {
	margin-top: 5px;
	text-align: center;
}

/* IMAGES */

img.border-left, img.border-right {
	border: solid 1px #666;
	margin-bottom: 5px;
}

img.border-left {
	margin-right: 5px;
}

img.border-right {
	margin-left: 5px;
}

img.border {
	border: solid 1px #666;
}

/* Divs */

div.alert {
	background-color: #eee;
	border: solid 1px #C0362C;
	padding: 6px;
	line-height: 16px;
}

div.simple-box {
	background-color: #eee;
	border: solid 1px #C0362C;
	padding: 6px;
	line-height: 16px;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}