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

h1 {
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	color: #660000;
	display:block;
	padding-bottom: 5px;
	border-bottom: 2px dotted #E6C3BA;
}
h2, h3 {
	font-style: italic;
	font-weight: bold;
	color: #660000;
	border-bottom: 2px dotted #E6C3BA;
	display:block;
	padding-bottom: 5px;
	padding-top: 10px;
}
* {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding-top: 5px 0px 0 0px;
	background-image: url(images/legal-bg.gif);
}
a {
	color: #660000;
}
#container {
	background-image: url(images/page-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#top {
	height: 216px;
	width: 800px;
}
#text {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #663333;
}
ul li {
	font-size: 16px;
	padding: 5px 0 5px 0;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}
ul li ul li {
	padding: 5px 0 5px 0;
	list-style-type: none;
	list-style-image: url(images/bullet2.gif);
}
