/* cascading style sheet from     */
/* http://www.greyhoundsrescue.eu */
/* last update 19.01.2007         */
/* ------------------------------ */
body {
	margin: 20px;
	padding: 0;
	text-align: center;
	font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
	color: gray;
}
#container {
	width: 800px;
	margin: 10px auto;
	background-color: #eee;
	line-height: 130%;
} 
#content {
	width: 800px;
	height: 450px;
	text-decoration: none; 
	background: white url(hm_2153bg.jpg) no-repeat;
}
#header {
	width:800px;
	height: 100px;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid white;
	background: url(gif/gradientblue.jpg) repeat-x ;
}
#header h1 { padding: 10px; margin: 0 }
#header h1 span { position: absolute; left: -2000px } 
#footer {
	padding: .5em;
	text-align: center;
	background-color: #cec0b5;
	border-top: 2px solid white;
	color: #707070;
}
/* -----------------------
begin menu navigation left
--------------------------*/
/* hide from MacIE \ 
 html #content { margin-left: 0; } 
 html #leftcolumn { margin-right: -3px; } 
*/
/* end hide */
#leftcolumn {
  float:left;
  margin:0;
  width:180px;
}
#leftcolumn p {margin: 0 0 1em 1em}
#leftnav {
  float:left;
  width:190px;
  margin-top:360px;
}
#leftnav ul {
  margin-left:30px;
  padding:0;
  list-style-type:none;
  font:bold 14px "Trebuchet MS",Verdana,Arial,sans-serif;
}
#leftnav li {margin: 0; white-space: nowrap;}
#leftnav a, #leftnav li a  {
	display: block;
	color: white;
	background-color: Gray;
	width: 190px;
	height: 25px;
	margin-top: 2px;
	text-decoration: none;
	padding: 5px 0px 0px 20px;
   border: 1px solid white;
}
#leftnav a:hover {
  background-color:#ddd;
  color:Navy;
  padding:5px 0px 0px 20px;
}
/* ---------------------
end menu navigation left
------------------------*/

.fine {
	font-size: 12px;
	background-color: transparent;
}
.fine a {color: #707070; text-decoration: none; margin: 0px 0px;}
.fine a:link {border-bottom: none; text-decoration: none;}
.fine a:visited {color: navy}
.fine a:hover {color: navy;  border-bottom: 1px solid;}
.fine a:active {color: blue}

p {margin: 2px 2px 5px 2px;}
.clearing {height: 0; clear: both}
a:link {
	text-decoration: none;
	background: transparent;
	color: #707070
}
a:visited {
	text-decoration: none;
	background: transparent;
	border-style: none;
	color: #708090
}
a:hover {
	text-decoration: none;
	background: transparent;
	color: Highlight
}
a:active {
	text-decoration: none;
	color: Silver;
	background: transparent
}