/* CSS Document */
.class0 {color: #FF0000; font-size: 16px; text-align: center;}
.class1 {color: #000; font-size: 16px; text-align: center;}

a:link {color: #996633; text-decoration: none; }
a:active {color: #996633; text-decoration: none; }
a:visited {color: #996633; text-decoration: none; }
a:hover {color: #996633; text-decoration: underline; }

img {border: none;}

body {
	background: url(img/background.gif) center repeat-y ;
	text-align: center;
	margin: auto;
	padding: auto;
}

div#header {
	height: 200px;
	width: 800px;
	background: url(img/header.gif);
	margin: auto;
}

div#menu {
	background: url(img/menu.gif);
	height: 40px;
	width: 800px;
	margin: auto;
	text-align: center;
	font-family: Georgia1, Georgia, serif;
}

div#content {
	margin: auto;
	width: 800px;
	text-align: left;
	padding: 10px;
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
}

div#footer {
	background: url(img/footer.gif);
	height: 40px;
	width: 800px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #996633;
}

h1 {font-size: 22px; color: #993333}
