/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(../images/header-tile.gif);
	background-repeat:repeat-x;
	background-position: top;
	background-attachment:scroll;
}
#main{
	margin-left:auto;
	margin-right:auto;
	width: 740px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer{
	width:740px;
	height: 20px;
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
#footer table{
	color: #666666;
}
#footer table a{
	color: #666666;
	text-decoration: none;
}
#footer table a:hover{
	text-decoration: underline;
}
h2{
	font-weight: normal;
}
h2 span{
	color: #595959;
}
a img{
	border:none;
}