/* CSS Document */

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#D4D4D4;
  padding: 0;
  margin: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#branding {
	background: #fff url(../images/topbg.gif) no-repeat top left;
	height: 249px;
}

#logo {
	text-align: right;
	height: 184px;
}

#nav {
	text-align: right;
	height: 65px;
}
#content {
	background: #fff;
	text-align: left;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}