@charset "utf-8";

body {
	background-color: #252525;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 100%;
}
a:link {
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #669999;
}
a:active {
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
}

#holder {
	width: 800px;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	color: #717171;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}
.topmenutxt {
	font-weight: bold;
	font-size: 14px;
	color: #717171;
	text-decoration: none;
}
A.topmenutxt:link {
	color: #717171;
	text-decoration: none;
	font-size: 14px;
}
A.topmenutxt:visited {
	text-decoration: none;
	color: #717171;
	font-size: 14px;
}
A.topmenutxt:hover. {
	color: #669999;
	text-decoration: none;
}
A.topmenutxt:hover {
	text-decoration: none;
	color: #669999;
	font-size: 14px;
}


.photo {
	padding: 2px;
	height: auto;
	width: auto;
	border: 1px solid #FFFFEA;
	-moz-box-shadow: 2px 2px 3px #000000;
	-webkit-box-shadow: 2px 2px 3px #000000;
	background-color: #FFFFEA;
}
#prevnext {
	width: 800px;
	padding-top: 25px;
	padding-bottom: 5px;
	color: #717171;
	font-size: 11px;
	text-align: center;
	text-transform: capitalize;
}
a:link.prevnext {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover.prevnext {
	color: #669999;
	text-decoration: none;
}


#photo_description {
	text-align: center;
	font-size: 18px;
	width: 800px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #717171;
	border-right-color: #717171;
	border-bottom-color: #717171;
	border-left-color: #717171;
}
#about {
	text-transform: none;
	width: 800px;
	color: #717171;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #717171;
	border-right-color: #717171;
	border-bottom-color: #717171;
	border-left-color: #717171;
	margin-top: 10px;
}
a:link.about {
	color: #717171;
	text-decoration: underline;
}
a:hover.about {
	color: #669999;
	text-decoration: underline;
}

a:visited.about {
	color: #717171;
	text-decoration: underline;
}



#foot {
	background-image: url(mtbdales_logo_streeview.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	height: 100px;
	font-size: 10px;
	color: #484848;
	text-align: center;
	vertical-align: text-bottom;
}
a:link.mainmenu {
	width: 800px;
	font-size: 24px;
	color: #669999;
	text-decoration: none;
}
a:hover.mainmenu {
	width: 800px;
	font-size: 24px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited.mainmenu {
	width: 800px;
	font-size: 24px;
	color: #669999;
	text-decoration: none;
}
.picborder {
	border: 1px solid #CCCCCC;
	margin: 3px;
}

