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

#bg {
	background-image: url(images/side.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position: center center;
	background-attachment: fixed;
	background-color: #C6D7F3;
}

#header {
	background-image: url(images/header.jpg);
	height: 265px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(images/side.png);
	background-repeat: repeat-y;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	height: 210px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/footer.jpg);
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

