* {
	margin:0;
	padding:0;
}

body {
	font-family: interstate, helvetica, sans-serif, verdana, arial, tahoma;
	font-size:13px;
  font-weight:normal;
}

#container {
	margin:0px auto;
	width:960px;
}

#navi {
	width:100%;
	background:#0073a2;
	margin-bottom: 2%;
	height:60px;
}

#navi a:link, a:visited, a:hover {
  text-decoration: none;
  color: #fff;
}

#content {
	float:left;
	width:56%;
	margin-right:2%;
	background:#fff;
	height:900px;
}

@media only screen and (max-width: 1024px) {

  #container { width:100%; }

  #content { width:100%; }

}

@media only screen and (max-width: 480px) {

  #content {
	 width:100%;
  	margin-right:0;
  	margin-bottom:2%;
  }

}