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

#wrapper {
	position:relative;
	border:#d5d5d5 1px solid;
	margin:0 auto;
	width:780px;
	height:1191px;
	z-index:1;
	top: 130px;
}

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

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

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

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

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

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

#copyrightinfo a {
	color:#FFFFFF;
}

