/* HOMEPAGE CSS */

#welcome
{
	width:960px;
	height:400px;
	position:relative;
}

#welcome01
{
	width:320px;
	height:400px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/home01.jpg);
	background-repeat:no-repeat;
}

#welcome02
{
	width:320px;
	height:400px;
	position:absolute;
	top:0px;
	left:320px;
	background-image:url(../images/home02.jpg);
	background-repeat:no-repeat;
}

#welcome03
{
	width:320px;
	height:400px;
	position:absolute;
	top:0px;
	left:640px;
	background-image:url(../images/home03.jpg);
	background-repeat:no-repeat;
}

#welcome_content
{
	width:370px;
	height:190px;
	position:absolute;
	top:140px;
	left:250px;
	font-weight:bold;
	line-height:2;
	font-size:13px;
	text-align:justify;
	color:#333333;
}

#new_welcome01
{
	width:960px;
	height:130px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/home01.jpg);
	background-repeat:no-repeat;
}

#new_welcome02
{
	width:960px;
	height:180px;
	position:absolute;
	top:130px;
	left:0px;
	background-image:url(../images/home02.jpg);
	background-repeat:no-repeat;
}

#new_welcome03
{
	width:960px;
	height:90px;
	position:absolute;
	top:310px;
	left:0px;
	background-image:url(../images/home03.jpg);
	background-repeat:no-repeat;
}

#new_welcome_content
{
	width:310px;
	height:190px;
	position:absolute;
	top:237px;
	left:225px;
	font-weight:bold;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
	color:#737373;
}

.home_news_link:link{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#737373;
	text-decoration:none;
}

.home_news_link:visited{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#737373;
	text-decoration:none;
}

.home_news_link:hover{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000000;
	text-decoration:none;
}
