body {
	background-color:#000000;
	font-family:"arial";
	font-size:12px;
	font-weight:0;
	vertical-align:top;
	color:#999999;
}

hr {
	color:#990000;
	background-color:#990000;
	border:#990000;
}

.extlinkrow {
	background-color:#CD0023;
}

a {
	font-family:"arial";
	font-size:12px;
	font-weight:0;
	text-decoration:none;
	color:#ffffff;
}
a.nav {
	font-family:"AvantGarde Bk BT";
	font-size:18px;
	letter-spacing:0.1em;
}

td {
	font-family:"arial";
	font-size:12px;
	font-weight:0;
	vertical-align:top;
	color:#999999;
	background-color:transparent;
}

.title1 {
	font-family:"AvantGarde Bk BT";;
	font-size:18px;
	font-weight:900;
	padding:0px;
	margin:0px;
	color:#ffffff;
	letter-spacing:0.1em;
}
.title2 {
	font-family:arial;
	font-size:11px;
	font-weight:900;
	padding:0px;
	margin:0px;
}
hr {
	size:0px;
	border-color:#999999;
	broder-style:solid;
	height:1px;
}
.data {
	padding-left:50px;
}
.fullrow {
	width:100%;
}
.we {
	text-weight:900;
	color:#ce0026;
}


// Photo Galery Styles

.imageborder {
	margin: 5px;
	border: 10px solid #444455;
}

/* used to style the thumbnail caption under the photo */
.thmbcaption {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* used to style the EXIF comment caption */
.photocaption {
	font-size: 1em;
	margin: 0;
	padding: 0;
}



/*
used to style the page listing and next prev links
both on the thumbnail pages and the photo pages.
why is it called caption...
i honestly don't remember it just is
and i don't feel like changing it. deal with it.
*/
.caption {
	font-size: .8em;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#555555;
}

.activeAlbum {
	font-family:"arial";
	font-size: .8em;
	color:#ffffff;
}
.Album {
}
.Album br {
}
.Album a {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#555555;
}


/*
used to style the main photo listing
all photo information is in this div

along with the album float above you could
define the photobody to float right and create
a two column menu main content look

.photobody {
	float: right;
	width: 75%;
}

*/
.photobody {

}
/*
used to style the footer of the defualt footer
*/
.lgrfooter {
	clear: both;
	font-size: .55em;
}
