a:link {
	background-color: transparent;
	color: #63332F;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #D1B077;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #E4B926;
	text-decoration: none;
}

body {
	background-color: #FCFAF7;
	color: #000000;
	font-family: Times, serif;
	font-size: 14px;
}

h1 {
	background-color: transparent;
	color: #41221E;
	font-size: 16px;
	margin-left: 10px;
}

h2 {
	background-color: transparent;
	color: #41221E;
	font-size: 15px;
	margin-left: 10px;
}

img {
	border: 0px;
}

.alt {
	display: none;
}

#content {
	padding: 20px;
}

#content p {
	padding-left: 20px;
}

#index {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	height: 390px;
	width: 718px;
}

#indexmenu {
	padding-left: 300px;
	padding-top: 180px;
	padding-bottom: 150px;
}

#indexmenu img {
	border: 0;
}

#main {
	background-color: #FFFFFF;
	border: 1px solid #F3E8DD;
	margin-left: 20%;
	width: 648px;
}

#menu {
	text-align: center;
}
