/*header*/
#header {
	overflow: hidden;
	width: 1007px;
	margin: 0 auto;
}
#logo{
	float: left;
	position: relative;
	width: 443px;
	height: 161px;
}
#logo h1{
	font-family: Georgia, serif;
	font-size: 32px;
	color: #F24B20;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	margin-top: 27px;
}
#logo img{
	position: absolute;
	bottom: 0;
	left: 4px;
}
/*path*/
#path{
	position: relative;
	background: url(../images/path_bg.gif) repeat-x;
	height: 36px;
	width: 996px;
	margin: 16px auto 0 auto;
	color: #FF3300;
}
#path_arrow{
	position: absolute;
	top: -17px;
	left: 89px;
	z-index: 10;
	background: url(../images/path_arrow.gif) no-repeat !important;
	width: 17px;
	height: 17px;
}
#path div{
	background: url(../images/path_l.gif) no-repeat;
	height: 36px;
}
#path div div{
	background: url(../images/path_r.gif) no-repeat right top;
}

#path p{
	line-height: 36px;
	margin-left: 20px;
	font-size: 16px;
	font-family: Tahoma, Arial, sans-serif;;
}
#path a{
	color: #FF3300;
}
#intro{
	width: 1007px;
	margin: 1em auto 2em auto;
}
#intro p{
	color: #FF3333;
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	text-align: center;
}

#intro h2{
	color: #FF3333;
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}