@charset "utf-8";
/* CSS Document */

body {
	background-color: #DED7D0;
	margin: 0px;
}

img {
	border: none;
}

div#top {
	height: 94px;
	background-color: #373737;
}

div#logo {
	width: 320px;
	height: 94px;
}

div#sflink {
	padding: 5px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}
