* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #ece4da url(/img/background.jpg) top left repeat-x;	
	padding: 0px;
	font-family: Arial, verdana, san-serif, georgia;
	color: #000;
	font-size: small;
	margin-bottom: 0px;
}

div.clear {
	clear: both;
}

img {
	border: none;
}

div.wrap {
	width: 1000px;
}

div.top {
	width: 100%;
	height: 520px;
	background: #000 url(http://www.tylerstenson.com/redwood/img/redwood-son-bg.jpg) top left no-repeat;	
}

div.content {
	float: right;
	width: 575px;
	margin-top: 30px;
}

div.viewer {
	height: 324px;
	padding: 30px;
	border: 1px <!--solid--> #565f4b;
	overflow: auto;
}

div.viewer h3 {
	text-transform: uppercase;
	color: #e2896b;
	margin-bottom: 10px;
		
}

	div.viewer h2 a:hover{
	color: #e2896b;
	
}


div.viewer h2 {
	text-transform: uppercase;
	font-weight: 150;
	font-size: 260%;
	
}

div.viewer h2 a {
	color: #e2896b;
}	
	
div.viewer h2 a:hover{
	color: #e2896b;
	
	
}

div.viewer p {
	color: #e7ddd0;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 50px;
}

div.viewer a {
	color: #e2896b;
	text-decoration: none;
}

div.viewer a:hover{
	color: #ffffff;
}


div.mantra {
	color: #cac1a9;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
}

div.nav {
	background: transparent <!--url(http://www.tylerstenson.com/redwood/img/nav-bg.gif)--> bottom left no-repeat;	
	line-height: 61px;
	text-align: center;
}

div.nav p span{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 120%;
	padding: 0px 7px;
	color: #e2896b;
}

div.nav a {
	font-size: 110%;
	text-decoration: none;
	color: #ffdebf;
	text-transform: uppercase;
}

div.nav a:hover {
	color: #666;
}



div.bottom {
	width: 100%;
	background-color: #ffdebf;
	padding-top: 30px;
	border-top: 7px solid #bf744d;
	    background: transparent url(http://www.tylerstenson.com/redwood/img/bottom-bg.jpg) bottom left repeat;	

	
}


div.section {
	float: left;
	width: 220px;
	margin-left: 30px;

}

div.section h2 {
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.section p {
	line-height: 1.5em;
	text-align: justify;
}

div.section ul {
	list-style: none;
	
}

div.section ul li{
	color: #333;
}

div.section ul li span {
	color: #bf744d;
	padding-right: 10px;
	text-decoration: none;
}


div.section ul li span2 {
	color: #787878;
	padding-left: 60px;
	text-decoration: none;
		line-height: 1.5em;


}

div.section a {
	color: #666;
	text-decoration: none;
}

div.section a:hover {
	color: #e2896b;
}

div.pre-footer {
    background: transparent;
    padding: 5px 20px;
    color: #ffdebf;
    font-size: 90%;
    text-align: center;
    margin-top: 40px;
}

div.footer {
    background: #bf744d;
    padding: 5px 20px;
    color: #ffdebf;
    font-size: 90%;
    text-align: center;
    margin-top: 0px;
}



div.footer a {
	color: #000;
	text-decoration: none;
	
	}

div.footer a:hover {
	color: #e2896b;
	
}

div.footer p.donate {
	float: left;
	margin-left: 70px;
	line-height: 20px;
}

div.footer wrap {
	float: left;
}	

div.donatewrap {
	width: 340px;
	margin: 0px auto;
}

