@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%; /*makes the whole page extend based on the browser's height*/
}
body{
	background:url(images/becca-strip.jpg) repeat-x #B5A189;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#7e724c;
}

select{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#7e724c;
}

p{
	margin:0 0 16px 0;
}
a{
	color:#7e724c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h1 a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#B4A77D;
}