@charset "utf-8";
/* CSS Document */

body {
	background: 	  #fafafa;
	font-family:	  Arial,Verdana,Helvetica,sans-serif;
	font-size:        small;
	margin:           0px;
}

#allContent {
   width:	         900px;	
   padding-top:	     5px;
   padding-bottom:   5px;
   margin-left:      auto;
   margin-right:     auto;
}

#heading h1{
	/*visibility: hidden;*/
	display:    none;
	position:	absolute;
	width:		10px;
	height:		10px;
	left:		-1000px;		
}

#heading img{
	padding-top:	8px;
}

#menu{
	position:		relative;
	top:			16px;
	width:			900px;
	height:			35px;
	background:		url(../images/menu.png);
	border:			1px solid #e3e3e3;
}

#menu div{
	float:			left;
	width:			100px;
	height:			35px;
	background-image:url(../images/menu_div.png);
	background-position:right;
	background-repeat:no-repeat;
}

#menu a{
	display:		block;
	width:			100px;
	height:			35px;
	font-size:		16px;
	color:			#ffffff;
	text-align:		center;
	line-height:	30px;
	text-decoration:none;
}

#menu a:hover{
	color:			#000000;
}

#footer{
	position:		relative;
	width:			900px;
	height:			251px;
	padding:		0px;
	background:		url(../images/footer.png);
	background-repeat:repeat-x;
	border:			1px solid #e3e3e3;
}

#footer p{
	position: 		absolute;
	left:			10px;
	top:			5px;
	color:			#FFFFFF;
	margin:			0px;
	padding:		0px;
}

#validation{
	position:		absolute;
	margin:			0px;
	top:			210px;
	left:			710px;
}

#validation	a{
	padding-right:	5px;
	width:			81px;
	height:			25px;
}


#validation	img{
	border:			none;
	width:			81px;
	height:			25px;
}
