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


html {

 height: 100%;

}
body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Garamond","Garamond Premiere Pro", "Adobe Garamond", "Adobe Garamond Pro";
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	color: #524747;

}

#container {
	margin: auto;
	width: 100%;
	text-align: left;
	height: 100%;
}
.main {
	width: 100%;
	height: 100%;
}

.style1 {font-size: 14px}
.style2 {font-style: italic}
.style3 {font-size: 14px}
.style4 {font-style: italic; font-size: 16px}
.style5 {color: #FFFFFF;font-weight: bold;}
