* {
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5c5c5c;
	background: url(img/background_gray.png);
	background-repeat: repeat;
}
*/
/*This is not important*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url("img/binding_light.png");
	background-attachment: fixed;
	margin:0 auto;
}

a {
	font-size: 15px;
	color: #5c5c5c;
	outline: none;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5c5c5c;
}
a:hover {
	text-decoration: none;
	color: #5c5c5c;
}
a:active {
	text-decoration: none;
	color: #5c5c5c;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear { display: inline-block; }
/* start commented backslash hack \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* close commented backslash hack */
.space1 { height: 1px; }
.space2 { height: 2px; }
.space3 { height: 3px; }
.space4 { height: 4px; }
.space5 { height: 5px; }
.space6 { height: 6px; }
.space7 { height: 7px; }
.space8 { height: 8px; }
.space9 { height: 9px; }
.space10 { height: 10px; }
.space11 { height: 11px; }
.space12 { height: 12px; }
.space13 { height: 13px; }
.space14 { height: 14px; }
.space15 { height: 15px; }
.space16 { height: 16px; }
.space17 { height: 17px; }
.space18 { height: 18px; }
.space19 { height: 19px; }
.space20 { height: 20px; }
.space21 { height: 21px; }
.space22 { height: 22px; }
.space23 { height: 23px; }
.space24 { height: 24px; }
.space25 { height: 25px; }
.space26 { height: 26px; }
.space27 { height: 27px; }
.space28 { height: 28px; }
.space29 { height: 29px; }
.space30 { height: 30px; }
h1 {
	font-size: 64px;
	color: #8c8c8c;
	letter-spacing: -4px;
	margin-bottom: -8px;
}
h3 {
	font-size: 15px;
	color: #5c5c5c;
	letter-spacing: -1px;
	text-transform: uppercase;
}
p {
	font-size: 15px;
	color: #5c5c5c;
	margin: 25px 0;
}
.container {
	width: 833px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
}
.errorLabel {
	width: 181px;
	height: 181px;
	background: url(img/404_label.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: -5px;
}
.contentHeader {
	width: 833px;
	height: 12px;
	background: url(img/content_header.png);
	background-repeat: no-repeat;
}
.contentMiddle {
	width: 809px;
	height: auto;
	background: url(img/content_middle.png);
	background-repeat: repeat-y;
	padding: 0 12px;
}
.contentFooter {
	width: 833px;
	height: 12px;
	background: url(img/content_footer.png);
	background-repeat: no-repeat;
}
.leftContent {
	width: 355px;
	height: 400px;
	float: left;
}
.rightContent {
	width: 454px;
	height: auto;
	float: right;
}
.smiley {
	width: 280px;
	height: 510px;
	background: url(img/error_image.png);
	background-repeat: no-repeat;
	margin: 110px auto 50px auto;
	position: relative;
	top: -210px;
}
ul {
	list-style-image: url(img/list_item.png);
	margin-left: 30px;
}
ul li {
	padding: 4px 0;
}
.footerMenu {
	font-size: 15px;
	color: #8a8a8a;
	text-align: center;
	padding-top: 13px;
}
.footerMenu ul li {
	  height: 25px;
	  float: center;
	  margin-right: 0px;
	  border-right: 1px solid #aaa;
	  padding: 0 20px;
	  display: inline;
}

.footerMenu li:last-child {
  border-right: none;
}

.footerMenu li a {
  text-decoration: none;
  color: #A9A9A9;
  font: 25px/1 Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.footerMenu li a:hover {
  color: #4169E1;
}
 
.footerMenu li.active a {
  font-weight: bold;
  color: #4169E1;
}