html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#f5f5f5 url("../images/homepage_Bg.jpg") top repeat-x;
	font: normal .85em/1.25em Tahoma,Lucida,"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.10em;
}

#header {
	margin:0 auto;
	background:url("../images/homepage_headerBg.jpg") top no-repeat;
	/*padding:15px 0 0 40px;*/
	width:960px;
	height:115px;
}

div#navcontainer {
	}

div#content {
	background: url("../images/homepage_contentBg.png") top no-repeat;
	width:1020px;
	margin:0 auto;
	padding-top:345px;
	}

	
#columnscontainer h1 {
	color:#ff7711;
	font-size:2.40em;
	text-transform:uppercase;
	margin-bottom:15px;
	letter-spacing:1px;
	}

#columnscontainer p {
	margin-bottom:35px;
	}
	
.columnscontainer001 {
	float:left;
	margin-right:19px;
	width:230px;
	}
	
ul {
	margin:0 20px 25px 20px;
	padding:0;
	}

li { 
	margin: 0 0 5px 0; 
	list-style:circle;
	}

.columns {
	width:200px;
	background:url("../images/homepageColumn_background.jpg") repeat-y;
	padding:15px;
	}

#twitterfeed001 {
	float:left;
	margin-top:-25px;
	margin-left:1px;
	width:230px;
	}

#twitterfeed001 ul {
	margin-top:-15px;
	}
	
#twitterfeed001 li {
	margin:15px 0;
	}
	
#quoteIt {
	float:right; 
	margin-top:140px; 
	margin-right:290px; 
	width:82px;
	}
	