/* Chef Laurent */

body {
		font-family:Arial, Verdana, Helvetica, sans-serif;
		background-image:url(images/background.jpg);
		background-repeat:repeat;
		margin:0px;
		padding:0px;
		color:#543D33;
		font-size:10px;
		line-height:14px;
}

body a {
color:#543D33;
}

body a:hover {
	color:#789447;
	}
	
/* Monkeyhouse Links */

.monkeylink {
	text-decoration:none;
}	
a.monkeylink:link {
	color:#993300;
}
a.monkeylink:visited {
	color:#993300;
}
a.monkeylink:hover {
	color:#003300;
}
a.monkeylink:active {
	color:#003300;
}
	
#header {
width:713px;
height:224px;
background-image:url(images/headerbg.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:40px;
}

#main {
width:713px;
height:auto;
background-image:url(images/bodybg.jpg);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

#footer {
width:713px;
height:102px;
background-image:url(images/footerbg.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:40px;
}

#content {
width:576px;
padding-top:30px;
padding-bottom:100px;
margin-left:auto;
margin-right:auto;
}
