/* css file */

div#content {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#linkbar {
	width:auto;
	height:1000px;
	background-color:#cce4cc;
	border-left:2px solid white;
	text-align:center;
}

.mainlink {
	width:150px;
	display:block;
	background-color:#cce4cc;
	color:#20507b;
	text-decoration:none;
	font-family:comic sans ms;
	font-size:14px;
	margin-bottom:2px;
	text-align:center;
	border-bottom:2px solid white;
}

.mainlink:hover {
	background-color:#82aed0;
	color:white;
}

#textcon {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:16px;
	font-size:12px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

#credits {
	width:700px;
	margin-top:30px;
	text-align:center;
}

h1, h2, h3, h4, h5 {
	color:#5c975b;
}

.maplink {
	color:#20507b;
	text-decoration:none;
}

.maplink:hover {
	text-decoration:underline;
}

#overlap {
	position:relative;
	left:;
	top:150px;
}

#extra {
	width:100px;
	font-size:13px;
	text-align:center;
}

#extra2 {
	width:100px;
	background-color:#82aed0;
	font-size:13px;
	text-align:center;
	padding:5px;
}

#jank {
	width:548px;
	height:200px;
	background-color:red;
}

.credlink {
	color:white;
	font-size:13px;
	text-decoration:none;
}

.credlink:hover {
	text-decoration:underline;
}

.maplink h3 {
	text-decoration:none;
}

.maplink h3:hover {
	text-decoration:underline;
}

.imagelink img {
	border:0px;
}

.imagelink img:hover {
	border:2px dashed blue;
}