/* CSS Document */

body {
	background-image:  url(images/index/indexbkg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

a, a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46341C;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #896636;
	text-decoration: none;
}
