img.border {
	border: 1px solid Gray;
}

.galleryborder {
	border: 2px solid #FFFFFF;
	margin: 8px;
	vertical-align: middle;
}

div.footer {
	width: auto;
	border: thin none Fuchsia;
	margin: auto;
	position: relative;
	text-align: center;
	bottom: 560px;
}

a:link { color:#AAAAAA; }
a:visited { color:#AAAAAA; }
a:hover { color:#e8df67; }

a.mylink { text-decoration: none; }
a:link.mylink { color:#888888; }
a:visited.mylink { color:#888888; }
a:hover.mylink { color:#880000; }

div.contentholder {
	z-index: 100;
	position: relative;
	bottom: 600px;
	right: 160px;
	border: 1px solid Gray;
	width: 460px;
	height: 560px;
	overflow: auto;
	text-align: left;
	padding: 5px 8px 5px 8px;
	color: #AAAAAA;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 0.80em;
/*	display: none; */
}

div.contentholder-wider {
	z-index: 100;
	position: relative;
	bottom: 600px;
	right: 160px;
	border: 1px solid Gray;
	width: 476px;
	height: 560px;
	overflow: auto;
	text-align: left;
	padding: 5px 8px 5px 8px;
	color: #AAAAAA;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 0.80em;
/*	display: none; */
}

div.contentholder-blog {
	z-index: 100;
	position: relative;
	bottom: 600px;
	right: 160px;
	border: 0px solid Gray;
	width: 476px;
	height: 560px;
	overflow: auto;
	text-align: left;
	padding: 5px 8px 5px 8px;
	color: #AAAAAA;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 0.80em;
/*	display: none; */
}

h1, h2, h3, h4, h5, h6 {
	color: #00b2fb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 5px;
/*	margin-top: 0px;  */
	margin-bottom: 0px;
}

.h7 {
	color: #00b2fb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	position: relative;  
	bottom: 16px;  
/*	margin-top: -16px;  */
	margin-bottom: -16px;  
/*	padding: 0px;  */
}

ul li {
	list-style-type: circle;
	list-style-position: outside;
}