

* { margin: 0px; padding: 0px; }

html {
	background-color: #ffffcc;
	text-align: center;
	font-family: "Palatino", sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

table, tr, td {
	text-align: center;
	vertical-align: top;
	border: none;
}

a { text-decoration: none; color: #003399; }
a:hover { text-decoration: underline;}


h1, h2, h3, h4{
	margin-bottom: 10px;
	color: #003300;
	text-align: left;
}

h3#thanks { color: #900; padding: 10px 0px 10px 10px; }

ul {
	list-style: none;
	text-align: justify;
}

img {
	border: 0;
	vertical-align:bottom;
}

p {
	margin-bottom: 15px;
	text-align: justify;
}
	



#site {
	width: 800px;
	margin: 20px auto 40px auto;
	text-align: justify;
	
}

#header {
	 clear: both;
}

#mainbod {
	background-image: url("images/bodyback.gif");
	background-color: #ffffff; 
	padding: 0px 20px 0px 20px;
	font-size: 1.2em;
}

#nav {
	width: 180px;
	float: left;
}

#content {
	width: 580px;
	float: right;
}

	#content img {
		display: block;
		margin-left: auto;
		margin-right: auto;
    }

	#left { float: left; width: 230px; }
	#right { float: right; width: 330px; }
	#both { clear: both; }

.dummy {
	clear: both;
}

#footer {
	padding-top: 10px;
	clear: both;
	height: 50px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	font-size: 1em;
}

	#footer p {
		text-align: center;
	}
	

ul#about {
	list-style: square;
	margin-left: 20px;
}

.pic {
	margin: 0px 18px 0px 18px;
	display: inline;
	text-align: center;
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

ul.menu {
	margin-bottom: 20px;
	margin-top: 5px;
}

#icecream {
	margin-left: 30px;
}

#fudge {
	margin-left: 30px;
}