body {
	background-color: #4C434D;
	margin: 10px;
	padding: 0;
	text-align: center;
}

p, div, td {
	text-align: justify;
}

b {
	color: #D14C17;
}

a {
	color: #56140B;
	text-decoration: none;
	border-bottom: 1px solid #A68F90;
}

a:hover {
	border-bottom: 1px solid #DBE5CF;
	color: #69725D;
	text-decoration: none;	
}

blockquote {
	margin: 0 5px;
	padding: 0 5px;
	color: #4C434D;
	background-color: #F0EADE;
	border: #A68F90 solid;
	border-width: 1px 5px;	
	font-style: italic;
	font-variant: small-caps;
}

#box {
	margin: 0;
	padding: 4px;
	background: #F5F3EE;
	width: 670px;
	margin-left: auto;
    margin-right: auto;
}

#top {
	margin: 0;
	padding: 0;
	height: 424px;
	background: #7B3D39 url("top.jpg") no-repeat;
}

#menu {
	position: absolute;
	top: 310px;
	margin-left: 190px;
	text-align: left;
	font-family: "Times New Roman", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
}

#menu a {
	text-decoration: none;
	color: #848F87;
	background-color: transparent;
	border: none;
}

#menu a:hover {
	color: #A68F90;
}

#cont {
	margin: 0;
	padding: 0 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B3D39;
	border: solid #FBB186;
	border-width: 8px 0 0 0;
}

#foot {
	background-color: #DBE5CF;
	color: #69725D;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-bottom: 8px solid #848F87;
	text-align: center;
}

#foot a {
	color: #4C434D;
	text-decoration: none;
	border: none;
}

#foot a:hover {
	border-bottom: solid 1px #A68F90;
}

.title {
	color: #8B9787;
	font-family: Georgia, Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-bottom: 3px;
	border-bottom: #CADAB9 dotted 1px;
}

.title:first-letter {
	color: #73806E;
	font-style: normal;
}

a.notext {
	border: none;
}