@charset "UTF-8";
#header {
	background: #fff;
	margin: 0px;
	padding: 5px 0px 0px;
	width: 640px;
	border-bottom: 0px #CE0D18;
	border-top-color: #CE0D18;
	border-right-color: #CE0D18;
	border-left-color: #CE0D18;
}
#sidebar {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 140px;
	border-left: 3px solid #000000;
	float: right;
}
#mainText {
	padding: 0px;
	width: 640px;
	margin: 0px;
	overflow: auto;
}
#mainLeft {
	margin: 0px;
	float: left;
	width: 390px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top: 1px solid #CF1E17;
	border-left: 1px solid #CF1E17;
}
#mainRight {
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: right;
	width: 200px;
	border-top: 1px solid #CF1E17;
	border-left: 1px solid #CF1E17;
	text-align: left;
}
body,td,th {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
.boldBlack {
}
a:link {
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CF1E17;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.wrap {
	margin: 0 auto 0px;
	width: 800px;
}
.firstStrap {
	background: #ccc;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 640px;
	height: 19px;
	float: left;
}
.secondStrap {
	background: #ccc;
	margin: 10px 0px 40px;
	padding: 0px;
	width: 640px;
	height: 19px;
}
.extraText {
	background: #fff;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 640px;
	border-top: 2px dotted #CF1E17;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #85224A;
}
.smallText {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	color: #666;
	line-height: 15px;
}
.links {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
}
.linkstwo {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
}
.linksthree {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
}
.linksfour {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
}
.imageMargin {
	margin-top: 3px;
}
.italic {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-style: italic;
	font-size: 10px;
}
.boldBlack {
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.boldRed {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	color: #CF1E17;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgrey;
padding: 5px;
left: -1100px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left: 120px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

</style>

.boldPurple {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	color: #85234a;
}
.boldPurple {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-weight: bolder;
	color: #903;
}

.highLight {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	background: #CCC;
}
