/*
*/

* { padding: 0; margin: 0; }

body {
	margin: 100px;
	font-family: sans-serif, arial, helvetica;
	font-size: 12px;
	color: #666;
	text-transform: lowercase;
}

p {
	font-family: sans-serif, arial, helvetica;
	font-size: 12pt;
	color: #666;
}

.tree {
	background-image: url("/images/tree.jpg");
	background-repeat: no-repeat;
	/*background-position: fixed;*/
	position: fixed;
	z-index: -1;
	clip: auto;
	left: 100px;
	top: 0px;
}

/* the following can be used with any HTML element by specifying 'class=""'... <font class= or <li class=...
	whereas font.redtext could be specified in here
.redtext {
	color: red;
}
*/

a:link {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}

a:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
/*	background-color: #000000;
	color: #ffffff;	*/
	font-size: 12px;
}

input.input {
	color: #333333;
	font-family: sans-serif;
	font-size: 12px;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;

}

#tree {
/*	background-image: url("/images/tree.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 300px;
	position: static;
	top: 100;
	left: 500;	*/
}

#scaling {
	position: absolute;
	top: 98%;
	left: 95%;
	color: red;
}

/*a{display:block;color: #454545;padding:10px}*/
div#header h1 {
	height: 80px;
	line-height :80px;
	margin: 0;
	padding-left: 10px;
	background: #ffffff;
	color: #666
}

div#container {
	text-align: left;
}

div#content p {
	line-height: 1.4;
	font-size: 12px;
}

div#navigation {
	background: #ffffff;
}

div#extra {
	background: #ffffff;
	font-weight: bold;
}

div#footer {
	background: #ffffff;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#footer a:link {
	font-size: 10px;
	text-decoration: underline;
}

div#footer a:visited {
	font-size: 10px;
	text-decoration: underline;
}

div#footer a:hover {
	font-size: 10px;
	text-decoration: none;
}

div#container {
	width: 700px;
	margin: 0 auto;
}

div#wrapper {
	float: left;
	width: 100%;
}

div#content {
	margin: 0 150px;
}

div#navigation {
	float: left;
	width: 150px;
	margin-left: -700px;
}

div#extra {
	float: left;
	width: 150px;
	margin-left: -150px;
}

div#footer {
	clear: left;
	width: 100%l;
}

.home {
	/* used to highlight "home" links in footer and controlled by <body class=x> */
}
