#top {
	padding: 5px;
	height: 210px;
}

#navbar {
	position: relative;
	clear: both;
	width: 216px;
	margin-left: 0px;
}
	

#main {
	position: absolute;
        top: 250px;
        left: 220px;
        padding: 0 10px 0 10px;
        width: 85%;
	height: 100%;
	overflow:visible;
}
