body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D7D9D0;
	text-align: center;
	margin-top: 1em;
}

.page {
	/* Page width: */
	width: 900px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 2em;
	margin-bottom: 0em;
	letter-spacing: -0.01em;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #666666;
}

#contentbox {
	background-color: #EFEFEF;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 0.9em;
	margin-top: 0.1em;
	background-color: #C43917;
	margin-bottom: 0.1em;
	padding-left: 0.5em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	width: 900px;
}

#menu a:link, #menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: inherit;
}

#padding {
	padding: 0.8em;
}

#innerpage {
	/* Background image: */
	background-image: url(../images/back3.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 28em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C43917;
	font-size: 12pt;
}

#innerpage h1 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	color: #BF2016;
	text-align: left;
	padding-left: 17em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	opacity: .90;
	filter:alpha(opacity=90);
	float: right;
	width: 480px;
	height: 24.5em;
	padding: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	overflow: hidden;
	color: black;
	background-color: #FFFFFF;
	line-height: 1.3;
}


#footer {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #999999;
	width: 900px;
	right: 5px;
	
}

#content p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}

/* heading */
#content h1 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.7em;
	color: #BF2016;
}

#table {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	color: #333333;
}

/* link colors */
#content a:link {
	color: #333333;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
/*****************************************************************************************************/


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

.thumbnail img{
border: 1px solid red;
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: lightyellow;*/
/*padding: 5px;*/
left: -500px;
/*border: 1px solid gray;*/
visibility: hidden;
color: black;
text-decoration: none;*/
}

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

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

*******************for IE*****************************
.thumbnailHover{
behavior:url('hover.htc');
background-color: transparent;
}

.thumbnailHover img{
behavior:url('hover.htc');
border: 1px solid black;
}

