body { background: #669999 repeat-x; margin: 0; padding: 0; font: normal 13px "Gill Sans"; color: #333333; }

html { margin: 0; padding: 0; }

#maincontainer { width: 554px; margin: 0 auto; }

#contentwrapper { float: left; width: 100%; }

/* GALLERY STYLES */

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

.gallerycontainer {
	background: url(images/camera.gif) no-repeat 68px 20px;
	position: relative;
	width: 613px;
	height: 418px;
	font-family: "Gill Sans";
	font-size: 16px;
	font-style: italic;
	color: #000000;
	top: 1px;
	left: 15px;
}

.gallerycontainer .text { font-size: 11px; margin-bottom: 10px; }

.gallerycontainer a,.gallerycontainer a:link,.gallerycontainer a:visited { font-weight: normal; }

.gallerycontainer li, .gallerycontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.thumbnail img {
	border: 2px solid #333;
	width: 48px;
	height: 48px;
	background-color: #669999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	overflow: auto;
}

.thumbnail:hover { background-color: #669999; }

.thumbnail:hover img { border: 2px solid #999; }

.thumbnail span {
	position: absolute;
	visibility: hidden;
	text-decoration: none;
	height: 400px;
	width: 400px;
	margin-top: 10px;
	left: -2000px;
}

.thumbnail:hover span img {
	margin: 10px 0 5px;
	border: 2px solid #333;
	height: 400px;
	width: 400px;
	background-color: #669999;
}

.thumbnail:hover span {
	visibility: visible;
	left: 68px;
	z-index: 50;
	font-size: 14px;
	color: #333;
	background-color: #669999;
	top: 0px;
	padding-bottom: 5px;
}

/* NAVIGATION STYLES */

#navlist { padding: 3px 0; margin: 0 0 10px; border-bottom: 1px solid #333; font: bold 12px "Gill Sans"; text-align: justify; }

#navlist li { list-style: none; margin: 0 5px 0 0; display: inline; }

#navlist li a { padding: 3px 0.5em; border: 1px solid #333; border-bottom: none; background: #999; outline: none; text-decoration: none; }

#navlist li a:link { color: #fff; }

#navlist li a:visited {
	color: #fff;
	background-color: #669999;
}

#navlist li a:hover { color: #fff; background: #333; border-color: #333; border-bottom: 1px solid #333; }

#navlist li a#current { color: #666; background: #fff; border-bottom: 1px solid #fff; }

/* GLOBAL STYLES */

a,a:link,a:active,a:visited { color: #666; outline: none; font-weight: bold; text-decoration: none; }

a:hover {
	color: #999;
	text-decoration: none;
	background-color: #669999;
}

h1 {
	background: no-repeat 0% 0%;
	font-weight: normal;
	font-size: 36px;
	color: #333333;
	margin: 0 20 0 20px;
	padding: 0 35px;
	height: auto;
	text-align: left;
}

h2 {
	font-weight: normal;
	font-size: 17px;
	margin: 0 0 10px;
	color: #333333;
	font-family: "Gill Sans";
	height: 20px;
	width: 800px;
	padding-left: 50px;
	padding-bottom: 40px;
}

.copyright { margin: 5px 5px 0 0; font-size: 11px; text-align: right; }
.irboxbutton {
	float: right;
	height: 100px;
	width: 100px;
	background-color: #669999;
	padding-top: 20px;
	padding-right: 60px;
	border: 1px solid #669999;
}

