/* WEBSITE CSS - La Mobylette Jaune - Emmanuel H. */

/* DEFAULT */
body {
	background-color:#471c13;
	color:#fff;
}
a {
	color:#666;
}
a[rel="external"] {
}

/* LAYOUT */
#header {
	background-image:url('/themed/scottsmeribel/img/website/header800x253.jpg');
	height:253px;
}
#header a {
	border-bottom:2px solid #9c4325;
	margin-left:543px;
	
	
}
#header a#home-link {
	border-top:2px solid #9c4325;
	margin-left:0px;
}
#content {
	width:800px;
}
#footer {
	border-top:3px solid #9c4325;
	border-bottom:3px solid #9c4325;
	width:800px;
}

/* HOME */
a.more {
	border:2px solid #9c4325;
}
a.more-admin {
	border:2px solid #9c4325;
}