h1 {
	color: #666666;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: 100;
	font-variant: normal;
}
h2 {  font: 100 normal 18px/24px  Times, serif; color: #CCCCCC}
.credittxt {  font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; color: #000033}
h3 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
.tableline {
	border: 1px solid #999999;
}
.leftpad {
	padding-left: 20px;
}

 
body  {
	background: #dec79c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFixHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e6d6c9;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	top: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #9baa81;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 100;
	color: #333333;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 200px;
}
.imageline {
	margin: 10px;
	padding: 3px;
	border: 1px solid #666666;
}
.thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	top: 20px;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
p {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: 100;
	color: #333333;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 



.article {
	font-family: Optima,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px;
	float: left;
}


#nav li {
	margin: 0;
	padding: 1;
	float: left; /* This corrects the */
	width: 180px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #0000CC;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2em;
}



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

#nav  #nav_email  a {
  border: none;
}


#body_hom #nav_hom a,
    #body_hill #nav_hill a,#body_blog #nav_blog a,#body_city #nav_city a,#body_there #nav_there a,#body_other #nav_other a,#body_about #nav_about a,#body_email #nav_email a {
	color: #990000;
	font-weight: 100;
	background-color: #dacccb;
}

h2 {  font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif; color: #666666}
a:link
{
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	
} 
a:visited 
{ 
    font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
	
	text-decoration: none;
	
}

a:hover
{
	
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCCFF;
	text-decoration: none;
	
} 
	
a:active
{
	
	font:  11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCC66;
	text-decoration: none;
	}
	

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: 100;
	color: #333333;
	list-style-type: circle;
}
