html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background: #000000;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

h1 {
	margin: 0;
	padding: 0;
}


a:link, a:visited {
	color: #c0c0c0;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}

#wrapper {
	width: 780px;
	margin: 20px auto 0 auto;
	text-align: center;
	color: #999;
}

#content {
	display: block;
	width: 100%;
	height: 310px;
	text-align: center;
	font-size: 16px;
}

.smaller {
	font-size: 10px;
}

.left {
	float: left;
}

#menu {
	margin: 0;
	padding: 0;
	float: right;
}

#footer li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#galleryDisplay {
	width: 720px;
	margin: 0 auto;
}

#galleryDisplay .previous, #galleryDisplay .next {
	width: 200px;
	height: 310px;
	float: left;
}

#galleryDisplay .viewing {
	width: 310px;
	height: 310px;
	float: left;
}

.previous a , .next a {
	display: block;
	height: 310px;
	width: 200px;
	position: relative;
}

.previous a span, .next a span {
	position: relative;
	top: 220px;
}

.viewing a {
	display: block;
	height: 310px;
	width: 310px;
}

.viewing a:link, .viewing a:visited {
	text-indent: -100000px;
}

.viewing a:hover {
	text-indent: 0;
}

.viewing a span {
	position: relative;
	top: 290px;
	background: #000000;
	padding: 3px;
}

#galleryDisplay a {
	text-decoration: none;
	font-style: italic;
}

#front {
	margin: 0;
	padding: 40px 0;
}
#front li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#front li a {
	display: block;
	width: 260px;
	height: 212px;
	text-indent: -10000px;
}

#front a.wedding:link, #front a.wedding:visited  {
	background: url(../images/wedding-bw.gif) no-repeat;
}

#front a.wedding:hover {
	background: url(../images/wedding-full.gif) no-repeat;
}

#front a.portrait:link, #front a.portrait:visited  {
	background: url(../images/portrait-bw.gif) no-repeat;
}

#front a.portrait:hover {
	background: url(../images/portrait-full.gif) no-repeat;
}

#front a.landscape:link, #front a.landscape:visited  {
	background: url(../images/landscape-bw.gif) no-repeat;
}

#front a.landscape:hover {
	background: url(../images/landscape-full.gif) no-repeat;
}

h1#home {
	display: block;
	width: 428px;
	height: 60px;
	text-indent: -10000px;
	background: url(../images/home-header.gif);
}

h1#contact {
	display: block;
	width: 175px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/events-header.gif);
}

h1#about {
	display: block;
	width: 175px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/about-header.gif);
}

h1#prices {
	display: block;
	width: 175px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/prices-header.gif);
}

h1#wedding {
	display: block;
	width: 376px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/wedding-header.gif);
}
h1#portrait {
	display: block;
	width: 439px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/portrait-header.gif);
}
h1#landscape {
	display: block;
	width: 439px;
	height: 47px;
	text-indent: -10000px;
	background: url(../images/landscape-header.gif);
}

#button-home {
	display: block;
	width: 210px;
	height: 26px;
	text-indent: -10000px;
	background: url(../images/button-home.gif);
}

#button-about {
	display: block;
	width: 69px;
	height: 26px;
	text-indent: -10000px;
	background: url(../images/button-about.gif);
}

#button-prices {
	display: block;
	width: 76px;
	height: 26px;
	text-indent: -10000px;
	background: url(../images/button-prices.gif);
}

#button-contact {
	display: block;
	width: 84px;
	height: 26px;
	text-indent: -10000px;
	background: url(../images/button-contact.gif);
}

.hidden {
	display: none;
}

