/* Content Page Specific Style Sheet */

#contentPage_wrapper {
	width:100%;
	margin:20px auto 0px auto;
	color:#4D4D4D;
}

	#contentPage_wrapper h2 {
		font-size:14px;
		font-weight:bold;
		padding-bottom:0;
		margin:0;
	}
	
	#contentPage_wrapper p {
		padding:0;
		margin:10px 0 0 0;
	}

	#contentPage_topper {
		background:url(../images/bg_contentPage_top.png) no-repeat center top;
		height:30px;
		width:750px;
	}
	
	#contentPage_body {
		background:url(../images/bg_contentPage_middle.png) repeat-y center top;
		padding-left:45px;
		padding-right:45px;
	}
	
	#contentPage_footer {
		background:url(../images/bg_contentPage_bottom.png) no-repeat center top;
		height:30px;
		width:750px;
	}

	#contentPage_construction {
		background:url(../images/bg_construction.png) no-repeat center top;
		height:420px;
		width:420px;
		margin:0 auto;
	}

	
.hamLinks a {
	color:#333333;
}

.hamLinks a:hover {
	color:#666666;
}

.hamLinks a:active {
	color:#FFFFFF;
}