body
{
	background-color: #eff0e0;
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
}
body, td, div, span
{
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

A:link
{
	color: #3366ff;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #3366ff;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

div fieldset
{
	border-style: solid;
	display: inline;
	margin: 0;
	padding: .5em;
	-moz-border-radius: 5px;
}
div fieldset legend
{
	color: #666666;
}

div.Stretcher
{
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div.mainbodycontainer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.menuitem
{
	background-image: url(../images/brownfade.gif);
	background-repeat: repeat-x;
	height: 34px;
	vertical-align: middle;
	width: 150px;
}
div.menuitem div
{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
}
div.menuitem div a:link
{
	color: black;
}
div.menuitem div a:visited
{
	color: black;
}
div.menuitem div a:hover
{
	color: #333333;
}

div.aboutbackground
{
	background-image: url(../images/aboutbackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-right: 50px;
	padding-top: 100px;
}

table.headertable
{
	height: 150px;
	width: 100%;
}
td.headertabletopleft
{
	background-image: url(../images/header_topleft.gif);
	background-repeat: no-repeat;
	width: 150px;
}
td.headertabletopmiddle
{
	background-image: url(../images/header_top.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	vertical-align: top;
}
td.headertabletopright
{
	background-image: url(../images/header_top.gif);
	background-repeat: repeat-x;
	padding-bottom: 100px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
}
table.headertable a:link
{
	color: black;
}
table.headertable a:visited
{
	color: black;
}
table.headertable a:hover
{
	color: #333333;
}

table.bodytable
{
	height: 100%;
	width: 100%;
}
table.bodytable tr
{
	vertical-align: top;
}
td.bodyleft
{
	background-repeat: repeat-y;
	background-image: url(../images/leftborder.gif);
	height: 100%;
	width: 150px;
}
td.bodymain
{
	padding-left: 15px;
	padding-right: 15px;
}

/*-- Gallery Page definitions ----------*/
img.Preview
{
	border: solid 1px #cacaca;
	width: 150px;
}

div.AlbumContainer
{
	background-color: #faf3ed;
	border: solid 1px #c06f2d;
	margin: 1em 0;
}
div.AlbumInfoContainer
{
	padding: 1em;
}
div.AlbumSiteInfoContainer
{
	float: left;
}
div.AlbumBuilderInfoContainer
{
	float: right;
}

div.PictureContainer
{
	background-color: white;
	border: solid 1px #cacaca;
	margin: .5em;
	padding: .5em;
	float: left;
	text-align: center;
	width: 150px;
}

span.AlbumTitle
{
	font-size: 1.2em;
	font-weight: bold;
}
span.AlbumLocation
{
}
span.AlbumDate
{
}
span.AlbumSquareFootage
{
}
span.AlbumBuilder
{
}
span.AlbumBuilderContactInfo
{
}

span.PictureInfo
{
	background-color: white;
	display: block;
}
/*-- end Gallery Page definitions ----------*/
