body {
	background-color: 		#FFF;
	background-image: 		url( images/background-gradient.png );	
	background-repeat:		repeat-x;
}

#page_container {
	width: 					958px;
	margin:					0 auto;
	background-color:		black;
	position:				relative;
}

#content_column {
	position:				absolute;
	right:					0;
	width:					752px;
}

#content_frame {
	width:					752px;
	position:				relative;
}

#content_frame_background {
	position:				absolute;
	top:					35px;
	bottom:					54px;
	width:					752px;
	background-image:		url( images/content-background.png );
	background-repeat:		repeat-y;
	z-index:				-1;
}

#content_frame_top {
	position:				absolute;
	top:					0;
	width:					752px;
	height:					35px;
	background-image:		url( images/content-background-top.png );
	background-repeat:		no-repeat;
	z-index:				-1;
}

#content_frame_bottom {
	position:				absolute;
	bottom:					0;
	width:					752px;
	height:					54px;
	background-image:		url( images/content-background-bottom.png );
	background-repeat:		no-repeat;
	z-index:				-1;
		
}

#content_banner {
	position:				absolute;
	top:					17px;
	left:					38px;
}

#content {
	padding:				150px 38px 40px 38px;	
	z-index:				1;
}

#postit {
	position:				absolute;
	left:					807px;
	top:					74px;
}

#menu {
	position:				absolute;
	top:					0;
	left:					0;
	width:					224px;	
}

a > img {
	border:					0px;		
}

.lightbox {
	border: 				medium dotted #0099FF;
	padding:				5px;
	text-align:				center;
	font-size:				0.8em;
	font-style:				italic;
	margin-bottom:			10px;
}
