body {
        text-align: center;
        min-width: 900px;
}

#wrapper {
        margin:0 auto;
        width:900px;
        text-align: left;
}

#header {
	text-align: center;
	width: 100%;
}

#navbar {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	background-repeat: repeat-y;
	background-image: url(/resources/greybg.jpg);
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: auto;
	border-bottom-style: dotted;
	width: 900px;
	min-height: 25px;
	overflow: auto;
	width: 100%
}

.post {
	padding-top: 15px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: auto;
	padding-bottom: 25px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 900px;
	min-height: 25px;
	overflow: auto;
	width: 100%
}

.posttitle {
	text-decoration: none;
	padding-right: 4px;
	color: #0099cc;
	font-size: 18px;
	text-align: right;
}

.posttitle a {
	border-style: none;
	text-decoration: none;
	padding-right: 4px;
	color: #0099cc;
	font-size: 18px;
	text-align: right;
}

object {

	display: inline;

	margin-right: 5px;

	margin-left: 5px;

}

.left {
	margin-left: 150px;
	float: left;
	position: relative;
	width: 300px;
	padding-top: 6px;
}

.middle {
	position: relative;
	bottom: 0px;
	float: left;
	width: 300px;
}

.right {
	padding-left: 4px;
	float: left;
	width: 296px;
	padding-top: 6px;
}

.textpost {
	text-shadow: -1px -1px 3px white;
	padding-top: 15px;
	background-repeat: repeat-y;
	background-image: url(/resources/greenbg.jpg);
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: auto;
	padding-bottom: 5px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 900px;
	min-height: 25px;
	overflow: auto;
	width: 100%
}

a {
	border-color: #99cc00;
	border-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #99cc00;
}

a:hover {
	border-color: #99cc00;
	border-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #99cc00;
}

a:active {
	border-color: #0099cc;
	border-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #99cc00;
}

#footer {
	padding-bottom: 10px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-image: url(/resources/imaginarylarrys.png);
	height: 67px;
	width: 90px;
	right: 25px;
	position: absolute;
	color: #999999;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

