@charset "utf-8";
/* CSS Document */

/* Pages with Sub Navigation */

#title1{
	background: url(images/background/welcome_feature_bg.gif) repeat-x;
	width: 192px;
	margin-left: 4px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-top: 71px;
	padding-left: 20px;
	padding-top: 5px;
}

#title2{
	background: url(images/background/welcome_feature_bg.gif) repeat-x;
	width: 550px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-top: 71px;
	padding-left: 20px;
	padding-top: 5px;
}

/* Content Area */

#content_top_image{
	width: 569px;
	padding-bottom: 0px;
	*padding-bottom:-5px;
	position:absolute;
}

#content_background{
	background: url(images/background/content_middle.gif) repeat-y;
	padding-top: 25px;
}

.text{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
}


