* {
	margin:0;
	padding:0;
} 

html, body, #wrapper {
	height:100%;
	width:100%;
}

body > #wrapper {
	height:auto; 
	min-height:100%;
}

body {
	font: 14px/20px Arial, Helvetica, sans-serif;
	text-align:center;
    color:#2e2e2e;
	background:white url(mock3/back2.jpg) repeat-x;
}

h1 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
    color:#2e2e2e;
	padding-left:50px;
}

p {
	font: 14px/20px Arial, Helvetica, sans-serif;
	text-align:left;
    color:#2e2e2e;
	padding-left:50px;
}

a:link { 
	color:#546f2d;
	text-decoration:underline;
}

a:visited {
	color:#546f2d;
	text-decoration:underline;
} 

a:hover {
	color:#546f2d;
	text-decoration:underline;
} 

a {
    outline: none;
 }
a img {
    border:none;
 }

#wrapper {
	text-align:left;
	margin:0px auto;
	width:930px
}

#header {
	float:left;
	background-image:url(mock3/header2.jpg);
	height:400px;
	width:1024px;
	overflow:hidden;
}

#contentbg {
	float:left;
	background:white url(mock3/contentbg2.jpg) no-repeat;
	height:auto;
	width:1024px;
	overflow:hidden;
	text-align:left
}

#content {
	height:auto;
	width:840px;
	overflow:hidden;
	margin:40px;
	text-align:center
}

#headline {
	background:url(Images/revisit/headline.jpg) no-repeat;
	float:left;
	height:155px;
	width:100%;
	margin-left:100px;
	text-align:center
}

#main {
	padding-bottom:118px;/* must be same height as the footer */
}  

#footfont {
	background:url(mock3/footer.jpg) center no-repeat;
	height:118px;
	margin-left:95px;
}


#foot {
	position:relative;
	margin-top:-118x;
	height:118px;
	background:url(mock3/foot.jpg) repeat-x;
	clear:both;
	font-size:15px;
	color:#edf0e3;
	line-height:1.6em;
}

#foot a:link { 
	color:#edf0e3;
	text-decoration:underline;
}

#foot a:visited {
	color:#edf0e3;
	text-decoration:underline;
} 


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
