/* CSS Document */

body {
	margin:10px 10px 10px 10px;
	}

#wrapper {
	margin: 0 auto;
	width:850px;
}


#banner {
	height:250px;
	}
	
html>body #banner {
	height:250px;
	}

#menu {
	}

/* Content on the left */

#leftcolumn {
	float:left;
	width: 180px;
}


#leftcontent {
	width:180px;
	margin-left: 5px;
	}	


/* Content on the right */
#rightcolumn {
	margin-left:180px;
	}


/* Footer content */
#footer {
	clear:left;
}

