body{
	background: url('../images/paper4.jpg') bottom center repeat;
	..background-color: #4b545f;
	top: 0px;
}
.container{
	margin-left: 180px;
	margin-right: 180px;
	width:auto;
	height: auto;
	margin-bottom: 50px;
	top:0px;
	position:relative;
	/**/
	border: 0px solid grey;
	padding: 15px;
}
.header{
	height:220px;
	border: 0px solid grey;
	position: static;
	width: 960px;
	margin-bottom:20px;
}

.content{
	color: #4a4747;
	border: 0px solid orange;
	margin: 10px 0px;
	padding:30px;
	width: 900px;
	height: auto;
	margin-top: 66px;
	text-align: justify;
	font-family:Arial;
	font-size: 13px;
	..background-color: #f9f8c7;
	..background-color: #f7f7cd;
	background-color:white;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow: 1px 1px 10px #4a4747;
	-webkit-box-shadow: 1px 1px 10px #4a4747;
	box-shadow: 5px 5px 10px #4a4747;
}

.content img{
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #4a4747;
	-webkit-box-shadow: 1px 1px 10px #4a4747;
	box-shadow: 1px 1px 10px #4a4747;
	margin-left:20px;
}
.content ul{
	list-style-type:circle;
}

.content p{

}
.pLeft{
	display:inline;
	width:200px;
	margin-right: 25px;
}
.footer{
	position: static;
	bottom: 0px;
	border: 0px solid orange;
	height: 50px;
	text-align:center;
	top:30px;
	position:relative;
}

.footer a{
	text-decoration: none;
	color: grey;
	margin-right: 20px;
	font-family: Arial;
	font-size:12.5px;
}

.footer a:hover{
	text-decoration: none;
	color: grey;
	..margin-right: 20px;
	color:orange;
}

h4{
	..color: #3c789b;
	color: orange;
}