/*initializ e margins and padding on all objects*/
*{margin:0; padding:0; }

/*set up core structure*/
html,body{ color:#000; background-color: #fff; font: normal 80% Helvetica, Arial, sans-serif; height: 100%;}

p { line-height:22px; font: 12px Helvetica, Arial, sans-serif;}

h1 {font-size: 20px; line-height:1.4em; padding:0; }

h2 {font-size: 16px; line-height:1.0em;; padding:0; }

h3 {font-size: 16px; line-height:1.0em; padding:0; margin-bottom: 5px; color: #628607;}

h4 {font-size: 14px; line-height:1.5em; padding:0; }

h5 {font-size: 9px; padding:0; }

a {color:#e97122; text-decoration:none;  }

a:visited {color:#e97122; text-decoration:none;}

a:hover {color:#999999; text-decoration: underline;}


#splash { 
	width: 800px;
	height: 480px;
	margin: 0px auto 0px;
	margin-top: 20px;
	background: url(splash.jpg) no-repeat;
}
#contact { 
	width: 800px;
	height: 20px;
	margin-top: 60px;
	text-align: right;
	float: right;
	margin-right: 20px;
	color: #e97122;
	font-size: 14px;
}
#footer { 
	width: 780px;
	height: 20px;
	margin: 0px auto 0px;
	margin-top: 15px;
	text-align: right;
	color: #e97122;
	font-size: 9px;
	padding-right: 20px;
}


