/*****************************************
  master.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */
body {
	font-family: Arial;
	color: #000;
  font-size: 12px;
    line-height:155%;

}
#wrapper{
  width:950px;
  margin:0 auto;

}
.grid{
	width:950px;
	float:left;
	background:#FFF url(../images/bg_big.jpg) no-repeat 18px 0px;
	min-height:718px;
}

/*Footer*/
.footer{
	clear:both;
	float:left;
	width:100%;
	margin-top:10px;
	padding-top:20px;
	background: url(../images/bar.gif) repeat-x top left;
}
.footer ul.footerlinks{
	float:left;
	padding-left:25px;
}
.footer ul.footerlinks li{
	float:left;

}
.footer ul.footerlinks li a{
	color:#b9b9b9;	
	padding:0px 6px;
	font-size:11px;
	text-decoration:none;
	background:url(../images/stripe_footer.gif) no-repeat right 2px;
}
.footer  img{
	float:right;
}