* { margin: 0px; padding: 0px; }
.both { clear: both; }

body {
	background-color: #cbd5e6;
	font: normal 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000033;
}

h1 { font-size: 12px; }
h1 img { float: left; margin-right: 5px; }
h2 { font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #666; }

#main {
	width: 762px;
	clear: both;
	background-color: #fff;
	background-image: url(images/middleblue2.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#top {
	width: 762px;
	height: 15px;
	clear: both;
	background-color: #333;
	background-image: url(images/topblue.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#mainContent { padding: 0px 16px; clear: both; }

.imgLeft { float: left; }
.imgRight { float: right; text-align: right; }

#leftCol {
	float: left;
	width: 250px;
	padding: 10px;
	height: 330px;
	background-image: url(images/stars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftCol p {
	color: #330066;
	text-align: justify;
	line-height: 14px;
	margin: 5px 0px;
	width: 210px;
	float: left;
}
#leftCol a { color: #fc0; text-decoration: none; font-weight: bold; }
#leftCol a:hover { color: #fff; text-decoration: none; }

#rightCol { width: 430px; background: #fff; float: left;
	margin-left: 20px; padding-top: 12px; }
#rightCol a { color: #900; text-decoration: underline; }
#rightCol a:hover { color: #900; text-decoration: none; }
#rightCol p { margin: 10px 0px; line-height: 16px; }
#rightCol ol { list-style: none; }
#rightCol ol li { margin: 7px 0px; }


#menu {
	text-align: center;
	clear: both;
	width: 430px;
	background-color: #FFFFCC;
}
#menu li { list-style: none; float: left; margin: 0px 6px 3px 6px; }
#menu li a { font: bold 10px Verdana, Arial, helvetica, sans-serif; color: #333; text-decoration: none; }
#menu li a:hover { color: #900; text-decoration: none; }

#footer {
	width: 762px;
	height: 45px;
	clear: both;
	background-color: #CBD5E6;
	background-image: url(images/bottomblue.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
#footer p {
	padding: 15px;
	color: #990000;
}
#footer a {
	color: #330099;
	text-decoration: none;
}
#footer a:hover { color: #fff; text-decoration: none; }

/*Gallery*/
/*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 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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


