* {
	margin: 0;
	padding: 0;
	}

body {
	color:#000000;
	background:#ffffff url(background.png);
	font-family:Verdana, Arial;
	color:white;
	}

a img {	/*Used to remove automatic border that surrounds images when making them into clickable links */
	border:0;
	text-decoration:none;
	}

	
/* page header including google searchbar */

#header {
	width:960px;
	margin:0 auto;
	}

.google {
	background:url(menuback2.gif);
	display:block;
	text-align:right;
	padding:5px 5px 10px;
	}

/* end page header */	

/* upper section of page including logo, text, and pic */

#logocontainer {
	width:960px;
	margin:0 auto;
	background:url(logoblend.png);
	overflow:auto;
	}

.imglogo {
	float:left;
	width:150px;
	height:198px;
	margin-left:10px;
	}
	
.textlogo {
	margin-top:40px;
	margin-left:10px;
	float:left;
	width:200px;
	color:gray;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	}
	
.imgright {
	float:right;
	}
	
/* end of upper section */
	
/* main menu specs */

#menucontainer {
	width:960px;
	margin:0 auto;
	}
	
.menu {
	clear:both;
	text-align:center;
	background:url(./menuback2.gif);
	padding-left:100px;
	}

.menu ul {
	list-style: none;
	}

.menu li {
	font:1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	}
	
.menu  a:link, .menu a:visited {
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	color:gray;
	}
	
.menu a:hover {
	background:url(./menubackhover.gif);
	}
	
.menu a.active, menu a:hover {
	padding:5px 20px 5px 20px;
	text-decoration:none;
	background:black;
	color:white;
	}
	


/* end of main menu specs */

.sidemenu {
	clear:both;
	width:130px;
	}

.sidemenu ul {
	list-style-type:none;
}

.sidemenu li {
	display:inline;
	}
	
.sidemenu li {
	float:left;
	width:110px;
	}
	
.sidemenu li  a{
	display:block;
	float:left;
	clear:left;
	width:110px;
	border:1px solid #E5E5E5;
	}
	
.sidemenu  a:link, .sidemenu a:visited {
	display:block;
 	text-decoration:none;
	padding:6px 0px 6px 15px;
	color:#707070;
	font:normal 0.95em tahoma, Arial, Helvetica, sans-serif;
	}

/* .sidemenu a.active , .sidemenu a:hover{
	background:url(./menuback2.gif);
	border:1px solid red;
	} */
	
.sub1 a:hover, .sub1 a.active {
	background:url(./menuback3.gif);
	border:1px solid white;
	}

.sub2 a:hover, .sub2 a.active {
	background:url(./menuback3.gif);
	border:1px solid white;
	}
	
.sub3 a:hover, .sub3 a.active {
	background:url(./menuback3.gif);
	border:1px solid white;
	}
	
.sub4 a:hover, .sub4 a.active {
	background:url(./menuback3.gif);
	border:1px solid white;
	}

/*end of side menu */

.leftcontainer {
	margin-left:10px;
	float:left;
	width:140px;
	margin-top:20px;
	}


.footer	{
	clear:both;
	width:960px;
	margin:0 auto;
	background:url(./menuback2.gif);
	color:white;
	text-align:center;
	}
	
#myGallery, #myGallerySet, #flickrGallery
{
	width: 550px;
	height: 200px;
	z-index:5;
	margin-right:10px;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

#myGallery
{
	text-align: left;
	margin:30px auto;
}

#photobackg
	{
	width:960px;
	background:black;
	margin:0 auto;
	}

.content p {
	color:white;
	margin:0 0 10px 10px;
	}
	
h1 {
	margin:0 5px 0px 5px;
	font-family:verdana;
	font-size:1em;
	text-align:center;
	padding-top:15px;
	}