@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	}
p {line-height:16px; padding-top:10px;}
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:54px;
	color:#fff;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#fff;
	font-weight:normal;
	padding:0px;
	margin:0px;
	padding-top:15px;
}
h3 {font-size:16px; 
	font-weight:normal;
	}
a:link {
	color: #000000;
}

a:visited {
  color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000;
}


#container {
	width:1000px;
}

#header {width:1000px;
	height:140px;
	background-color:#C1231F;
	
}
#headerblack {width:290px;
	height:85px;
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	}
#headertext {width:1000px;
			position:relative;
			left:15px;
			top:15px;
}
#smalltree {position:absolute;
			left:880px; 
			top:15px;
}
#herologo {position:absolute;
			left:1000px; 
			top:15px;
}
#leftcolumn {
	width:290px;
	float:left;
	background-color:#C1231F;
	
}
#treeholder {
	position:relative;
	top:40px;
	left:65px;
}

#leftcolumbase {
	width:290px;
	background-color:#000;
	position:relative;
	top:20px;
	height:150px;
}

#leftcoltext {width:240px;
			position:relative;
			left:15px;
			top:-10px;
}

#leftcolcopy {position:absolute;
left:10px;
top:140px;
width:270px;
font-size:11px;
}
#content {
	width:710px;
	background-image:url(images/furniture/tree.jpg);
	background-repeat:no-repeat;
	float:right;
	min-height:600px;
}
#content2 {
	width:710px;
	
	float:right;
	min-height:600px;
}
#nav {position:relative; top:15px;
line-height:20px;
left:10px;}
#picmask {float:left;
			width:300px;
			height:290px;
			
}

.indent {padding-left:30px;}

.leftnav {
	font-size:14px;
	text-decoration: none;
}
.leftnav:link {
	
	color: #ccc;
}

.leftnav:visited {
  color: #ccc;
}

.leftnav:hover {
	text-decoration: underline;
	color:#fff;
}

.leftnav:active {
	color: #ccc;
}

.nopadd {padding:0px; margin:0px;}

input {
	width: 200px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Tahoma, sans-serif;
	
}textarea {
	width: 300px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Tahoma, sans-serif;

}

#formholder {position:absolute; left:300px; top:140px;}
