h1{ 
	font-family: verdana, arial, "ms sans serif", sans-serif;
	font-size: 14px; 
	margin: 10px;
	line-height: 16px;
	padding-left: 0px;
	color: #FF0000;
}
p{ 
	font-family: verdana, arial, "ms sans serif", sans-serif; 
	font-size: 12px; 
	margin: 10px;
	line-height: 16px;
	padding-left: 0px;
	color: #FFFFFF;
}
a:link{
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.smallwhite{ 
	font-family: verdana, arial, "ms sans serif", sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}
.small{ 
	font-family: verdana, arial, "ms sans serif", sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 14px;
	color: #000000;
}
.small a,.small a:visited{
	color: #000000;
	font-weight: bold;
}
.small a:hover{
	color: #FF0000;	
	font-weight: bold;
}
.basic{ 
	font-family: verdana, arial, "ms sans serif", sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	padding-left: 2px;
	color: #FFFFFF;
}
.basic a,.basic a:visited{
color: #FFFFFF;
}
.basic a:hover{
	color: #FF0000;	
	font-weight: bold;
}
dl{
	border-bottom: dotted 1px #a5a5a5;
	margin: 5px;
	padding: 0px;
}
#LeftSide{	
	width:215px;	
	position:relative;
	float:left;
}
#RightSide{	
	width:215px;	
	position:relative;
	float:right;
}
/* Photo Gallery */

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 200px;
	border-style: solid;
	border-color: #A5A5A5;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 200px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 200px;
}

div#navigation td.thumbcell {
	width: 200px;
}

div#navigation td.thumbcell img {
	border-style: solid;
	border-color: #A5A5A5;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #A5A5A5;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

