body {
	margin: 0px;
	padding: 0px;
}

#overall {
	text-align: left;
}

#header {
	position: relative;
	height: 65px;
	padding-left: 15px;
}

#line1 {
	height: 3px;		
	padding-top: 1px;
}

#footer {
	position: relative;
	height: 34px;
	clear: both;
}

#content {
	width: auto;
}

#menu {
	width: 160px;
	border: 0px;	
	float: left;	
}

#main {
	width: auto;
	margin-left: 170px;
	margin-right: 0px;
}

