/* It's for the neighborhood! ;) */
* {
	border:0px;
	margin:0px;
	padding:0px;
	}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #E5F0FF;
	background: #333;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 800px; 
	padding: 40x;
	margin:20px auto;
	text-align:left;	
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:800px;
	}
html>body #content {
	width: 800px; /* ie5win fudge ends */	
	}
#header {
	background:url(img/header.png) no-repeat left bottom;
	height:150px;
	width:480px;
	}
.menu {
	padding:0px;
	float:left;
	background: #E5F0FF;
	font-size:x-small;
	height:50px;
	margin-bottom:20px;
	}
.menu ul {
	list-style-type:none;
	text-align:center;
	}
.menu ul li {
	display: inline;
	}
.menu ul a {
	text-decoration:none;
	display: block;
	float: left;
	width:60px;
	height:50px;
	color:#F7A432;
	border-bottom: #E5F0FF thin solid;
	}
.menu ul a:visited {
	}
.menu ul a:hover {
	text-decoration:none;
	color:#88DD00;
	background:#333;
	}
.menu ul a#current {
	color:#88DD00;
	background:#333;
	border-bottom: #88DD00 thin solid;
	}
#main{
	width:480px;
	float:left;
	font-size:small;
	margin-right:20px;
	}
#side {
	width: 290px;
	float:left;
	font-size:small;
	background: #333;
	padding-left: 8px;
	}

.title {
	display:block;
	font-variant:small-caps;
	font-size: x-large;
	color:#88DD00;
	}
.sub-title {
	font-size:medium;
	font-variant:small-caps;
	color:#F7A432;
	}
.sub-sub-title {
	font-size:small;
	font-variant:small-caps;
	color:#88DD00;
	}	
p {
	text-indent:10px;
	line-height:16px;
	}
a:link {
	color:#F7A432;
	text-decoration:none;
	}
a:visited {
	color:#F7A432;
	text-decoration:none;
	}
a:hover {
	color:#333;
	text-decoration:underline;
	background:#F7A432;
	}
.post {
	border-bottom: #88DD00 thin solid;
	margin-bottom:15px;
	}
ul {
	list-style:none;
	}
textarea, input {
	background:#E5F0FF;
	color:#333;
	}
.button {
	cursor:pointer;
	}
.photo img {
	padding:3px;
	border: thin solid #E5F0FF;
	}
.photo a {
	display:block;
	float:left;
	width:120px;
	font-size:small;
	text-align:center;
	text-decoration:none;
	}