HTML {
	width: 100%;
	background-color: white;
	color: black;
	height: 100%;
	margin-top: 20px;
}

BODY {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #DDD;
	color: #000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	// padding-top: 10pt;
	// height: 95%;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding-right: 12pt;
	padding-left: 12pt;
}

H1 { color: #B8B8B8; background-color: transparent; }
H2 { color: #212121; background-color: transparent; }

A:link, A:visited, A:active {
	color: #77A;
	background-color: transparent;
	text-decoration: none;
}

IMG.content { 
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#flashcontent {
	height: 600px;
}

#mainTable {
	border-width: 8pt;
}

.footer {
	font-style: italic;
	font-size: 9pt;
	text-align: center;
}

.gcHeaderImg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#whoami {
	float: right;
	vertical-align: bottom;

}

#linkbar {
	font-size: 12pt;
	font-weight: normal;
}

#bottombar {
//	position: relative;
//	bottom: -10%;
	clear: both;
	margin-bottom: 0.5em;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#copyright {
//	position: absolute;
//	top: 700px;
//	right: 10px;
	float: right;
	text-align: right;
	color: #CCC;
	background-color: transparent;
	font-size: 10pt;
	margin-top: 1em;
}

#featured {
	float: right;
	width: 620px;
}

IMG #galleryItem {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


#thumbbar {
	float: left;
	width: 180px;
}

#thumbbar IMG {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#wrap {
	padding-top: 10pt;
	margin: 0 auto;
	width: 800px;
}

#title {
	width: 100%;
	font-size: 12pt;
	font-family: serif;
}

#aboutimage {
	float: right;
	margin-right: 1em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	border: 1px solid black;

}

DIV.galleryThumbnail {
	padding-bottom: 6px;
}

#theContent {
	width: 800px;
	height: 500px;
}

#wedding1 {
	border: 1px solid black;
	float: left;
	margin-right: 1em;
}

#wedding2 {
	border: 1px solid black;
	float: right;
	margin-right: 1em;
}

TD {
	vertical-align: top;
}

