#main {
	width: 996px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	height: 135px;
	padding: 0;
	margin: 0 auto;
	background-image: url( ../images/header_background.jpg );
	color: #ffffff;
}

#header-top {
	height: 80px;
	padding: 0;
	position: relative;
}

#header-top-left {
	width: 66px;
	padding: 0;
	position: absolute;
	left: 0;
	height: 100%;
}

#header-top-middle {
	width: 645px;
	height: 100%;
	position: absolute;
	left: 66px;
}

#headertitle {
	position: absolute;
	bottom: 6px;
	overflow: visible;
	line-height: 3em;
}

#header-top-right {
	right: 0;
	width: 284px;
	padding: 0;
	position: absolute;
	height: 100%;
}

#header-top-right-links {
	position: absolute;
	right: 0;
	top: 28px;
}

#header-top-right-search {
	bottom: 0;
	right: 0;
	position: absolute;
}

#header-bottom {
	padding: 0;
	position: relative;
	padding-top: 20px;
}

#header-bottom-left {
	left: 0;
	position: absolute;
	text-align: left;
}

#header-bottom-right {
	right: 0;
	position: absolute;
}

#conf-nav-bar {
	padding-top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #191E2B;
}

#conf-nav-bar-left {
	padding: 6px 10px 0px 0px;
	float: left;
}

#conf-nav-bar-right {
	padding-top: 4px;
	float: right;
}

#content-top {
	position: relative;
	padding: 0;
	height: 20px;
	width: 100%;
}

#content-top-left-corner {
	width: 15px;
	background: #ffffff url( ../images/curve_top_left.gif ) no-repeat;
	position: absolute;
	left: 0;
	height: 100%;
}

#content-top-middle {
	width: 965px;
	background-color: #ffffff;
	position: absolute;
	left: 15px;
	height: 100%;
}

#content-top-right-corner {
	width: 16px;
	position: absolute;
	right: 0;
	background: #ffffff url( ../images/curve_top_right.gif ) no-repeat;
	height: 100%;
}

#content-middle {
	overflow: hidden;
	padding: 0;
	/*position: relative;*/
	background-color: #ffffff;
	width: 986px;
	padding-left: 5px;
	padding-right: 5px;
}

#content-bottom {
	position: relative;
	padding: 0;
	height: 20px;
	width: 100%;
}

#content-bottom-left-corner {
	width: 15px;
	background: #ffffff url( ../images/curve_bottom_left.gif ) no-repeat;
	height: 100%;
	position: absolute;
	left: 0;
}

#content-bottom-middle {
	width: 965px;
	background-color: #ffffff;
	position: absolute;
	left: 15px;
	height: 100%;
}

#content-bottom-right-corner {
	width: 16px;
	position: absolute;
	right: 0;
	background: #ffffff url( ../images/curve_bottom_right.gif ) no-repeat;
	height: 100%;
}

#footer {
	width: 995px;
	background-color: #191e2b;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

#space-blog-posts {
	padding: 10px;
	float: left;
	width: 750px;
}

#space-blog-posts-calendar {
	float: right;
	padding-right: 20px;
	vertical-align: top;
}

#infoPanel {
	float: right;
	width: 190px;
	vertical-align: top;
}

#editBox {
	float: left;
	/*position: relative;*/
	width: 780px;
	overflow: hidden;
}

#blogpost {
	padding: 18px;
	margin-bottom: 5px;
}