body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #FFF;
	text-align: center;
	background-image: url(../misc/background01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#allcontent {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.allcontent {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#center {
	text-align: center;
	margin-right: 150px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 800px;
	padding: 10;
}
#left {
	float: left;
	width: 150px;
	text-align: center;
	height: 1050px;
	border-color: #000000;
	border-style: none;
}
#right {
	float: right;
	width: 150px;
	text-align: center;
	height: 1050px;
}
#footer {
	text-align: center;
	font-size: 75%;
}
.left {
	float: left;
	width: 150px;
	text-align: center;
	height: 800px;
}
.right {
	float: right;
	width: 150px;
	text-align: center;
	height: 800px;
}
.footer {
	text-align: center;
	font-size: 75%;
}
.under {
	font-style: italic;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.inline {
	text-align: center;
	width: 65%;
	margin: auto;
	height: 900px;
	
}

img {
	padding: 10px;
	text-align: center;
	border: 0;
	}


a:link {
	color: #069;
}
a:visited {
	color: gray;
}
a:hover {
	color: #0F0;
}
a:active {
	color: Red;
}
h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000;
	font-size: 36px;
	background-repeat: no-repeat;
	background-image: none;
}
dl dd {
	font-size: smaller;
}
