html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

#logo {
	width: 82px;
	height: 85px;
	float: left;
}

#topWrapper {
	/* background: #555560;  */ background: #554;
	height: 90px;

}

#imgFrame {
	background: rgb(220, 220, 220) url("../main.jpg") no-repeat center top;
	height: 390px;
}

#mainFrame {
	min-height: 95px;
	padding: 15px;
	color: #999;
	background: rgb(244, 244, 244);
}

.central {
	margin: 0 auto;
	width: 946px;
}

.lefty {
	width: 30px;
	text-align: left;
	float: left;
}

.righty {
	width: 180px;
	text-align: right;
	float: left;
}



h1 {
	color: #ccc;
	font-family: sans-serif;
	font-size: 1em;
	margin:0px;
	text-transform: uppercase;
}

#imgFrame h1 {
	color: #fff;
	font-size: 4em;
	/* font-weight: 600; */
}

#imgFrame div {
	color: #888;
	padding-top: 110px;
}

#topWrapper h1 {
	font-size: 18px;
	color: #ccc;
	padding-top: 0px;
}

a {
	font-size: 1.4em;
  	padding:  10px 0px;
  	font-weight: normal; text-decoration:none; font-style: italic; letter-spacing: 1px;
}

a:link {
  	color: #555;
}
a:visited {
  	color: #555; 
}
a:hover {
  	color: #888; 
}
a:active {
  	color: #555;
}

