	body {
		height:292px;
		background-image:url(images/top-bg.png);
		background-position:top;
		background-repeat:repeat-x;
		margin:0;
	}
	
	#footer {
		z-index: 1;
		height:152px;
		background-image:url(images/bott-bg.png);
		background-position:top;
		background-repeat:repeat-x;
		margin:0px;
		position: relative;
		text-align:center;
		bottom:0;
	}
	
	#rf {
		border:0px;
		background:transparent;
		font-weight:bold;
	}
	
	.mainContent h1 {
		margin:20px 0 10px 0;
		font-family:"Trebuchet MS";
		color:#343434;
		font-size:26px;
		font-weight:normal;
		border-bottom:#ecbe11 1px solid;
		display:block;
	}
	
	a:link { 
		color: #333333;
		}
	a:visited { 
		color: #333333;
		}
	a:hover { 
		text-decoration: none;
		}
	a:active { 
		color: #333333;
		}