body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
    line-height:1.5;

}
	A:link    {color:#000;text-decoration:none;}
	A:visited {color:#000;text-decoration:none;}
	A:active  {color:#000;text-decoration:none;}
	A:hover   {color:#000;text-decoration:none;}

.wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.header{
	float:center;
	width:100%
	}
.content {
	float: center;
	width: 100%;
}
.footer {
	clear: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top:solid 2px gray;
	border-bottom:solid 2px #eeeeee;
}

