@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	float:left;
	background-color:#0084ff;
}

#page-wrapper {
	width:1020px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
}

#header {
	width:100%;
	height:auto;
	text-align:center;
	margin:15px 0px 10px 0px;
}

p {
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

#intro-text {
	width:100%;
	height:auto;
	text-align:center;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:16px;

}

#intro-text p {
	text-align:center;
}

#body-text {
	width:98%;
	height:auto;
	text-align:left;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:16px;
	margin:0px 5px 0px 5px;
}

.img-cont-left {
	width:490px;
	height:auto;
	background-color:#CCC;
	border:1px solid #666;
	float:left;
	border:1px solid #000;
	margin:0 0 0 13px;
}

.img-cont-right  {
	width:490px;
	height:auto;
	margin:0px 0px 10px 10px;
	background-color:#CCC;
	border:1px solid #666;
	float:left;
	border:1px solid #000;
}

.img-dec {
	width:100%; 
	height:auto;
	text-align:center;
	font-size:16px;
}