/* CSS Document */

#content_container {
	position: relative;
	top:0px;
	left:28px;
	width:744px;
	z-index:20;
	}
#content_bottom {
	width:744px;
	height:17px;
	background-image: url(../_images/common/border_bottom.gif);
	background-repeat:no-repeat;
	z-index:21;
	margin:0;
	padding:0;
	}	
#content_top {
	display: block;
	width:744px;
	height: 70px;
	background-image: url(../_images/common/border_top.gif);
	background-repeat:no-repeat;
	z-index:22;
	margin:0;
	padding:0;
	}	
#content_top h1 {
	padding-bottom: 0px;
	line-height: 22px;
	text-shadow: 2px 2px 2px #939eb1;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 30px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	}
#content_middle {
	width:744px;
	background-image: url(../_images/common/border_background.gif);
	background-repeat:repeat-y;
	z-index:30;
	display: block;
	margin:0;
	padding:10px 25px 10px 25px;
	}
#content_spacer {
	height: 25px;
	width:744px;
	background-image: url(../_images/common/spacer_border_background.gif);
	background-repeat:repeat-y;
	z-index: 31;
	display: block;
	margin:0;
	padding: 0px;
	}
#content_middle p {
		padding-bottom: 10px;
		padding-right: 65px;
	}

