@charset "UTF-8";
#all {
	height: auto;
}
#main {
	background-image: none;
	background-color: #EFEBCE;
	height: auto;
}
#title {
	padding: 0px;
	height: 60px;
	width: 790px;
	background-color: #F2EED0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/privacy_title.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#title h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#main  h2 {
	font-size: 90%;
	text-align: center;
	color: #990000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main h3 {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration: underline;
	font-weight: normal;
	color: #990000;
}
#main li {
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	list-style-type: decimal;
	text-align: left;
	padding-left: 0px;
}
#footer #privacy {
	color: #FF0000;
}	

