body {
	margin: 0px;
	padding: 0px;
	background-color: #232323;
	color: #FFF;
}

body,
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
}

* html body td#nav a {
	width: 100%;
}

tr.top td {
	background-image: url('../imgs/top_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000;
	border-bottom: 1px solid #8FB2B2;
}

tr.main td.left {
	background-color: #035050;
	border-right: 1px solid #025051;
}

td#content {
	background-color: #035050;
	background-image: url('../imgs/main_bg.jpg');
	background-repeat: no-repeat;
	border-left: 1px solid #1B7979;
	border-right: 1px solid #025051;
}

td#slideshow {
	background-image: url('../imgs/main_bg.jpg');
	background-repeat: no-repeat;
}

td#nav {
	background-color: #035050;
	border-left: 1px solid #1B7979;
	vertical-align: bottom;
	background-image: url('../imgs/nav_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

tr.main td.right {
	background-color: #035050;
	background-image: url('../imgs/side_right_bg.jpg');
	background-repeat: repeat-x;
}

tr.bottom td {
	border-top: 1px solid #8FB2B2;
}

/* content - text */
td#content {
	padding: 20px 20px 0px 20px;
}

td#content table.text tr td {
	padding-bottom: 1em;
	color: #CFE5E5;
}

td#content table.text tr td h1 {
	color: #CFE5E5;
	font-size: 11px;
	margin: 0px 0px 1em 0px;
}

td#content table.text td img {
	border: 1px solid #004C4C;
}

	td#content table.text td.text-left {
		padding-right: 1em;
/*		width: 67%;*/
	}
	
	td#content table.text td.text-right {
		padding-left: 1em;
/*		width: 67%;*/
	}
	
/* nav */
td#nav p {
	margin: 20px 0px 50px 1px;
	font-size: 11px;
	line-height: 20px;
}

td#nav a {
	padding-left: 15px;
	display: block;
	color: #CFE5E5;
	font-weight: bold;
	text-decoration: none;
}

td#nav a.selected {
	background-color: #006666;
}

	td#nav a:hover {
		color: #FFF0AC;
	}
	
/* bottom */
td.subnav {
	padding-top: 5px;
}

td.subnav a img {
	border: none;
}

td.subnav span.page {
	font-size: 22px;
	color: #8FB2B2;
	margin: 0px 55px 0px 55px;
}
