@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #606060;
}
body {
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:active, a:visited {
	color: #A75D06;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E1A545;
}
#wrap {
	width: 940px;
	margin: 0 auto;
}
#navbar {
	text-align: center;
	padding: 7px 0 6px 0;
}
.nav {
	padding-right: 4px;
}
#head {
	background-image: url(images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 260px 0 0 0;
}
#content {
	width: 860px;
	margin: 0 auto;
	text-align: justify;
	font-size: 16px;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 80px;
	text-align: center;
	color: #757575;
	font-size: 10px;
	line-height: 1.5em;
}
.footer:link, .footer:active, .footer:visited {
	color: #9d7d58;
	text-decoration: none;
}
.footer:hover {
	text-decoration: none;
	color: #d3d3d3;
}
