@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2EADC;
	font-family: Trebuchet, Arial;
	font-size: 12px;
	margin: 0px;
	padding-top: 25px;
	color: #000000;
	
}.txt_content {
	height: 490px;
	width: 330px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.introtop {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
	width: 975px;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.introbasetext {
	width: 100%;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	padding-left: 10px;
}


.welcome {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 500px;
}
.intromid {
	background-image: url(mid.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	height: 520px;
	width: 975px;
}
.introbase {
	background-image: url(base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 115px;
	width: 975px;
}
