@charset "utf-8";

body {
	background-color: #F5EFE0;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

/* TOP */

#header-wrapper {
	height: 168px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C2D8F0;
	background-image: url(../new/images/layout/header-mls.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 168px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-repeat: no-repeat;
}

/* LINKS */

#menu-wrapper {
	background-image: url(../new/images/layout/menu-a-decoration.gif);
	background-repeat: repeat-x;
	height: 46px;
	margin: 0px;
	padding: 0px;
}
#menubar .special {
	background-image: url(../new/images/layout/menu-decoration.gif);
	width: 69px;
	height: 46px;
}


#menu {
	width: 950px;
	height: 46px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#menubar, #menubar ul {
	height: 46px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: large;
}




#menubar li {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;

}

#menubar li a{
	color: #332a16;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	display: block;
	margin: 0px;
	padding-right: 28px;
	padding-left: 13px;


}

#menubar li a:hover{
	background-image: url(../new/images/layout/menu-hover.gif);
	background-repeat: repeat-x;
	background-position: top;
		display: block;

}
