/* CSS Document */
#leftside {
	width: 200px;
	background-color: #05142C;
	float: left;
	height: 100%;
	}
	
#rightside {
	width: 540px;
	float: right;
	}