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

#wrapper {
	position:relative;
	border:#d7d4c4 1px solid;
	margin:0 auto;
	top:114px;
	width:780px;
	height:1265px;
	z-index:1;
}

#topline {
	position:absolute;
	text-align:center;
	line-height:24px;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	width:780px;
	height:25px;
	z-index:2;
	top: -114px;
}

#thinkcarefully {
	position:absolute;
	background-image:url(../images/thinkcarefully-bg.gif);
	background-repeat:repeat-x;
	border-top:1px #d0d0d0 dotted;
	border-color:#a8a8a6;
	padding:10px 0 10px 0;
	text-align:center;
	top:1192px;
	width:780px;
	height:32px;
	z-index:2;
}

#bottomlinks {
	position:absolute;
	background-image:url(../images/bottomlinks-bg.gif);
	background-repeat:repeat-x;
	padding:15px 0 0 0;
	text-align:center;
	line-height:19px;
	top:1085px;
	width:780px;
	z-index:2;
	height: 90px;
}

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

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

#copyrightinfo a {
	color:#FFFFFF;
}
#copyrightinfo {
	position:absolute;
	background-color:#050505;
	top:1244px;
	width:780px;
	height:28px;
	z-index:2;
}
