html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #ACB485;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	margin-top: 5px;
	line-height: 130%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #996600;
}
h3 {
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 800px;
}
#nav {
	font-weight: bold;
}
#nav ul {
	padding-left: 0px;
	font-size: 12px;
	margin-left: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 11px;
}
#nav a:link {
	color: #666666;
	text-decoration: none;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#top img {
	margin-top: 70px;
	margin-left: 255px;
}
#main {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
}
#content {
	float: left;
	width: 507px;
	margin-left: 32px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
* html #content {
	margin-left: 16px;
}
#post {
	background-image: url(../images/corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 20px;
	line-height: 150%;
}
* html #post {
	margin-left: 0px;
}
#post p {
	padding-right: 15px;
}
#post ul {
	padding-right: 15px;
}
#post a:link {
	color: #990000;
	text-decoration: none;
}
#post a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#post a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#sidebar {
	float: right;
	width: 213px;
	margin-right: 40px;
}
* html #sidebar {
	margin-left: 5px;
}
#sidebar h1 {
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336633;
	font-weight: normal;
}
#sidebar h3 {
}
#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 30px;
}
#sidebar li {
	font-size: 13px;
	margin-bottom: 10px;
}
#sidebar a:link {
	color: #666666;
	text-decoration: none;
}
#sidebar a:visited {
	color: #666666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	clear: both;
	width: 800px;
	padding-top: 30px;
	margin-bottom: 0px;
	height: 30px;
}
#footer p {
	padding-left: 60px;
	font-size: 10px;
	color: #666666;
}
#bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#francesco {
	background-image: url(../images/francesco1.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 212px;
	padding-top: 173px;
	overflow: hidden;
}
* html #francesco {
	margin-top: 3px;
}
#eric {
	background-image: url(../images/eric1.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 212px;
	padding-top: 173px;
	overflow: hidden;
}
.float-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
}
.float-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}