/* CSS Document */

body {
	background-color: #4A3A31;
	font-family: "Comic Sans MS", "Comic Sans", Arial, sans-serif;
	font-size: 12px;
}
h1 {font-size: 17px; font-family:Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; margin-bottom: -15px;}
p {margin-top: 15px; line-height: 15px;}
ul {margin-top: 15px; padding-left: 10px; margin-left: 10px; list-style-type: square;}
li {line-height: 1.2em; }
a {color: #060}
table {border: 1px solid #060; border-collapse: collapse}
td {border: 1px solid #060}


#body { position:relative; width: 800px; margin:auto; background-color: #f5f5d5; }

#text { width: 415px; margin-left: 175px;}

#copyright {font-size: 9px; position: relative; top: 8px; clear:both; padding-top: 5px;}
