html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  
  color: #5d4224;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #5d2442;
  text-decoration: none;
}
a:visited {
  color: #5d4224;
  
}
a:hover {
  color: #fff;
  
}
a:focus {
  color: #5d4224;
}
a:active {
  color: #5d4224;
}
#outerWrapper {
	
	background-position: center center;
	background-repeat: no-repeat;
	margin: 40px auto 0 auto;
	text-align: center;
	width: 900px;
	height:600px;
}
#outerWrapper #topNavigation {
  height: 40px;
  padding: 40px 10px 10px 10px;
  margin-left:30px;
  
  margin-right:30px;
}
#outerWrapper #topNavigation #logo {
	margin-top:-80px;
	float:left;}
#outerWrapper #topNavigation #nav {
	float:right;
	
	}
#outerWrapper #contentWrapper #content {
  margin: 30px  0 30px;
  padding: 20px 30px 20px 30px;
  height:420px;

  
}
#outerWrapper #footer {
	padding-left:20px;
}

