body {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
table#wrapper {
	width: 780px;
	margin: 0;
}
table td {
	vertical-align: top;
	padding: 0;
}
td#nav {
	background-image: url(../img/nav.png);
	width: 175px;
	height: 520px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
}
td#nav ul {
	margin-top: 15px;
}
td#nav li {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 35px;
}
td#nav a {
	text-decoration: none;
	color: #000000;
}
td#content {
	width: 395px;
	background-color: #E1F0FA;
	padding: 15px;
}
td#right {
	width: 180px;
}
td#top_right {
	padding: 15px;
	background-color: #FEEBCE;
}
td#bottom_right {
	padding: 15px;
	background-color: #FEE3DA;
}
td#footer {
	font-size: smaller;
	color: #999999;
	padding: 15px;
}

