.outline {
	border: 1px solid #333333;
	width: auto;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DB1224;
	font-weight: normal;
}
.bg-Left {
	background-image: url(../images/bg-Left.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-Right {

	background-image: url(../images/bg-Right.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-position: left top;
}
