﻿html, body {
	background-color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

a {
	color: #50669f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: solid 1px #a7d9f4;
	height: 750px;
	height: 760px;
	margin: 0 auto;
	width: 980px;
}

#header {
	background-image: url(../images/wlm_logo.gif);
	background-position: left top;
	background-repeat: no-repeat;

	height: 79px;
	margin: 26px 0 0 110px;

	margin-left: 75px;
	padding-left: 35px;
}

#header ul {
	background: #f60;
}

#header ul li {
	float: left;
	height: 79px;
	width: 212px;
}

#header ul li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 79px;
	overflow: hidden;
}

#header ul li a:hover {
	background-position: left -79px;
}

#header ul li a span {
	margin-left: -9999px;
}

#header ul li#wlm {
	visibility: hidden;
}

#header ul li#download {
	width: 215px;
}
#header ul li#download a {
	background-image: url(../images/button_download.gif);
}

#header ul li#msn {
	width: 109px;
}
#header ul li#msn a {
	background-image: url(../images/button_msn.gif);
}

#header ul li#search_box {
	overflow: hidden;
	width: 200px;
}

#header ul li#search_box input {
	font-size: 12pt;
	margin: 28px 15px 0;
	width: 180px;
}

#header ul li#search {
	width: 57px;
}
#header ul li#search a {
	background-image: url(../images/button_search.gif);
}

#content {
	height: 600px;
	margin: 0 auto;
	width: 760px;
}

#footer {
}

#footer ul {
	margin-left: 120px;
	margin-top: 13px;
	margin-top: 21px;
}

#footer ul li {
	float: left;
	height: 30px;
}

#footer ul li a {
	padding: 0 15px;
	padding: 0 8px;
}

#footer ul li#ms {
	float: right;
	height: 46px;
	width: 121px;
	margin-right: 100px;
	margin-right: 90px;
	margin-top: -14px;
}
#footer ul li#ms a {
	background-image: url(../images/logo_ms.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 46px;
	width: 121px;
}

#footer ul li#ms a span {
	margin-left: -9999px;
}

#footer ul li a:hover {
}