html, body {
	background: url("../images/bg_wood.gif") repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 12px;
}

h3, h4, p, a, ul, li, div, table, tr, td {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

#table {
	width: 100%;
	height: 100%;
}

#table td {
	vertical-align: middle;
}

#main {
	margin: auto;
	border: 0px solid #000000;
}

#banner {
	background: url("../images/index.png") no-repeat;
	width: 320px;
	height: 320px;
	margin: auto;
}

#nav {
	width: 196px;
	height: 200px;
	background: url("../images/tabs_nav.gif") no-repeat center;
	padding-left: 24px;
	line-height: 160%;
}

#nav h3 {
	font-size: 16px;
}

#nav p {
	font-size: 11px;
	color: #666666;
}

#nav td {
	height: 66px;
}

#nav a {
	color: #666600;
	font-family: Myriad Pro, Myriad Pro Light, Arial;
}

#nav a:hover {
	color: #999966;
}