/* CSS Document */
body {
  background: #fafaf7;
  text-align: center;
  
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color: #000000;
} 

#content {
  
}

#contact {
	 color: #46679C;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 20px 0;
	 text-align: right;
}

#header {
  height: 150px;
}

a.btn {
	 color: #735A44;
	 text-decoration: none;
}

a.btn:hover {
  background-color: #E4701E;
		color: #FFFFFF;
}

a:hover {
  background-color:#1BD1F1;
  color: #000000;
}