/*	Brown = 603913
	Orange = D85610
	Burgundy = 970000
	Grey = DBD8D1 */
Body {
	background-color: #DBD8D1;
}

TD {
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 11pt;
	color: #603913;
}
	
P {
	width: 610px; padding: 0px; margin-left: 0px; margin-right: 17px; margin-bottom: 0;
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 11pt;
	color: #603913;
}

P.footer {
	width: 800px; padding: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0;
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 8pt;
	color: #603913;
}

H1 {
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #603913;
}

.small {
	font-family: Georgia, Garamond, Times New Roman, serif;
	font-size: 8pt;
	color: #603913;
}

A:link {
	color: #970000;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

A:link.footer {
	color: #603913;
	font-weight: normal;
	border: none;
	text-decoration: none;
}

A:link IMG {
	border: none;
}

A:visited {
	color: #970000;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

A:visited IMG {
	border: none;
}

A:hover {
	color: #603913;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

A:hover.footer {
	color: #970000;
	font-weight: normal;
	border: none;
	text-decoration: none;
}

#menu ul {
	list-style: none;    									
	margin:0px;                
	padding:0px; 
	font-size:16pt;            
}
#menu li {
	float: left;
	list-style: none;     
	margin-bottom: 6px;        
	padding: 0px;              
}
#menu A {  
	color: #603913;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
#menu A:visited {
	color: #603913;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
#menu A:hover {
	color: #970000;
	border: none;
	font-weight: normal;
	text-decoration: none;
}

/* All Styles below are for the Album CSS */

#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#slide .image {
	border-width: 1;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */

.camera {
	font-size: 11px;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	margin: 0;
}

img {
	border-color: #603913;
}