/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

#home_Content {
	position: absolute;
	width:940px;
	height:100%;
	z-index:20;
	top: 620px;

}

#home_Col_top_01{
	position: relative;
	width:940px;
	height:auto;
	z-index:20;
	top: 0px;
	border-top: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	float:left;

}

#home_Cert_Title{
	position: relative;
	width:100%;
	height:40px;
	z-index:30;
	top: 10px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight: 100;
	color: #333;
}

#home_Cert_Content{
	position: relative;
	width:100%;
	height:auto;
	z-index:30;
	top: 20px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 100;
	color: #444;
	padding-bottom:10px;
	

}

#home_Col_left_01{
	position: relative;
	width:300px;
	height:300px;
	z-index:20;
	top: 30px;
	float:left;
}

#home_Col_mid_01{
	position: relative;
	width:300px;
	height:300px;
	z-index:20;
	top: 30px;
	float:left;
	padding-left: 20px;
}

#home_Col_right_01{
	position: relative;
	width:300px;
	height:300px;
	z-index:20;
	top: 30px;
	float:left;
	padding-left: 20px;
}


#home_Col_title_01 {
	position: absolute;
	width:300px;
	height:60px;
	z-index:20;
	top: 0px;
	border-bottom: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

#home_Col_text_01{
	position: absolute;
	width:300px;

	z-index:20;
	top: 70px;

}

#Footer_Home {
	position:  absolute ;
	width:940px;
	height:80px;
	background-color: #ffffff;
	top: 1100px;
	border-top: 1px;
	border-top-color: #999;
	border-top-style: solid;
	padding-top:5px;
}