body {
	margin: 0;
	padding: 0;
	background-color: #663366;
	color: #000000;
}
body, div, td, p, ul, ol, li, th	{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Following rule is more specific to override above rule.
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
/*/*/a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* */
.hide {
	display: none;
}
#maintable {
	width: 720px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	/*/*/line-height: 1em;/* */
}
/* commented backslash hack v2 \*/
#maintable {
	line-height: 1.5em;
}
/* end hack */
#maintable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	vertical-align: top;
}
#logo {
	background-color: #ffccff;
}
#footer {
	background-color: #ffccff;
	color: #000000;
	text-align: center;
}
h1:first-child {margin-top: 0;}/*starts first h1 in td flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in td flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in td flush top*/

h1 {
	font-size: 170%;
	/*/*/margin-bottom: 0.5em;/* */
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.floatright {
	/*/*/float: right;
	margin: 0;
	padding: 0;
	clear: right;/* */
}
.photo {
	/*/*/margin: 0px 0px 10px 20px;
	padding: 0;/* */
}
div.photo p	{
	/*/*/text-align: center;/* */
	width: 275px;
	font-style: italic;
}
.floatleft {
	/*/*/float: left;
	margin: 20px 20px 10px 40px;
	padding: 0;
	clear: left;/* */
}
#pricetable	{
	width: 350px;
}
#pricetable	td {
	background-color: #feeffe;
	vertical-align: top;
}
#footer img {
	/*/*/float: right;
	margin: 0;/* */
}
#nav	{
	background-color: #ffffff;
}
#nav ul	{
	list-style: none;
	/*/*/text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;/* */
}
#nav ul li	{
	/*/*/display: inline;
	margin: 0;
	padding: 0;/* */
}
#nav ul li a	{
	/*/*/height: 2em;
	line-height: 2em;
	margin: 0.15em 0;
	border: 0.1em solid #ffccff;
	padding: 0.2em 1em;
	color: #663366;
	font-weight: bold;
	text-decoration: none;/* */
}
#nav li a:hover	{
	color: #339933;
	text-decoration: underline;
}
#footer p	{
	/*/*/margin:0;
	padding: 0;/* */
}
body#homepage li#home a, body#cottagepage li#cottage a, body#locationpage li#location a, body#activitiespage li#activities a, body#pricespage li#prices a, body#bookingspage li#bookings a, body#contactpage li#contact a{
	color: #ffffff !important;
	background-color: #ffccff !important;
	text-decoration: none !important;
}
a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #cc66cc;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
