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

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

/* LAYOUT */
#header {
	background-image:url('/themed/tavernemeribel/img/website/header800x120.jpg');
	height:120px;
}
#header a {
	border-bottom:2px solid #73644d;
	margin-left:350px;
	margin-right:150px;
	
}
#header a#home-link {
	border-top:2px solid #73644d;
	margin-left:20px;
}
#content {
	width:760px;
}
#footer {
	border-top:3px solid #73644d;
	border-bottom:3px solid #73644d;
	width:800px;
}

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