body {
	background:#FFF;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#424750;
	padding:0px;
	margin:0px;
	width:100%;
	
}
h1, h2, h3, h4, ul, a,
.h1, .h2, .h3, .h4
{
	margin:0px;
	padding:0px;
	font-size:25px;
}
a{
	color:#424750;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}
a:hover{
	color:#06F;
	text-decoration:underline;
	text-shadow:1px 1px 0px #FFF;
}
li {
	list-style:none;
}
#menu{
	background:url(/images/ErrorMenuSep.gif) repeat-x;
	height:65px;
	width:894px;
	margin:0 auto;
}
.first{
	background:url(/images/ErrorMenuLeft.gif) no-repeat;
	float:left;
	width:19px;
	height:65px;
	display:block;
}
.last{
	background:url(/images/ErrorMenuRight.gif) no-repeat;
	float:right;
	width:19px;
	height:65px;
	display:block;
}
li.x1{
	background:none !important;
}
li:first-child{  
	background:none !important;
}
#menu ul li{
	float:left;
	background:url(/images/ErrorMenuBg.gif) 0px 0px no-repeat;
	width:107px;
	display:block;
	text-align:center;
}
#menu ul li a, li.first a{
	padding:24px 0px 26px 0px;
	display:block;
	font-size:14px;
}
.logo{
	width:212px;
	height:45px;
	display:block;
	margin:0 auto;
	padding:45px;
	border-bottom:1px #CCC solid;
}
.logo a{
  background:url(/images/logo.png) no-repeat;
	margin:0 auto;
	width:206px;
	height:72px;
	display:block;	
}
.logo a:hover{
	text-decoration:none;
}
.message{
	background:url(/images/War.gif) 11px 20px no-repeat;
	width:867px;
	height:100px;
	padding:15px;
	margin:25px auto;
	font-size:18px;
}

.message h2,
.message .h2,
.message p
{
	 margin-left:135px;
}
.message p{
	margin: 0 0 10px 135px;
}
.message a{ color:#06F}
.clear{ clear:both;}

.navidownmenu{
  display: none;
}