@import url("../../../../css/import/reset.css");


/*----------------------------------------*/
body {
	background-repeat:repeat-x;
	background-position: top left;
	background-attachment:fixed;
	background-color:#000;
}
a {
	color:#a67d58;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#outline {
	width:1013px;
	margin:0 auto;
}
#largemap {
	width:1013px;
	margin:0 auto;
}
.close {
	clear:both;
	width:300px;
	margin:0 auto;
	padding:40px 0 20px 0;
	text-align:center;
}
p#copyright {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#ccc;
	background-color:#333;
}