body#florencebody {
	background-color: #505050;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
	width: 1000px;
}
div {
	background-color: none;
/*	border-style: solid 1px; */
	margin: 5px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
	font-variant: small-caps;
}
h2 {
	border: solid;
	border-left: none;
	border-right: none;
	border-width: 1px;
}
#header {
	background-image: url('../images/amanda-sb-small.gif');
	background-repeat: no-repeat;
	height: 80px;
	max-width: 600px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
#header h1 {
	margin-top: 25px;
}
#tagline {
	clear: both;
	float: right;
	margin-right: 10em;
	text-align: center;
}
#tagline table {
	background-color: #505050;
	border: solid;
	border-width: 1px;
	}
#tagline table td, th {
	background-color: white;
	border: solid;
	border-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	text-color: #505050;
	font-size: small;
}
#navigation {
	clear: both;
	float: left;
	margin: 0px;
	padding: 5px;
	text-transform: capitalize;
	width: 160px;
}
#navigation a:hover {
	background-color: #545454;
	background-image: none;
	color: white;
	font-weight: bolder;
}
#navigation h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	}
#navigation form {
	font-size: small;
	margin: 0px;
	}
#navigation ul {
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#navigation li {
	background: url('../images/button.jpg') top repeat-y;
	background-color: #545454;
	border: 0.1em solid black;
	color: black;
	font-weight: bold;
	height: auto;
	line-height: auto;
	text-align: center;
	width: 160px;
	vertical-align: middle;
	}
#navigation li a {
	background: url('../images/button.jpg') top repeat-y;
	color: black;
	display: block;
	text-decoration: none;
	width: 160px;
	}
#content {
	float: left;
	margin-left: 15px;
	padding: 15px;
	width: 600px;
}
#content h2 {
	text-align: center;
}
#content h3 {
	letter-spacing: 5px;
}
#homeimage {
	margin-left: 80px;
	}
#main,
#main2 {
	border: none;
	float: left;
	width: 600px;
}
#comments
#noclass {
	border: none;
}
#noclass th {
	font-size: small;
}
#noclass td {
	font-size: smaller;
}
#sidebar,
#sidebar2 {
	border: none;
	float: right;
	width: 600px;
}
.post {
	border: ridge 3px;
	padding: 3px;
	width: 600;
}
.date-header {
	margin-left: 60px;
	margin-right: 60px;
}
.first {
	margin-top: 5px;
	}
#comment {
	width: 600px;
	}
#hosted {
	top: 5px;
	font-weight: bold;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 120px;
	}
#hosted img {
	border: none;
	clear: both;
	height: 60px;
	margin: auto;
	width: 120px;
	}
#footer {
	clear: both;
}

