@charset "UTF-8";
a:link {
	text-decoration: none;
	color:#036;
}
a:visited {
	text-decoration: none;
	color:#036;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ccdaeb;
	margin: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: center;
}
#header {
	width:900px;
	background-image:url(images/hdr-1.jpg);
	height:274px;
}
#container {
	background-image: url(images/bg-container.png);
	background-repeat: repeat-y;
}
#content {
	background-color: #FFF;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 38px;
	margin-right: 38px;
}
#foot {
	background-image: url(images/bg-footer.png);
	height: 67px;
	width: 900px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}
#prop-image {
	width:300px;
	height:150px;
	margin-left:78px;
	margin-top:27px;
}
.style1 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.style2 {
	font-size:14px;
}
.style3 {
	font-size:10px;
}
