body {
	background-color: #848D8D;
	color: #000;
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
}
#side {
	position: absolute;
        padding: 15px;
	width: 800px;
        left: 50%;
        margin-left: -400px;
}
#top {
	position: absolute;
	background-image: url("../images/header.jpg");
	z-index: 3;
	left: 10px;
	top: 10px;
	width: 620px;
	height: 40px;
/*        border: 1px solid #000; */
}
#banner {
	background-image: url("../images/header_750.jpg");
	z-index: 3;
	width: 750px;
	height: 40px;
}
#spacer {
	height: 10px;
}
#rigth {
	position: absolute;
	z-index: 3;
	left: 666px;
	width: 88px;
/*	color: #000;*/
/*	background-color: #C1C3C9;*/
/*        border: 1px solid #000;*/
/*        padding: 5px;*/
	margin: 0px;
}
#rigth1 {
/*	position: absolute;*/
	z-index: 3;
/*	left: 666px;*/
	width: 88px;
	color: #000;
	background-color: #C1C3C9;
        border: 1px solid #000;
        padding: 5px;
}
#rigth2 {
/*	position: absolute;*/
	z-index: 3;
/*	left: 666px;*/
	width: 90px;
	color: #000;
	font-weight: bold;
	background-color: #C1C3C9;
        border: 1px solid #000;
        padding: 4px;
}
#left {
	position: absolute;
	z-index: 3;
	width: 88px;
	color: #000;
	background-color: #C1C3C9;
        border: 1px solid #000;
        padding: 5px;
}
.inline {display: inline;}
#content {
	position: absolute; 
	width: 750px;
        left: 50%;
        margin-left: -380px;
	line-height: 16px;
	z-index: 3;
	color: #000;
	font-size: 8pt;
	background-color: #848D8D;
        padding: 15px;
	display: block;
}
#middle {
	position: relative;
	left: 115px;
	width: 498px;
	line-height: 16px;
	z-index: 3;
	color: #000;
	font-size: 8pt;
        border: 1px solid #000;
	background-color: #C0C6C5;
        padding: 10px;
}
.blog {
	width: 492px;
	font-size: 8pt;
	color: #000;
	background-color: #C0C6C5;
	margin-left: 4px;
}
#links {
	position: absolute;
	z-index: 3;
	left: 5px;
	top: 5px;
	width: 88px;
	height: 200px;
	color: #000;
	background-color: #C1C3C9;
}
#login {
	position: absolute;
	z-index: 3;
	left: 5px;
	top: 5px;
	width: 88px;
	height: 118px;
	color: #000;
	background-color: #C1C3C9;
}
#other {
	position: absolute;
	z-index: 3;
	left: 5px;
	top: 181px;
	width: 88px;
	height: 118px;
	color: #000;
	background-color: #C1C3C9;
}
input.text {
	font-size: 8pt;
	width: 80px;
	border: #000 1px solid;
}
input.signup {
	font-size: 10pt;
	width: 200px;
	border: #000 1px solid;
}
input.blogtext {
	font-size: 8pt;
	width: 492px;
	border: #000 1px solid;
}
textarea.blogtext {
	font-family: Verdana, Lucida, Arial, sans-serif;
	font-size: 8pt;
	width: 492px;
	height: 200px;
	border: #000 1px solid;
}
.altButtonFormat {
	background-color: #C1C3C9;
	border: #000 1px solid;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}
p.error {
	font-size: 10pt;
	font-family: Verdana, Lucida, Arial, sans-serif;
	color: #F00;
}
a {
	color: #000;
}
a.active {
	color: #000;
}
a.visited {
	color: #000;
}
a.hover {
	color: #000;
}
.bloglink {
	color: #FFF;
	margin-left: 1px;
}
.blogheader {
	width: 492px;
	font-size: 8pt;
	color: #FFF;
        border: 1px solid #000;
	background-color: #8A938E;
	padding: 2px;
}
p.center {
	text-align: center;
}
img.banner {
	border: 0px;
}
img.blog {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#usertable {
	border-width: 0 0 1px 1px;
	border-style: dashed;
	border-color: #000;
	border-collapse: collapse;
	border-spacing: 0;
	width: 499px;
}
#usertable td {
	border-width: 1px 1px 0 0;
	border-style: dashed;
	border-color: #000;
	background-color: #848D8D;
	margin: 0;
	padding: 2px;
}
