body {
  margin: 		0;
  line-height: 	140%;
  font-family:	tahoma, arial;
  color:		#333;
}

#mainframe {
	position: absolute;
	top: 100px;
	left: 170px;
	z-index: 32002; 

	width:      	708px;
	height:		390px;
	text-align:	left;
	border: 		1px solid #D2D2D2;
	background:	#FFFFFF;
	color:		#444;
}

img {
  border:		none;
}

#header {
	border-bottom:	1px solid #aaa;
	margin-left:	15px;
	margin-right:	15px;
	margin-top:		15px;
	width:		678px;
}

#content {
	margin-left:	15px;
	width:		678px;
}

#footer {
	position:	absolute;
	left:		15px;
	top:		355px;
	width:		678px;
	border-top:	1px solid #aaa;
	font-size:	10px;
	color:		#444;
	text-align:	center;
	padding-top:10px;
}

h2 { 
  color:		#2E60AA; 
  font-size: 	125%; 
}

h3 {
  color:		 #2E60AA; 
  font-size: 100%;
}

td { 
  text-align: 	left; 
  vertical-align:	top; 
}

h1 { 
  margin:		0;
  font:		120% arial,tahoma;
}

p { 
  font:		80% arial,tahoma;
}

.billboard {
	position: absolute;
	top: 0px;
	left: 160px;
	z-index: 32000; 
	background-color: #fff;
	width: 728px;
	text-align: center;
	height: 120px;
}

.banner {
	margin-left: 66px;
	width: 468px;
	height: 60px;
}

.wide_skyscraper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 32001;
	width: 160px;
	height: 600px;
}

.links1 {
	width:		678px;
	height: 15px;
	text-align:	center;
}

.links2 {
	position: absolute;
	top: 511px;
	left: 160px;
	width: 728px;
	height: 15px;
}

.links3 {
	position: absolute;
	top: 585px;
	left: 160px;
	width: 728px;
	height: 15px;
}

.skyscraper {
	position: absolute;
	top: 0;
	left: 888px;
	z-index: 32001;
	width: 120px;
	height: 600px;
}

.search_box {
	width:		678px;
	height:		40px;
	text-align:	center;
}

#headline {
	font-size:	120%;
	text-align:	center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#headline b {
	color:		#204080;
}

#menu {
	position:	absolute;
	left:		407px;
	top:		50px;
	width:		300px;
	height:		30px;
}

#menu a {
	float:		left;
	font-size:	120%;
	color:		#204080;
	margin-right: 20px;
}

#menu span {
	float:		left;
	font-size:	120%;
	color:		#aabbcc;
	margin-right: 20px;
}

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
