/*  Tierra Del Sol CSS  */

body {
	margin: 0;
	margin-top: 0;
	background-color: #5f5b4b;
}

a:link {
	text-decoration: underline;
	color: #4c4838;
}

a:visited {
	text-decoration: underline;
	color: #4c4838;
}

a:hover {
	text-decoration: none;
	color: #660000;
}

a:active {
	text-decoration: underline;
	color: #4c4838;
}

img {
	border: 0;
	
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

#nav-bgnd {
	width: 247px;
	background: url(../images/nav_bgnd.jpg);
	padding: 0px 0px 0px 80px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-color: #4c4838;
	
}

#home-content {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-color: #4c4838;
	line-height: 20px;
	padding-left: 25px;
	width: 470px;

}

#footer {
	width: 875px;
	height: 116px;
	background: url(../images/footer2.jpg);
	padding-top: 20px;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-color: #4c4838;
	
}

#text-column_a {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-color: #4c4838;
	text-align: left;
	line-height: 20px;
	padding: 20px 0px 20px 25px;
	float: left;
	width: 260px;
	
}

#text-column_b {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-color: #4c4838;
	text-align: left;
	line-height: 20px;
	padding: 20px 0px 20px 25px;
	float: left;
	width: 180px;
	
}
	