/* CSS Document */

body {
	background-image: url(img/bg-1.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #a83d45;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bodydiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	background-color: #fdfbf3;
	border: 1px solid #d9ca7b;
	margin: 10px;
	padding-bottom: 30px;
}

#header {
	position: relative;
	text-align: center;
	z-index: 1;
}

#menu {
	position: relative;
	background-color: #f3eeda;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	z-index: 1;
}

#menu2 {
	position: relative;
	background-color: #f3eeda;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	z-index: 1;
}

#menu2 a {
	color: #fdfbf3;
	text-decoration: none;
}

#menu2 a:hover {
	color: #a83d45;
	text-decoration: none;
}

#titlebar {
	position: relative;
	width: 730px;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #d9ca7b;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 80px;
	z-index: 1;
}

#content {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	z-index: 1;
}

#footer {
	position:relative;
	background-color: #f3eeda;
	width: 100%;
	color: #8c814d;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	bottom: -30px;
}

.paragraph {
	text-indent: 26px;
	line-height: 20px;
}