#sideBox {
	float: left;
	
	width: 262px;
	margin-right: 30px;
	
	text-align: center;
}

#sideBox div.sideBoxTop {
	height: 10px;
	background-image: url( images/sideBox-top.png );
	background-position: bottom center;
	background-repeat: no-repeat;
}

#sideBox div.sideBoxMain {
	padding: 5px 0px 10px 0px;
	background-image: url( images/sideBox-middle.png );
	background-position: center center;
	background-repeat: repeat-y;
}

#sideBox div.sideBoxBottom {
	height: 10px;
	background-image: url( images/sideBox-bottom.png );
	background-position: top center;
	background-repeat: no-repeat;
}

#sideBox div.sideBoxMain div.sideBoxText {
	text-align: left;
	padding: 10px 20px;
}

#contentSpace {
	float: left;
	width: 542px;
}

#contentSpace div.contentSpaceTop {
	height: 10px;
	background-image: url( images/contentBox-top.png );
	background-position: bottom center;
	background-repeat: no-repeat;
}

#contentSpace div.contentSpaceMain {
	padding: 5px 20px 10px 20px;
	background-image: url( images/contentBox-middle.png );
	background-position: center center;
	background-repeat: repeat-y;
}

#contentSpace div.contentSpaceBottom {
	height: 10px;
	background-image: url( images/contentBox-bottom.png );
	background-position: top center;
	background-repeat: no-repeat;
}