body{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: serif;
	color: #334;
	background-color: black;
	background-image: url(graphics/gradient_bg2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-family: Helvetica, Arial, sans;
}

hr{
	width: 90%;
	color: #445;
	background-color: #445;
	border-color: #445;
}

#content{
	margin: 0 auto;
	width: 720px;
	text-align: left;
	overflow: hidden;
	background-color: #dde;
}

#bottom_nav{
	position: fixed;
	margin: 0;
	bottom: 0;
	width: 720px;
	height: 24px;
	text-align: center;
	overflow: hidden;
}

#menubar{
	position: fixed;
	top: 0;
	width: 720px;
	height: 24px;
	text-align: center;
	overflow: hidden;
	z-index: 99;
}

#padding{
	margin: 15px;
}



/* Gallery navigation buttons */

a.prev, a.gallery, a.next, #shadowfill {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

a.prev{
	display: block;
	width: 144px;
	height: 24px;
	background: url(graphics/prev3.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.prev{
	background-position: 0 -24px;
}

a.gallery{
	display: block;
	width: 144px;
	height: 24px;
	background: url(graphics/gallery3.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.gallery{
	background-position: 0 -24px;
}

a.next{
	display: block;
	width: 144px;
	height: 24px;
	background: url(graphics/next3.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.next{
	background-position: 0 -24px;
}

#shadowfill{
	display: block;
	width: 144px;
	height: 24px;
	background: url(graphics/shadowfill2.png) 0 0 no-repeat;
	text-decoration: none;
}



/* Menubar CSS */

a.home, a.galleries, a.about, a.links, #home, #galleries, #about, #links {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99;
}

a.home{
	display: block;
	width: 216px;
	height: 24px;
	background: url(graphics/home.png) 0 0 no-repeat;
	text-decoration: none;
}

a.galleries{
	display: block;
	width: 288px;
	height: 24px;
	background: url(graphics/galleries.png) 0 0 no-repeat;
	text-decoration: none;
}

a.about{
	display: block;
	width: 216px;
	height: 24px;
	background: url(graphics/about.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.home, a:hover.about, a:hover.galleries{
	background-position: 0 -24px;
}





/* Gallery CSS */

a.galleryitem{
	display: block;
	width: 160px;
	height: 200px;
	float: left;
	margin: 0;
	margin-top: 8px;
	padding: 2px;
	padding-top: 14px;
	background: url(graphics/galleryitem3.gif) 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Helvetica, Arial, sans;
	border: none;
	color: #ccc;
}

a:hover.galleryitem{
	background-position: -160px 0;
	color: white;
}

img{
	border-style: none;
}





/* Gallery Select Page */

#galleryselect {
	position: relative;
	left: 128px;
	margin: 0;
	padding: 0;
	border: 0;
	width: 432px;
	height: 280px;
	background: url(graphics/galleryselectbg.gif) 0 30px no-repeat;
	z-index: 50;
}

a.gallerys1, a.gallerys2, a.gallerys3 {
	position: relative;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 128px;
	height: 128px;
	text-decoration: none;
}

a.gallerys1 {
	position: relative;
	top: 54px;
	left: 22px;
}

a.gallerys2 {
 position: relative;
 top: -74px;
 left: 150px;
}

a.gallerys3 {
 position: relative;
 top: -202px;
 left: 278px;
}

a.ghighlights {
	position: relative;
	left: 24px;
	top: -392px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 384px;
	height: 40px;
	text-decoration: none;
	background: url(graphics/galleryselect-h.gif) 0 0 no-repeat;
}

a.gallerys1 {
	background: url(graphics/galleryselect1.gif) 0 0 no-repeat;
}

a.gallerys2 {
	background: url(graphics/galleryselect2.gif) 0 0 no-repeat;
}

a.gallerys3 {
	background: url(graphics/galleryselect3.gif) 0 0 no-repeat;
}

a:hover.gallerys1, a:hover.gallerys2, a:hover.gallerys3 {
	background-position: -128px 0;
}

a:hover.ghighlights {
	background-position: 0 -40px;
}

a.gallerys1 span, a.gallerys2 span, a.gallerys3 span, a.ghighlights span {
	display: none;
}

a:hover.gallerys1 span, a:hover.gallerys2 span, a:hover.gallerys3 span {
	display: block;
	position: absolute;
	z-index: 98;
	left: -6px;
	top: 144px;
	width: 400px;
	text-align: center;
	font-family: sans;
	color: #445;
}

a:hover.gallerys2 span {
	left: -134px;
}

a:hover.gallerys3 span {
  left: -262px;
}


a:hover.ghighlights span {
	display: block;
	position: absolute;
	z-index: 98;
	left: -6px;
	top: 206px;
	width: 400px;
	text-align: center;
	font-family: sans;
	color: #445;
}





img.border{
	border: 0;
	padding: 8px;
	margin: 12px;
	background-color: #889;
}

a.sideimg{
	border: 0;
	display: block;
	padding: 4px;
	margin: 12px;
	background-color: #889;
	color: #dde;
	text-align: center;
	text-decoration: none;
	font-family: sans;
	line-height: 100%;
}

a:hover.sideimg{
	background-color: #556;
	color: white;
}


img.thinline{
	border: 1px;
	border-color: gray;
	border-style: solid;
} 