/* CSS Document */
#privacy {
	background-image: url(../img/privacy_bg.jpg);
	background-repeat: no-repeat;

	background-position: bottom;

}

#privacy p{

	line-height: 180%;


}



#privacy .title {
	margin-top: 10px;
}


#privacy .content {
	padding: 10px;
	margin: 0px;
}
#privacy .content ol {
	line-height: 150%;
}
#privacy .content li {
	margin-bottom: 10px;
	list-style-type: decimal;
}

