﻿body {
	background-color: white;
	color: black;
	font-family: verdana, arial;
	font-size: small;
}

#placeholder {
	width: 788px;
	margin-left: auto;
	margin-right:auto;
}

td {
	vertical-align:top;
	text-align:left;
}

td.f {
	width: 25%;
}

#bignumber {
	background-color: white;
	width: 50%;;
	font-size: xx-large;
	color: black;
	border: 1px solid black;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:center;
}

.picturecell {
	width: 126px;
	padding: 3px;
	vertical-align: middle;
}

.maincell {
	padding: 4px;
}

.pricecell {
	vertical-align:middle;
	text-align:center;
	width: 80px;
}

.features {
	color: gray;
	font-style: italic;
}

#footer {
	text-align:center;
}

#navlink {
	padding: 3px; 
	background-color: #E5E5E5;
}

h3 {
		margin: 0px;

}

.wizardcell {
	text-align:center;
	vertical-align:middle;
	background-color:#9DBDFF;
	font-weight:bold;
}


#featuredcottage {
	background-color:#005B00;
	color: white;
	padding: 4px;
}

#featureheader {
	text-align:center; font-size: larger; font-weight: bold; display:block;
}

.whitelink {
	color: white;
}

#title {
	text-align:center;
}

h1 {
	font-size: medium;
}

h2, .h2link {
	color: green;
	font-size: large;
	border-bottom: 1px dotted green;
	margin-bottom: 2px;
	text-align: left;
}

hover.h2link {
	border-bottom: 0px dotted green;
	
}

h2.cottagename {
	color: #6699FF;
	font-size: large;
	border: 0px;
}


#footer {
	background-color:#CCFFCC;
	padding: 3px;
	margin: 20px;
}