body {
 background-color:#FFFFFF;
}

#content { 
 width: auto;
 color: #FFFFFF;
 border: 1px solid #ccc;
 background:#FFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

p { 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#333333;
 font-size: 12px;
 text-align:justify;
}

p.name { 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#333333;
 font-size: 16px;
 text-align:justify;
}

p.centerbold {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#2C2C2C;
}

p.boldlarge {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#2C2C2C;
}

p.center {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
p.resource {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
 text-decoration:none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 text-align:center;
}

a, a:visited {
	background: transparent;
	color:#333333;
	text-decoration: none;

}
a:hover, a:active {
	background: transparent;
	color:#009900;

}
#menu-bottom {
background:#CCCCCC;
height: 15px;
border-top: 0px solid #2C2C2C;

}

#small {
width: auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
font-size:12px;
padding-bottom: 15px;
color:#666666;
height: 15px;
margin: 0 auto;
position: relative;
background:#FFFFFF;
}

td.menu {
width: auto;
text-align:center;

}

#footer-box {
background:#CCCCCC;
height: 100px;
}

#footer {
width: 940px;
margin: 0 auto;
font: 1.2em Georgia, "Times New Roman", Times, serif;
}

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

.gallerycontainer{
position:relative;
height:500px;
width:700px;
/*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 blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

