/* CSS layout */
html, body {
	margin-top: 0;
	padding: 0;
}
body {
	
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}
#h1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fe711e;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe711e;
	padding-top: 10px;
	text-align: left;
}
#header-top{
	display: inline;
	height: 100px;
	width: 700px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
}
header-bottom {
	display: inline;
	height: 100px;
	width: 700px;
	margin-top: 25px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 50px;
	float: left;
}
#header-right	{
	display: inline;
	height: 61px;
	width: 74px;
	margin-top: 25px;
	margin-left: 250px;
	padding-top: 20px;
}
#nav {
	width: 700px;
	float: left;
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #FEFFE8;
	border-bottom: 1px solid #fe711e; 
	border-top: 1px solid #fe711e; 
}
#nav li {
	float: left; 
}
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fe711e;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fe711e;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #fe711e; }

#wrapper {
	
	height: 10px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 200px;
	margin-top: 10px;
}
#page-container {
	display: inline;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	border-top-width: thin;
	background-color: #ffffff;
	float: left;
}
#column-right	{
	display: inline;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	padding-left: 96px;
	height: auto;
	width: 200px;
}
#form-container {
	background-color: #ffffff;
	height: 100px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#important {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}
#footer-home {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 420px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#footer-life {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 420px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#footer-info {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#footer-buildings {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 250px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#footer-contact {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#footer-error {
	clear: both;
	background: #fe711e;
	height:20px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#dickie {
	clear: both;
	background: #ffffff;
	height:20px;
	text-align: center;
	margin-top: 2px;
}

