body { margin: 0; padding: 0; text-align: center; }
body, td, th { 
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing:antialiased;
  font-size: 16px;
  color: #444;
}

.wrapper { 
  width: 950px; 
  margin: 0 auto; 
  text-align: left; 
}

.rounded { font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif; }

div#number {
	color: #06568b;
	padding: 45px 0 0 0;
	font-size: 12px;
}

a { color: blue; }
a.unobtrusive { text-decoration: none; color: #666; }
img { border: 0; }
form { margin: 0; padding: 0; }

h1 { 
  background: url("../media/logo.png") left center no-repeat;
  background-size: 60px;
  padding: 20px 0 15px 70px;
  font-weight: 100; 
  font-size: 28px; 
  margin: 0;
  color: #666;
}

h2 {
  font-weight: 100;
  font-size: 24px;
  margin: 20px 0;
}

div#nav {
  background: #0075bf;
}

div#menu a {
  display: inline-block;
  padding: 10px 12px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

div#menu a:hover { text-decoration: underline; }
div#menu a.active { background: #0092ee; }
div#menu a.active:hover { text-decoration: none; }

div#happy {
  background: url("../media/happy.jpg") center center;
  background-size: cover;
  border-bottom: 4px solid #efefef;
}

div#splash {
  font-size: 50px;
  color: white;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
  padding: 90px 0;
}

div#splash strong { font-size: 60px; }

div#overlay {
  background: url("../media/bg50.png");
  padding: 25px;
  font-size: 21px;
}

input { font-size: 18px; }

div#footer { 
  border-top: 4px solid #efefef;
  font-size: 12px;
  padding: 10px;
}

div.right { float: right; }

div.info {
  border: 1px solid #abc13e; 
  background: #f2f8ce url("../media/conf.png") center left no-repeat;  
  color: #5d6a23;
  padding: 10px 10px 10px 55px;
}