@charset "utf-8";

/*clears all margins and padding*/
*{
	margin:0;
	padding:0;
	border:none;
}

#hugger {
	background-position: center;
	width: 850px;
	margin: auto;
	width: 850px;
	

}



#header {
	width: 850px;
	background-image: url(../img/3panoramic-valley-header.gif);
	background-repeat: no-repeat;
	height: 154px;
	background-position: center center;

}
#content {
	font-family: Garamond, Arial, "Times New Roman";
	padding: 10px;
	background-color: #FFFFFF;
	border: thin solid #000000;
	font-size: 12pt;
	width: 828px;
	float: right;
}
#mainbody {
	width: 200px;
	float: right;
}

#bottomimg {
	border: thin solid #000000;
}

#footer {
	font-size: 11pt;
	border: thin none #000000;
	background-position: center;
}


body{
	color: #000000;

}
h1 {
	font-family: Garamond, Arial, "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	background-position: center;
}
a:link{
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #3B3B3B;
}
a:hover {
	text-decoration:underline;

}
a:active{
	color: #562106;

}
#img {
	border: thin solid #333333;
	width: 114px;
}
img {
	border: thin solid #333333;
	margin: 10px;
	padding: 0px;
}

#imgside {
	border: thin solid #333333;
	width: 142px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#bottomimg {
	border: thin solid #000000;
	height: 450px;
	overflow: scroll;
}

.headings {
	font-size: 18pt;
	font-weight: bold;
}
.h1 {
	font-family: Garamond, Arial, "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	background-position: center;
}