/* generic styles */
html {
	height: 101%;
}
body {
	color: black; 
	padding: 0; 
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .75em; 
	background-color: white;
	background: URL(/landSplash/image/top_gradiant.gif) 0 0 repeat-x; 
}
#fitz {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-375px;
	width: 750px; padding: 0; color: black; text-align: left;
	z-index:100;
}
#placeholder h2, #placeholder h3, #placeholder h4, #placeholder h5, #placeholder h6 {
	color: black; font-family: Arial, Helvetica, sans-serif; background-color: transparent;
}
#placeholder h2 {
	font-size: 1.3em; font-weight: bold; margin-bottom: 5px; 
}
img {
	border: 0; 
}
a {
	color: #000; text-decoration: none;
}
a:hover {
	color: black; text-decoration: underline;
}
/* END generic styles */

/* header styles */ 

#placeholder #header {
	margin-bottom:5px;
}
/* End header styles */
