/*
Theme Name: North Shore Club
Theme URI: http://northshorehomeowners.com/
Description: North Shore Club
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color:#e6d3ae;
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
}

#wrapper {
	overflow:hidden;
	width:751px;
	margin:0 auto;
}

#header {
	height:99px;
	background-image:url(images/header.jpg);
}

#nav {
	padding-top:67px;
	padding-left:118px;
	padding-right:109px;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

#nav ul li {
	float:left;
}

.home { display:block; height:26px; width:57px; background-image:url(images/home.gif); }

.about { display:block; height:26px; width:58px; background-image:url(images/aboutus.gif); }

.map { display:block; height:26px; width:58px; background-image:url(images/map.gif); }

.amenities { display:block; height:26px; width:59px; background-image:url(images/amenities.gif); }

.scrap { display:block; height:26px; width:58px; background-image:url(images/scrapbook.gif); }

.units { display:block; height:26px; width:58px; background-image:url(images/unitsforsale.gif); }

.manual { display:block; height:26px; width:59px; background-image:url(images/manual.gif); }

.links { display:block; height:26px; width:59px; background-image:url(images/links.gif); }

#main {
	background-color:white;
	padding:36px 18px 10px 18px;
}

#main h1 {
	font-size:32px;
	line-height:37px;
	font-weight:bold;
	margin-bottom:26px;
}

#main p {
	margin-bottom:24px;
}

#main ul {
	margin-left:36px;
	margin-bottom:24px;
}

#footer {
	text-align:center;
	margin-top:30px;
}