@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background: url(Images/bodybgImg.jpg) no-repeat top;
	background-color:#000;
}

#header_wrapper{
	background: url(Images/header_bgImg.jpg) repeat-x top;
	height:140px;
}


#pageWrapper{
	width:995px;
	min-height:600px;
}

#page_content{
	background: url(Images/b_bgStretch.jpg) repeat-y;
}

#subpage_content{
	background:url(Images/subBodyStretch.jpg) repeat-y;
	height:auto;
}

#col1{
	float:left;
	width:343px;
	min-height:600px;
}

#col1Sub{
	float:left;
	width:306px;
}

#col1_wrapper{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

#col1_wrapperSub{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

#col2{
	float:left;
	width:306px;
}

#col2Sub{
	float:left;
	width:689px;
	min-height:600px;
}

#col2_wrapperSub{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

#col3{
	float:left;
	width:346px;
	min-height:600px;
}

#col3_wrapper{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
}

.titleText1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333;
	padding-bottom:5px;
}

.contentText1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}
