@charset "UTF-8";
body {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}
a:link {
	color: #000000;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	filter: Glow(Color=white, Strength=50);
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}



#layout {
	height: 100%;
	width: 100%;
}
	
#header {
	position: relative;
	height: 400px;
	width: 100%;
	background-image: url(images/bg/headerbg.png);
	background-repeat: repeat-x;
}

#subhead {
	position: relative;
	background-image: url(images/bg/subheadbg.png);
	background-repeat: repeat;
	height: 150px;
	width: 100%;
	z-index: -1;
}
#layout #content {
	position: relative;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#hello #left {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
	margin-bottom: 30px;
}
#hello #right {
	position: relative;
	height: auto;
	width: 250px;
	float: right;
	margin-bottom: 30px;
}
#hello #left .hello_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
	line-height: 60px;
}
#right .img {
	position: relative;
	float: right;
}
.big_text {
	font-size: 24px;
}
.block_text {
	text-align: justify;
}
#layout #footer {
	position: relative;
	height: 220px;
	width: 100%;
	background-image: url(images/bg/footerbg.png);
	background-repeat: repeat;
	clear: both;
}
#layout #footer #footercontent {
	position: relative;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}

.cursor {
	cursor: pointer;
}