.navigation{
	clear: none;
	float: left;
	height: 600px;
	width: 196px;
	background: #ffc0cb;
	margin: 2px;
	padding: 2 3 3 3; 
	border-width: 4px; 
	border-style: solid; 
	border-color: #ADD8E6
}
.contentcolumn{
	clear: none;
	float: left;
	height: 600px;
	width: 600px;
	margin: 2px;
}
 body {
  background-image: url("images/background1.jpg");
  background-repeat:repeat; 
  background-position:center center;
}

