@charset "UTF-8";

div#privatePolicyFrame {
	width: 960px;
	background-color: white;
	height: 653px;
	border: 10px solid white;
	background-image: url('../img/silverbg.png');
	background-repeat: no-repeat;
}

div#privatePolicyFrame #paragraph {
	float: right;
}

div#privatePolicyContent {
	margin: 20px;
	margin-right: 0px;
	width: 430px;
	overflow: auto;
	font-size: 12px;
	color: #252525;
	line-height: 140%;
}

div#privatePolicyContent img {
	display: block;
	margin-bottom: 20px;
}

div#privatePolicyContent h1 {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	}
