
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 {
	text-align: center;
	padding: 0 0 0 0;	
	line-height: 14px;
	font-size: 11px;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background-image: url('images/clockbg3.jpg');
}

h1 {
  line-height: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

h2 {
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

a,  a:link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#outerWrapper {
  
  width: 80%;
  text-align: left; 
  margin: 0 auto 0 auto;
  
}
#outerWrapper #header {
	background-color: #cda98b;
	line-height: 15px;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-bottom: solid 1px #8b675a;
	margin-bottom: 10px;
}
#outerWrapper #topNavigation {
	background-color: #f9f1e1;
	height: 25px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #cda98b;
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
}
#outerWrapper #footer {
  background-color: #f9f1e1;
  border-top: solid 1px #cda98b;
  padding: 10px 10px 10px 10px; 
}

