body {
	background-image: url(../images/bg5.gif);
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: auto 0;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#main {
	background-color: #FFFFFF;
	border: 8px solid #FFFFFF;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#home {
	background-color: #FFFFFF;
	border: 8px solid #FFFFFF;
	margin: 0 auto;
	width: 640px;
}

#home2 {
	background-color: #FFFFFF;
	border: 8px solid #FFFFFF;
	margin: 0 auto;
	width: 640px;
	vertical-align:bottom;
}

#logo {
	border-bottom: 8px solid #FFFFFF;
}

#header {
	width: 640px;
}

.bold {
	background-color: #111111;
	padding-left: 4px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}

.bold2 {
	background-color: #111111;
	border-top: 8px solid #FFFFFF;
	padding-left: 4px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}

.bold2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bold2 a:hover {
	background-color: #CCCCCC;
	display: block;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	background-color: #FFFFFF;
	border-left: 8px solid #FFFFFF;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 152px;
}

#nav a {
	display: block;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding-left: 4px;
	border-bottom: 1px solid #FFFFFF;
}

#nav a:hover {
	background-color: #CCCCCC;
	border-bottom: 1px solid #111111;
	border-right: 8px solid #111111;
}

#content {
	border-top: 8px solid #FFFFFF;
	width: 640px;
}

#sidebar {
	border-top: 8px solid #FFFFFF;
	float: right;
	width: 152px;
}

#copy {
	background-color: #111111;
	border-top: 8px solid #FFFFFF;
	padding-left: 4px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}

.title {
	font-weight: bold;
	font-size: 13px;
}

.date {
	border-bottom: 1px dotted #DDDDDD;
	padding-bottom: 4px;
}

.post {
	padding: 8px;
}

.right {
	text-align: right;
}

.comments {
}

#numPosts {
}