* { margin: 0; }

/* So you don't unpad certain form elements in some browsers */
html, head, body,
h1, h2, h3, h4, h5, h6, p, blockquote, q, address, cite,
ul, ol, li, dl, dt, dd,
img,
form, legend, fieldset, label,
table, tr, thead, tbody, tfoot, th, td, caption,
em, strong, pre, sup, sub, del, ins, code, dfn, kbd, samp, var, big, small {
	padding: 0;
}

body {
	/*padding-bottom: 2em;*/
	background-color: #669900;
	background-image:url('../_img/main-treebg.jpg');
	background-position: top left;
	background-repeat:no-repeat;
}

/* Un-Comment for static center layout */
/** html body { text-align: center; }*/

#container {
/* Un-Comment for static center layout */
/*
	margin: 0 auto;
	text-align: left;
*/
}

.one_wide,
.two_wide,
.three_wide {
	float: left;
	display: inline;
	margin-left: 0;
}

.one_wide{width:213px;}
.two_wide{width: 587px;}

* html .one_wide{width:208px;
	float:right;}


#header,
#page_body,
#footer {
}

#header{
	background-image:url('../_img/header-tran.png');
	background-repeat: repeat;
	height: 152px;
}

#right-col{
	background-image:url('../_img/leftcol-gradient.jpg');
	background-repeat: no-repeat;
	background-position: top;
	border-left: 1px solid #FFE300;
	background-color: #CFDFAF;

}

#left-col{
	background-image:url('../_img/top-rightcol-gradient.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	width: 586px;
	
}

#nav {
	background-image: url('../_img/navbar-gradient.jpg');
	background-repeat: repeat-x;
	height: 30px;
}

#content {
	background-color: white;
/*	border: 1px solid red !important;*/
	/*padding-bottom: 20px;*/
	width:800px;
}

#footer {
/*	clear: both;*/
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

#wrapper{
	border: 5px solid #FFE300;
	margin:20px auto;
	width:800px;
}

#home-wrapper{
	border-left: 5px solid #FFE300;
	border-right: 5px solid #FFE300;
	border-top: 5px solid #FFE300;
	margin:20px auto;
	width:800px;
	height: 540px;
}

#box{
	height:510px;
	width:800px;
}

#quotes {
	float: right;
	/*border: 1px solid red;*/
	width: 560px;
	padding: 0px 10px 0 0;
	height: 150px;
}

.clear{
	clear:both;
}