html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color:#713CB3; /* somewhat towards purple from slate blue */
	text-decoration:underline;
}
a:visited {
	color:purple
}
a:hover {
	color:fuchsia
}
a:active {
	color:#C000C0
} /* midway betwen fuchsia and purple */


a:link img, a:visited img, a:hover img, a:active img { 
	border: none
}

.paddedtextblock {
	padding:10px;
}
.tNormal {
	font-size: 12px;
	line-height: 1.2;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.tNoSpc {
	font-size: 12px;
	line-height: 1.2;
	padding: 0px;
	margin: 0;
}
ul.tNoSpc {
	margin-left: 12px;
}
.tJustify {
	text-align:justify;
}
.fltrght {
	float: right;
}
/* Containers */

#wrapper {
	width:auto;
	height:auto;
	text-align: left;
}
#boxBanner {
	background-color:white;
	padding: 20px 10px 5px 10px;
	clear: both;
}
#boxBanner h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2;
	font-variant:small-caps;
	font-weight: normal;
	color:purple;
	padding: 0px;
	margin: 0px;
}
#boxMain {
	width:880px;
	height:700px;
	background-color: #1A1A1A;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#boxMain h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight:bold;
	font-variant:normal;
	color:black;
	padding: 0px;
	margin: 0px auto;
}
#boxNavbar {
	background-color:white;
	padding: 0px 10px 10px 10px;
	clear: both;
}
#boxBannerGallery {
	background-color:white;
	padding: 20px 10px 5px 10px;
	clear: both;
}
#boxBannerGallery h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2;
	font-variant:small-caps;
	font-weight: normal;
	color:purple;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
#boxBannerGallery img {
	float:left;
}
#boxMainGallery {
	width:500px;
	height:500px;
	background-color:white;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 25px 50px 10px 50px;
	padding: 0px;
	border:0;
}
#boxNavGallery {
	background-color:white;
	margin: 0px 50px 25px 50px;
	padding: 0px 10px 0px 0px;
	clear: both;
}
/* Begin fixes for clearing floats from www.positioniseverything.com */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size:0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* End fixes from www.positioniseverything.com */

