body {
	margin: 0;
	padding: 0;
}
#header {
	border-bottom: 7px solid #d9d9d9;
	clear: both;
}
#content {
	padding: 18px;
	clear: both;
}
#footer {
	padding: 18px;
	clear: both;
}
#logo, #pagetitle {
	float: left;
	height: 116px;
}
#path, #title {
	margin: 18px 0;
}
#title h1 {
	color: #FF9205;
}
#path {
	font-size: 10px;
	color: #8a8a8a;
}
#path img {
	margin: 0 3px;
}
#formTitle {
	display: none;
}
#footer {
	border-top: 7px solid #d9d9d9;
	font-size: 10px;
	color: #8a8a8a;
}

/* Easy clearing */

#header:after {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header {
  display: inline-block;
}
/*\*/
#header {
  display: block;
}



