/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #b3b3b3;
	line-height: 1.166;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
}

a:link, a:visited {
	color: #feffc6;
	text-decoration: none;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	width: 860px;
	border: 2px solid #000000;
	background: #8e0c04;
}

#globalNav {
	width: 860px;
	height: 30px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #feffc6;
	border-top: 1px solid #8e0c04;
}

.topNav {
	background: #8e0c04;
	color: #feffc6;
	font-size: 12px;
	border-bottom: 2px solid #000000;

}

.topNav a:link {
	color: #feffc6;
	text-decoration: none;
}

.topNav a:visited {
	color: #feffc6;
	text-decoration: none;
}

.topNav a:hover{
	color: #000000;
	text-decoration: none;
}

.galleryNav {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #d3b450;
}

.galleryNav a:link {
	color: #d3b450;
	text-decoration: none;
}

.galleryNav a:visited {
	color: #d3b450;
	text-decoration: none;
}

.galleryNav a:hover{
	color: #8e0c04;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 860px;
	text-align: center;
}

#header {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #8e0c04;
}

.pictdetail {
	width: 300px;
	padding: 0 0 40px 0;
}

.picnav {
	width: 100px;
	padding: 0 0 40px 0;
	font-size: 12px;
	color:  #000000;
}

.pictnav a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

.pictnav a:hover {
	color: #8e0c04;
	text-decoration: none;
}


#main p {
	font-size: 12px;
	color:  #000000;
	line-height: 1.5;
	padding: 20px 0px 20px 20px;
}

.homemain {
	border-top: 1px solid #feffc6;
}

#pgmain {
	font-size: 12px;
	color:  #000000;
	line-height: 1.5;
	padding: 20px 20px 20px 20px;
}

img.thumbnails {
	border-width: 18px;
	border-color: #000000;
}

#pgmain a:link  {
	color: #8e0c04;
}

#pgmain a:visited {
	color: #8e0c04;
}

#pgmain a:hover {
	color: #8e0c04;
}

#pglinks {
	font-size: 12px;
	color:  #000000;
	line-height: 1.5;
	padding: 20px 20px 20px 20px;
}

#pglinks a:link  {
	color: #000000;
	text-decoration: none;
}

#pglinks a:visited {
	color: #000000;
	text-decoration: none;
}

#pglinks a:hover {
	color: #8e0c04;
	text-decoration: none;
}

table#summary {
	width: 560px;
	background-color:#feffc6;
	border-spacing: 20px;
	margin-top: 40px;
}
	
table#summary td {
	padding: 20px 20px 40px 20px;
	text-align:center;
}

.pgheader {
	font-size: 32px;
	color: #8e0c04;
	font-style: italic;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px 0px 20px;
}

h1 {
	font-size: 32px;
	color: #8e0c04;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px 0px 20px;
}

.sub {
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	padding: 20px 20px 20px 20px;
}

img.floatRight {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-width: 24px;
	color:#000000;
	}

a:link img.floatRight {
	text-decoration: none;
	border-color: #000000;
	border-width: 24px;
}

a:visited img.floatRight {
	text-decoration: none;
	border-color: #000000;
	border-width: 24px;
}

a:hoover img.floatRight {
	text-decoration: none;
	border-color: #000000;
	border-width: 24px;
}



#footer {
	CLEAR: left; 
	WIDTH: 100%;
	font-size: 10px;
	color:  #feffc6;
	text-align: center;
}
