@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #F2F2F2;
	behavior: url("scripts/csshover3.htc"); 
}

div#logo {
	background: url(images/top_image.jpg) no-repeat center top;
	height: 100px;
}

div#lines {
	background: #F2F2F2 url(images/line.png) repeat-x left top;
	height: 4px;
}

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;
}
