body {
	background-color: white;
	margin: 20px auto;
	text-align: center;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}


/* LAYOUT */
div.all {
	margin: 0px auto;
	width: 812px;
	padding: 0px;
}

table.layout {
	width: 812px;
	border-collapse: collapse;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

table.layout tr td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/* BODY */
table.layout tr td.left {
	width: 195px;
	height: 473px;
	background-image: url(../images/index_09.jpg);
	background-repeat: no-repeat;
}

table.layout tr td.left div.nav1 {
	margin-left: 15px;
}

table.layout tr td.right {
	background-color: #404D57;
	color: #F7D5A7;
}


/* FOOTER */
table.footer {
	background-color: #101B25;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.footer tr td {
	text-align: center;
	font-family: trebuchet ms;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

table.footer tr td a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}


/* CONTENT */

table.twocol {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 529px;
	background-color: #404D57;
}

table.twocol tr td {
	width: 264px;
	background: transparent;
	background-image: none;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

table.twocol tr td.c {
	background-color: white;
	width: 1px;
	
}

div.dynamic {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: normal;
	color: white;
}

div.dynamic h3 {
	color: #ADC8D8;
}
