I am using navigation and section tags. The navigation bar appears on the right and the section(main body/content) which has to appear in th center appears on the leftof the screen/navigation bar. I am not able to correct that. Please help me!
This is the code I used for it. Though I changed the float it doesnt work

Code:
nav {
	background-color:rgba(222,184,135,0.5);;
	/*margin:5px;*/
	font-size:20px;
	line-height:30px;
...