* {
	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:#546f2d;
	background:#c9d4ae url(Images/revisit/bg.jpg) repeat-x;
}

h1 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	text-align:left;
    color:#546f2d;
}

h2 {
	font: 14px/18px Arial, Helvetica, sans-serif;
	text-align:left;
    color:#546f2d;
}

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(Images/revisit/header.jpg);
	height:350px;
	width:930px;
	overflow:hidden;
}

#contentbg {
	float:left;
	background-image:url(Images/revisit/contentbg.jpg);
	background-repeat:repeat-y;
	height:auto;
	width:930px;
	overflow:hidden;
	text-align:left
}

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

#stuff {
	float:left;
	width:584px;
}

.menuleft {
	float:left;
	display:block;
	width:48px;
	height:48px;
	padding-left:45px;
}

.menuright {
	float:left;
	display:block;
	width:155px;
	height:48px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#546f2d;
	padding:12px 0 0 8px;
	text-align:left
}

.menuleft a:link, a:visited {
	color:#546f2d;
	text-decoration:none;
}

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

.menuright a:link, a:visited {
	color:#546f2d;
	text-decoration:none;
}

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


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

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

#foot {
	position:relative;
	margin-top:-123px;
	height:123px;
	background:#006600 url(Images/revisit/footer.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 */ 

#mcme {
	float:right;
	margin:5px;
}

#juitter {
	float:right;
	width:240px;
}

#juitter .twittList {
	margin:0;
	padding:0;
} /* UL that will contain the list of tweets */

#juitter .twittLI {
	list-style:none;
	background:#edf0e3;
	margin:0;
	padding:15px 0 0 8px;
	border-bottom:dashed 1px #006600;
	padding:3px;
	clear:both;
	height:100px;
} 

#juitterContainer .twittList SPAN.time {
	color:#546f2d;
	font-size:0.8em
}
#juitterContainer .twittList A {
	color:#546f2d;
} /*Links inside the tweets list */

#juitter .juitterAvatar {
	float:left;
	border:solid 1px #006600;
	background:#edf0e3;
	margin-right:5px;
	padding:2px;
	width:50px;
	height:50px;
}

#juitter .jRM{
	float:right;
	clear:both
} /*read it on twitter link*/


