html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;
	color: white;
	
	background-image:url(../images/pagebg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#html {
	border-left: 15px solid #121212;
	border-right: 15px solid #121212;
	width: 953px;
	margin: 0px auto;
}

#body  {
	width: 943px;
	border-left: 5px solid #1d1d1d;
	border-right: 5px solid #1d1d1d;
	margin: 0px auto;
	padding-top: 32px;
	font-family:"adobe garamond Pro", "Garamond Premr Pro", Garamond, "Times New Roman", serif;
	font-size: .95em;
}

a {
	color: #c60000;
}

a img {
	border: 0px none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h1 a {
	text-align: center;
	width: 458px;
	height: 44px;
	display: block;
	background-image:url(../images/michael-furgang-photography.gif);
	background-repeat: no-repeat;
	margin: 0px auto 11px auto;
}

h1 span {
	display: none;
}

div#content {
	clear: both;
}

div#footer {
	padding-top: 40px;
	clear: both;
	text-align: center;
	color: #383838;
}

div#footer p {
	margin: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}


/* ---------------------- GALLERY */

#jswarning {
	position: relative;
	text-align: center;
	width: 400px;
	top: 270px;
	font-size: 1.2em;
	margin: 0px auto;
}

#frame {
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 943px;
	height: 550px;
}

.photo {
	display: block;
	background-color: #131313;
	border: 5px solid #242424;
	margin: 5px auto;
	position: absolute;
	cursor: pointer;
}

.photo img {
	width: 100%;
	height: 100%;
	opacity:0;
	filter:alpha(opacity=0);
}

.photo div.phototitle {
	width: 100%;
	background-color: black;
	font-size: 1.2em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

.photo div.phototitle p {
	padding: 8px;
	margin: 0px;
}

#thumbs {
	text-align: center;
	margin: 0px auto;
	width: 715px;
}

#thumbs div {
	display: inline;
	margin: 0px 4px;
	cursor: pointer;
}

#thumbs div img {
	width: 55px;
	height: 55px;
	border: 1px solid #000000;
}

#thumbs div.normal img {
	border: 1px solid #000000;
}

#thumbs div.current img {
	border: 1px solid #ffffff;
}

#photoholder {
	position: relative;
}
	
/* ----------------------------------- END GALLERY */

.clear {
	display: block;
	height: 1px;
	clear: both;
}

.center {
	width: 805px;
	margin: 0px auto;
	padding-top: 15px;
}

.floatleft {
	float: left;
}

.floatright {
	width: 370px;
	float: right;
	margin-left: 10px;
	padding: 10px;
	background:url(../images/text-bg.jpg);
	background-position: 10px 0px;
	border: 1px solid #222222;
}

.floatright p {
	margin-top: 0px;
	line-height: 1.3em;
}

.floatright h3 {
	margin: 0px auto 10px auto;
	font-size: 1.1em;
}

form div {
	margin: 10px auto;
}

div.error {
	font-weight: bold;
	color: #c60000;
}

form input,
form textarea {
	background-color: #333333;
	color: white;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: .8em;
}





