html{
  margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #A9A596;
}

p{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

h3{
	color: #616361;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-align: justify;
}

.bold{
	font-weight: bold;
}

#bg{
	background-image: url(images/pagebg2.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#bg-index{
	background-image: url(images/pagebg3.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#layout{
	margin-right: auto;
	margin-left: auto;
	width: 790px;
}

#header{
	margin-left: 5px;
	margin-right: 5px;
	width: 790px;
	height: 347px;
}

#header-top{
	width: 790px;
	height: 113px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#nav{
	height: 28px;
}

#photo{
	width: 790px;
	height: 206px;
}

#col1{
	width: 100px;
}

#column1{
	padding-left: 20px;
	width: 300px;
}

#column2{
	padding: 20px 40px 0px 40px;
	width: 390px;
}

#column3{
	padding: 20px 40px 0px 40px;
	width: 710px;
}

.map {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}


#footer{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 100px;
	background: #A9A596;
}



