html, body {
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height			: 100%; /* needed to display container at full height in IE */
	background-color: #339933;
}

#sitebox	{
	margin			: 0 auto;
	width			: 700px;
	height			: auto;
	min-height		: 100%;
	/*background		: url("images/center.gif") repeat-y center top;*/
	background-color:#F4FFE4;
	border			:10px groove #339933;	
	border			:10px groove #339933;
	border-width	:5px 5px 5px 5px;
	text-align		: left;
	padding			: 0;
}

#bar {
	float			: left;
	width			: 700px;
	height			: 20px;	
}
#teller {
	float			: left;
	width			: 700px;
	height			: 20px;	
}

#menu_horiz {
	float			: left;
	width			: 700px;
	height			: 35px;
	margin			: 0px;
	padding			: 0px;
}

#menu_vert {
	float			: left;
	width			: 100px;
	margin			: 0px;
	padding			: 0px;
}

#header {
	float			: left;
	width			: 700px;
	height			: 225px;
	/*background-image: url("../_images/header.jpg");*/
	margin			: 0;
	padding			: 0;	
	border-bottom	:10px groove #339933;	
	border-width	:2px;
}
#main {
	width			: 400px;
	height			: auto;
	text-align		: left;
	margin			: 0 auto;
	padding			: 0;
}

