First time working in Dream Weaver. Using HTML and CSS. I want a menu page on the left side and an about me section on the right. I wrapped the DIVs in a wrapper DIV with the height and width of both, but can't get them next to each other. Instead, the one of the right stays on the right, but also below the one of the left (so they are diagonal). Here is my code.

Code:
#menu {
	background-color: #0CF;
	height:
...