/* CSS Document */
@charset "UTF-8";

#wrap {
	width: 855px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;}
	
#bottom {
	background-image: url(images/bottom.png);
	height: 20px;
	width: 855px;
	background-repeat: no-repeat;
	text-align:right;
	font-size:11px;
	margin-left: 1px;}

#top {
	background-image: url(images/header.png);
	height: 155px;
	width: 853px;
	background-repeat: no-repeat;}

body{
	background-image: url(images/bg.jpg);
	font-weight: normal;
	text-align: justify;}


/*nav + main content*/
#content {
	background-color: #A6A6A6;
	width: 841px;
	margin-right: 0px;
	margin-left: 3px;
	min-height:350px;}
	


#page {
	background-color: #D9D9D9;
	width: 610px;
	height: auto;
	float: right;
	margin-right: 20px;
margin-top: 6px;
	font-size: 8.5pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;}

/*text section*/
#navtop {
	background-color: #D9D9D9;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;}

#nav {
	height: auto;
	width: 150px;
	margin-left: 18px;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	font-size: 10pt;
	color: #000;
	text-align: right;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;}

/*page headings*/
h1 {
	font-weight: bold;
	color: #116822;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	margin-top:0}


.navaddress {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #116822;
	line-height: normal;}

/*nav links*/
#nav a:link, a:visited, a:active{
	color: #000;
	text-decoration: none;}

#nav a:hover {
	color: #116822;
	text-decoration: none;}


/*main links*/
a:link, a:visited, a:active{
	color: black;
	text-decoration: underline;}

a:hover {
	color: #363;
	text-decoration: none;}

/*login link*/
#bottom a:link, #bottom a:visited, #bottom a:active, #bottom a:hover{
color:grey}

/*photo page*/
#gallery img{
	border:2px solid black;}

#gallery {
	width: 95px;
	float:left}
	
#photo {
	text-align:center;
	width: 505px;
	float:right;}

#photo img {
	border: 2px solid black;}
