@charset "utf-8";
/* CSS Document */
img {border:0;}

body {
	background-image: url(../nav/bk5.gif);
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.semi_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a:link
	 {
	color: #0000FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:active
	 {
	color: #0000FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
	
a:visited
	 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
	

a:hover
	   {
	color: #c1262e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline
}
.orange   {
	color: #C1262E;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
.uline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.box {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
table.sample {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table.sample th {
	padding: 2px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #999999;
}
table.sample td {
	padding: 2px 2px 2px 2px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: <TEXT_COLOR>;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: <THUMB_WIDTH>px;
	border-style: solid;
	border-color: <BORDER_COLOR>;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: <THUMB_WIDTH>px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: <THUMB_WIDTH>px;
}

div#navigation td.thumbcell {
	width: <THUMB_WIDTH>px;
	border-style: solid;
	border-color: <BORDER_COLOR>;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: <TEXT_COLOR>;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: <PHOTO_WIDTH>px;
	margin: auto;
}

