@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	margin:0 auto;
	top:0px;
	width:780px;
	height:1340px;
	background-color:#FFFFFF;
	z-index:1;
}
#content {
	position:absolute;
	left:245px;
	top:434px;
	width:524px;
	text-align:justify;
	line-height:16px;
	z-index:1;
}

#copyrightinfo {
	position:absolute;
	top:1314px;
	background-color:#105952;
	width:781px;
	height:25px;
	line-height:24px;
	color:#FFFFFF;
	z-index:2;
}
#bottomlinks {
	position:absolute;
	top:1160px;
	width:780px;
	text-align:center;
	line-height:18px;
	background-image:url(../images/dotted-line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#01574e;
	z-index:2;
	padding:10px 0 10px 0;
}

#thinkcarefully {
	position:absolute;
	background-image:url(../images/dotted-line.gif);
	background-position:top left;
	background-repeat:repeat-x;
	top:1250px;
	width:779px;
	text-align:center;
	line-height:18px;
	z-index:2;
	padding:10px 0 10px 0px;
}

#copyrightinfo a {
	color:#ffffff;
}
