﻿.container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7C7B61;
}
.top {
	background-image: url(siteimage/header.jpg);
	height: 203px;
	width: 1024px;
}
.body {
	background-image: url(siteimage/bodyloop.jpg);
	height: auto;
	width: 1024px;
	background-repeat: repeat-y;
}
.nav {
	background-image: url(siteimage/nav.jpg);
	height: 624px;
	width: 182px;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	background-repeat: no-repeat;
	float: left;


}

.flow a:link {
	color: red;
	text-decoration: none;
}
.flow a:visited {
	color: red;
	text-decoration: none;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 600px;
	height: 630px;
	text-align: left;
	font-style: normal;
	padding-left: 50px;
}
.content-auto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 600px;
	height: auto;
	text-align: left;
	font-style: normal;
	padding-left: 50px;
}

.footer {
	background-image: url(siteimage/footer.jpg);
	height: 50px;
	width: 1024px;
}

p{ 
   margin :0; 
   padding:0;
}
.contentcenter {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 600px;
	text-align: center;
	font-style: normal;
	padding-left: 50px;
}

photosviewer {
	font-size: 12px;
}

a img,:link img,:visited img { border:none }
