@charset "utf-8";

* 	{
	padding: 0;
	margins: 0;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 900px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	background-color: #F0F0F0;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 215px;
	width: 900px;
}


/* History Page CSS*/
#contenthistory {
	height: auto;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #0b2b0e;
	padding-left: 10px;
	text-align: left;
	}

#historytext {
	}

#bullets {
	padding-left: 15px;
	width: 550px;
	}
	
#rtcolumnhistory {
	float: right;
	width: 245px;
	font-size:12px;
	font-weight:bold;
	/*background-color: #7dd3cf;*/
	background-image: url(../Images/newtacoma/column2.gif);
	text-align: center;
	height: 1%;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}



		
#footer {
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	padding-right: 60px;
	}
	
#footer a:link {
		color: #0b2b0e;} 
#footer a:visited {
		color: #923a42;}
#footer a:hover {
		color: #d2953d;}
	
#copyright {
	color: #0b2b0e;
	background-image: url(../Images/newtacoma/navbar2.gif);
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	padding-left: 5px;
	}
