*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #fff;
	font-family: verdana, arial, helvetica;
	color: #000;
	font-size: 12px;
	text-align: center;
}

div
{
	text-align: left;
}

img
{
	border: 0;
}

input, textarea
{
	border: 1px solid #000;
	display: block;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	text-align: right;
	padding-right: 3px;
	margin-bottom: 3px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

.wrapper
{
	width: 760px;
	margin: auto auto;
}

.header 
{
	background-image: url(images/header.jpg);
	width: 760px;
	height: 131px;
}

.nav ul
{
	margin: 0;
	padding: 0;
	height: 40px;
}

.nav ul li
{
	float: left;
	display: inline;
	list-style-type: none;
	height: 40px;
}

.nav a
{
	display: block;
	width: 100%;
	height: 40px;
	border: 0;
}

	#li1
	{
		width: 483px;
		background-image: url(images/li1.jpg);
	}

	#li2
	{
		width: 119px;
		background-image: url(images/li2_cottageinfo.jpg);
	}

	#li3
	{
		width: 19px;
		background-image: url(images/li3_divider.jpg);
	}

	#li4
	{
		width: 116px;
		background-image: url(images/li4_contactinfo.jpg);
	}

	#li5
	{
		width: 23px;
		background-image: url(images/li5.jpg);
	}

.conttop
{
	background-image: url(images/conttop.jpg);
	height: 27px;
}

.cont
{
	background-image: url(images/body.jpg);
	padding-left: 40px;
	padding-right: 40px;
}

	.cont .info
	{
		float: right;
	}
	
	.darker
	{
		background-color: #eee;
	}

	.cont ul
	{
		list-style-type: circle;
		list-style-position: inside;
	}

	.cont ul li
	{
		width: 250px;
	}

	.cont img
	{
		padding: 3px 3px 3px 3px;
		border: 1px solid #eee;
	}

.contact ul li
{
	width: 100%;
	padding: 5px 5px 5px 5px;
}

.footer
{
	height: 45px;
	background-image: url(images/footer.jpg);
}