@charset "UTF-8";
/* CSS Document */


body {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

a {
	color: #722722;
}
a:hover {
	color: #6D201C;
	text-decoration: none;
}

#wrapper {
	width: 600px;
	margin: 30px;
}

h3 {
	color: #6f231f;
}

.top {
	text-align: right;
	color: #6f231f;
}

.title {
	color: #997849;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	float: right;
	margin-top: 4px;
}


.text  {
	font-size: 18px;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #474747;
	float: left;
}

.header {
	border-top: 1px dotted #6f231f;
	border-bottom: 1px dotted #6f231f;
	clear: both;
	padding-top: 5px;
	padding-bottom: 8px;
}

li { margin-top: 5px; margin-bottom: 5px; }
