body { 
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
}

#container {
	margin: 0;
	padding: 0;
	width: 1000px;
}

h1 { 
	display: none;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 188px;
	/*background: url(/splash/images/splash_hdr_bg.gif) top left repeat;*/
  background-color: #ccc;
}

#headerLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 188px;
}

#headerRight {
	position: absolute;
	top: 0px;
	left: 250px;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 188px;
	background: url(/splash/images/splash_hdr_tagline.gif) bottom left no-repeat;
}

/* search area content */
#search {
	position: absolute;
	top: 0px;
	left: 800px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 188px;
	background-color: #f8f8f8;
}
#search p { 
	margin: 0;
	padding: 0 0 0 10px;
}
#search p.spacer {
	font-size: 5px; 
	line-height: 5px;
	height: 5px;
	margin: 0;
	padding: 0 0 0 10px;
}
#search form { 
	margin: 0;
	padding: 0 0 0 10px;
}
#search form p { 
	margin: 2px 0;
	padding: 0;
}
#search form p select, #search form p select option { 
	width: 181px; 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10px;
	line-height: 10px;
	margin: 2px 0;
	padding: 0; 
	color: #6b7b84;
	border: 1px solid #6b7b84;
	background-color: #f5f5f5;
}
/* /search area content */

#flashHolder {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 442px;
}

#footer {
	margin: 0;
	padding: 0; 
	width: 1000px;
	clear: both;
}

#footer p { 
	color: #636363; 
	font-size: 11px; 
	line-height: 14px;
}

#footer p a         { font-weight: normal; text-decoration: none; }
#footer p a:link    { color: #636363; }
#footer p a:visited { color: #636363; }
#footer p a:hover   { color: #ddd; }
#footer p a:active  { color: #ddd; }

#ftLeft {
	float: left;
	width: 250px;
}
#ftLeft p {
	padding-left: 10px;
}
#ftRight {
	float: right; 
	width: 750px;
}
#ftRight p {
	padding-left: 10px;
}






