/************************************************************/
/* Section Background										*/
/************************************************************/

	#bgwrapper {
		background:			url('/images/about_bg.gif') no-repeat top left;
	}
	
/************************************************************/
/* Content Section											*/
/************************************************************/	

	#sectionimage {
		width:				230px;
		height:				100px;
	}
	
	#contentsection .break {
		background:			url('/images/hr_about.gif');
	}

	#contenttitle {
		color:				#ffffff;
	}
	
	#contentmenu, #contentmenu a {
		color:				#e85939;
	}	
	
	#contentbody {
		padding-left:		230px;
	}
	
	#contentbody h1 {
		color:				#e85939;
	}

	
	#contentbody h4 {
		color:				#818182;
	}
	
	#contentbody h5 {
		color:				#0070c0;
	}	
	
	
/************************************************************/
/* Form														*/
/************************************************************/		
	
	.Error {
		font-size:			18px;
		color:				#ff0000;
	}
	
	.ErrorLabel {
		font-size:			18px;
		color:				#e85939
	}


