/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body{height:100%; } 

body{
	margin:0;
	padding:0;
	background: #565656;
}

.container{
	margin: 0 auto;
}
.header{
	float:left;
	height: 96px;
	width: 980px;
	background: url(../images/privacy_policy_head.jpg) top center no-repeat;
}
.link-bar{
	float: right;
	height: 13px;
	width: 710px;
	margin: 0px 0px 0px 0px; 
}
	.link-bar ul{
		float: left;
		height: 13px;
		width: 710px;
		list-style: none; 
		margin-top: 54px;
		padding-left: 30px;
	}
	.link-bar li{
		float: left;
		height: 13px;
		width: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.link-bar li a, .link-bar li a:hover{
		float: left;
		line-height: 13px;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #333333;
		text-decoration: none;
	}
	.link-bar li a{			text-decoration: none;	}
	.link-bar li a:hover{	text-decoration: underline;	}

.footer{
	float:left;
	height: 45px;
	width: 980px;
	background: url(../images/privacy_policy_foot.jpg) top center no-repeat;
}
.content{
	margin: 0 auto;
	height: auto;
	width: 900px;
}
.content h3{
	text-align: center;
	display: block;
	width: 100%;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0000cc;
	margin-bottom: 15px;
}
.content h2{
	float: left;
	text-align: left;
	display: block;
	width: 100%;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #0000cc; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.content p{
	float: left;
	text-align: justified;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.content p a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
}