body {
	background-color: #00581E;
}

#container {
	width: 877px;
	margin: auto;
	position: relative;
	background-color: #00581E;
}

#bcontainer {
	width: 900px;
	background-color: #00581E;
}

#tbanner {
	height: 110px;
	background-image: url(http://machineknitpensacola.net/images/tbanner.png);
	background-repeat: no-repeat;
	background-color: #00581E;
	margin: auto;
}

#bbanner {
	height: 100px;
	background-image: url(http://machineknitpensacola.net/images/bbanner.png);
	background-repeat: no-repeat;
	background-color: #00581E;
	margin:auto;
	width: 530px;
}

#navbar {
	width: 150px;
	top: 150px;
	background-color: #00581E;
	float:left;
}

#mainbody {
	width: 720px;
	position: relative;
	background-color: #FFFFCC;
	float:right;
	padding: 3px;
}








