
* {
	margin: 0; 
	padding: 0; 
	}

body {
	padding: 0 0 20 0; 
	}

div#container {
	position: relative; 
	width: 100%; 
	height: auto; 
	background-color: white; 
	background-image: url(images/body-repeat.jpg); 
	background-position: center; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	padding: 0 0 0 0; 
	}

div#header {
	position: relative; 
	width: 100%; 
	height: 545px; 
	margin: 0px; 
	padding: 0px; 
	background-color: white; 
	background-image: url(images/top.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 50%; 
	}

div#main {
	position: relative; 
	width: 780px; 
	height: auto; 
	left: 50%; 
	margin-left: -405px; 
	padding: 10px; 
	padding-bottom: 20px; 
	border-style: double; 
	border-color: black; 
	border-width: 5px; 
	background-color: white; 
	background-image: url(images/text.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 50% -5px; 
	text-align: justify; 
	z-index: 10; 
	}

div#side1 {
	position: absolute; 
	width: 240px; 
	height: 450px; 
	margin: 0px; 
	padding: 0px; 
	top: 545px; 
	left: 50%; 
	margin-left: -640px; 
	background-color: white; 
	background-image: url(images/side1.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0%; 
	}

div#side2 {
	position: absolute; 
	width: 240px; 
	height: 450px; 
	margin: 0px; 
	padding: 0px; 
	top: 545px; 
	left: 50%; 
	margin-left: 400px; 
	background-color: white; 
	background-image: url(images/side2.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0%; 
	}

div#menu {
	position: absolute; 
	text-align: right; 
	font-style: italic; 
	font-weight: bold; 
	top: 20px; 
	width: 355px; 
	height: 40px; 
	left: 50%; 
	margin-left: 35px; 
	}

div#intro {
	position: absolute; 
	top: 77px; 
	width: 344px; 
	height: 180px; 
	left: 50%; 
	margin-left: 30px; 
	padding: 8px; 
	font-size: 10pt; 
	text-align: justify; 
	text-indent: 8px; 
	border-style: double; 
	border-color: black; 
	border-width: 5px; 
	background-color: white; 
	background-image: url(images/menuinfo.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll;
 	background-position: -35px -82px; 
	}

div#extras {
	position: relative; 
	background-color: white; 
	background-image: url(images/bkg.jpg); 
	background-position: center; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	width: 100%; 
	padding: 10px 0 0 0; 
	}

div#footer {
	position: relative; 
	background-color: black; 
	color: white; 
	width: 100%; 
	text-align: center; 
	padding: 5px 0 5px 0; 
	}

blockquote {
	width: 80%; 
	margin-left: 10%; 
	margin-right: 10%; 
	margin-top: 25px; 
	margin-bottom: 25px; 
	}


