body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
   margin: auto;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#container {
	width: 566px;
	margin: auto;
	text-align: center;
}


#header {
	height: 55px;
	width: 566px;
	margin: auto;
	text-align: center;
}

#nav {
	width: 105px;
	float: left;
}

#main {
	margin: auto;
	width: 454px;
	text-align: justify;
	color: Black;
}

h1 {
	color: Black;
	text-align: center;
	font-variant: small-caps;
}

small {
	color: Black;
	font-size: 8pt;
	font-family: "Times New Roman", Times, serif;
}