/*
 *  MeetMattChapman v1.0
 */

BODY {
	font-family: Verdana;
	font-size: 12px;
	position: absolute;
	text-align:center;
	height:100%;
	background-position: center;
	background-repeat: repeat-y;
	background-image: URL('images/main.gif');
	width:100%;
}

.website {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	position: relative;
	width:928px;
}

.header {
	width:   928px;
	height:  124px;
	padding: 0px;
	margin:  0px;
	margin-left: auto;
	margin-right:auto;
	background-image: URL('images/header.gif');
}

.main {
	position: relative;
	top:      0px;
	left:     0px;
	z-index:  -10;
	width:    928px;
	height:   100%;
	padding:  0px;
	margin-left: auto;
	margin-right:auto;
	background-image: URL('images/main.gif');
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 304px;
	height: 100%;
	z-index: -10;
	padding-left: 20px;
	padding-top: 150px;
	background-color: #8AEB0B;
	background-repeat: repeat-y;
	background-image: URL('images/mainl.gif');
}

.content {
	position: absolute;
	top: 74px;
	left: 304px;
	width: 624px;
	text-align:left;
	background-repeat: repeat-y;
	background-image: URL('images/content_mid.gif');
}
.content_box {
	font-family:Tahoma;
	font-size: 10pt;
	background-position: top;
	background-image: URL('images/content_top.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 45px;
}
.content_bot {
	height: 35px;
	background-position: bottom;
	background-image: URL('images/content_bot.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}

.footer {
	position:relative;
	left:-20px;
	margin-left:20px;
	background-color: #8AEB0B;
	padding-left:60px;
}

.heading {
	font-size:14px;
	color:#86BB2B;
	font-weight:bold;
}
.title {
	font-size:14px;
	color:#86BB2B;
	font-weight:bold;
	letter-spacing:0px;
}
.subline {
	font-size:9px;
	border-bottom:1px solid #86BB2B;
}
.comments {
	color:#86BB2B;
	font-weight:bold;
	position:relative;
	font-size:12px;
	float:right;
	top:13px;
}

.date {
	color:#86BB2B;
	font-weight:bold;
}
.indent {
	padding-left:20px;
}
.post {
	padding-left:20px;
	text-align:justify;
	padding-right: 10px;
}