body {
	margin: 0 auto;	
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#container{
	text-align: left;
	margin:8px auto;
	width:935px;
}
	#header{
		width:935px;
		height:190px;
	}
	#top{
		width:935px;
		height:45px;
	}
		#topleft{
			float:left;
			height:20px;
			margin:6px 0px -7px 0px;
		}
			#leftheader, #welcomeheader{
			width:198px;
			margin:0px 0px 0px 6px;
			height:39px;
			float:left;
			text-align:center;
			line-height:39px;
			color:#FFF;
			font-weight:bold;
		}
		#topmenu{
			width:720px;
			height:39px;
			margin: 0px 0 -10px 210px;
		}
		
	#spacer{
		width:953px;
		height:1px;
	}
	#main{
		width:935px;
		min-height:150px;
		float:left;
	}
		/* #left, #welcometext{ */
		#left {
			width:178px;
			padding:9px;
			margin:0px 0px 0px 7px;
			min-height:130px;
			float:left;
		}
		#left a {
			color: #666666;
		}
		#left a:hover {
			color: #000000;
		}
		#content{
			width: 698px;
			min-height:130px;
			padding:10px;
			margin-right:6px;
			float:right;
		}
	#footer{
		clear:both;
		width:935px;
		height:60px;
		margin-bottom:8px;
	}

