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

#wrapper {
	position:relative;
	border:1px #484949 solid;
	margin:0 auto;
	width:780px;
	height:1420px;
	z-index:1;
}
	
#navigation-back {
	position:absolute;
	top:33px;
	width:780px;
	height:143px;
	z-index:2;
	background-color:#010305;
}

#copyrightinfo {
	position:absolute;
	background-color:#312f2f;
	top:1396px;
	width:780px;
	height:25px;
	z-index:2;
}

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

#bottomlinks {
	position:absolute;
	top:1256px;
	width:780px;
	text-align:center;
	background-image:url(../images/bottomlinks-bg.gif);
	background-repeat:repeat-x;
	line-height:20px;
	background-color:#ffead1;
	font-family:tahoma;
	font-size:11px;
	color:#01574e;
	z-index:2;
	padding:10px 0 10px 0;
}

#bottomlinks a {
	color:#000000;
	text-decoration:none;
	padding:0 6px 0 6px;
}

#bottomlinks a:hover {
	color:#000000;
	text-decoration:underline;
	padding:0 6px 0 6px;
}

