﻿@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#part1 {
	background:transparent url('../images/logo_bak.jpg') no-repeat scroll left top;
	width:747px;
	height:116px;
	text-align:right;
	padding-right:11px;
	padding-top:18px;
}
#part2 {
	background:transparent url('../images/search_bak.jpg') no-repeat scroll left top;
	height:33px;
	padding-right:16px;
	text-align:right;
}
#menu, .menu {
	background:url(http://www.longislandwaterfronthomes.net/images/menubackground.gif) repeat-x left top;
	height:22px;
	color:#FFFFFF;
	font-size:12px;
	padding:6px 10px 0px 10px;
}
.menu {
	font-size:10px;
	height:18px;
}
#menu {
	text-align:right;
}
#menu A:link, #menu A:visited, .menu A:link, .menu A:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#menu A:hover, .menu A:hover {
	color:#FF9900;
}
#footerleft {
	float:left;
	margin-top:70px;
	font-size:10px;
}
#footerright {
	float:right;
	text-align:right;
	font-size:10px;
	margin-top:70px;
}

