html, body {
	background-color: white;
	font-family: georgia, verdana, arial;
	margin: 0 auto;
}

a {
	text-decoration: underline;
	color: #000000;
	border: none;
}

a:hover {
	
}

img {
	border: none;
}

#all {
	position: absolute;
	width: 884px;
	height: 100%;
	margin: 5px auto auto -442px;
	left: 50%;
	padding: 0;
}

#header {
	float: left;
	width: 884px;
	height: 139px;
	margin: 0 auto 0px auto;
}

#content {
	float: left;
	width: 884px;
}

.paddedContent {
	margin: auto 2px 2px 2px;
}

.form {
	line-height: 0em;
}

#contentLeft {
	float: left;
	width: 167px;
}

.userCommentAll {
	width: 167px;
}

.userCommentHeader {
	width: 167px;
	font-family: arial;
	font-size: .6em;
}

.username {
	font-size: 1.1em;
	font-family: arial;
	font-weight: bold;

}

.userCommentContent {
	width: 167px;
	margin: auto auto auto auto;
	font-size: .7em;
}

#userCommentForm {
	width: 167px;
	text-align: right;
}

#userCommentFormIn {
	width: 167px;
	text-align: right;
	background-image: url(/images/shoutboxIn.jpg);
}

#userCommentFormOut {
	width: 167px;
	text-align: right;
	background-image: url(/images/shoutboxOut.jpg);
}

.smallInput {
	font-size: .6em;
}

.smallFont {
	font-size: .6em;
}

#contentCenter {
	float: left;
	width: 520px;
}

.blogEntryAll {
	width: 520px;
}

.blogEntryHeader {
	width: 520px;
	font-size: 1.2em;
}

.blogEntryHeaderLeft {
	float: left;
	width: 90px;
	text-align: center;
}

.blogEntryHeaderRight {
	float: left;
	width: 430px;
	text-align: right;
}

.blogEntryContent {
	float: left;
	width: 520px;
}

.blogEntryFooter {
	float: left;
	width: 520px;
	margin-bottom: 4px;
	text-align: right;
}

.forumCommentAll {
	width: 520px;
	margin: 10px auto 10px auto;
}

.forumCommentUsername {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	float: left;
	margin-right: 6px;
}

.forumCommentDate, .forumCommentTime {
	font-family: arial;
	font-size: .6em;
	clear: both;
}

.forumCommentContent {
	margin: 6px auto 6px auto;
	font-size: .8em;

}

.forumCommentEdit {
	font-family: arial;
	font-size: .6em;
	font-weight: bold;
	line-height: 1.6em;
}

#forumCommentForm {
	text-align: right;
}


#contentRight {
	width: 188px;
	float: right;
}