body  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'MS Trebucht', Veranda, Arial, Sans;
	background: #fff url(images/bg_loop.gif) repeat-x;
}

#container  {
	margin: 0;
	text-align: left;
}

#header {
	width: 793px;
	height: 174px;
	margin: 0;
	background: #fff url(images/logo.gif) no-repeat left;
}

#nav {
	float: left;
	width: 170px;
	height: 510px;
	margin: 0;
	background: #C0C0C0 url(images/left_bg.gif) repeat-x; 
}

#nav ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #21772C;
	width: 130px;
}

#nav ul li a {
	text-decoration: none;
	color: #333;
}

#nav ul li a:hover {
	color: #21772C;
}

#content {
	position: absolute;
	width: 600px;
	left: 170px;
	padding: 20px 10px;
}

a {
	color: #21772C;
}

a:hover {
	color: #333;
}

#content ul li {
	padding: 2px 0;
}

#content ul h3 {
	margin: 0;
	padding: 0;
}

.none {
	list-style: none;
}

li.none a {
	text-decoration: none;
}

.center {
	text-align: center;
}

h3 {
	color: #21772C;
}

.right {
	text-align: right;
}

.fl_right {
	margin-top: 110px;
	position: absolute;
	left: 600px;
}