body {
	color: #7eba00;
	background: #f5f6f7 url(../images/bg_wood.jpg) repeat;
	font-size: 20px;
}
#main {
	background: transparent;
	margin: 0 auto;
	width: 1024px;
}
#menu {
	height: 72px;
	border-bottom: 1px solid #e5e5e5;
}
#nav {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}
#nav a {
	margin-left: 44px;
	font-weight: bold;
	font-size: 20px;
}
a:-webkit-any-link {
	color: #7eba00;
	text-decoration: none;
	cursor: auto;
}
a {
	color: #7eba00;
	text-decoration: none;
	cursor: auto;
}
img {
	border: 0px;
}
#box-nav td {
	width: 204px;
	text-align: center;
}
#footer {
	width: 1024px;
	border-top: 1px solid #e5e5e5;
}
#contact {
	float: left;
}
#copyright {
	float: right;
}