body {
	text-align: center;
	padding: 3px;
	background-color: #556074;
	font-family: Arial, Verdana;
}

#container1 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	vertical-align: top;
	background-color: rgb(214,206,234);
	color: rgb(0,0,102);
}

#container2 {
   clear: left;   /* stops this rapping round the navigation list! */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	vertical-align: top;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
}

#InTableContent {
   width: 400px;
   vertical-align: top;
	text-align: justify; 
	font-size: 0.8em;
}

#AboutArranContent {
   width: 600px;
   vertical-align: top;
   text-align: left;
	font-size: 0.8em;
}

#ContactUsContent {
   width: 600px;
   vertical-align: top;
   text-align: left;
	font-size: 0.8em;
}

#Footer {
	padding-bottom: 1px;
	text-align: center;
   font-size: 0.8em;
}

#cottagetable
{
	font-size: 0.8em;
	color: rgb(0,0,102);
   vertical-align: middle;
   padding-top: 10px;
   padding-bottom: 10px;
}

a{

}

p {
/*	margin: 1em 2em;    */
}

h1 {
	font-weight: bold;
	font-size: 1.3em;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
}


#nav, #nav ul {        /* Top level Nav list */
	float: left;
	width: 800px;
	list-style: none;
	line-height: 2;
	background: rgb(214,206,234);
	font-weight: bold;
	padding: 0;  /* do not remove */
	margin: 0;   /* do not remove */
}

#nav li {           /* Top level Nav list components */
	float: left;  /* lets the nav list run horizontal */
	/*padding: 0;    */
	width: 200px;
}

#nav a {               /* Top level Nav list anchor text */
        display: block;
	width: 200px;
	color: rgb(0,0,102);
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 8px;
}

#nav li ul {       /* Second level Nav list */
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	/*margin: 0;   */
}

#nav li li {     /* Second level Nav list components */
	width: 200px;
}

#nav li ul a {   /* Second level Nav list anchor text */
	width: 200px;
	color: rgb(0,0,102);
	font-weight: normal;
	text-decoration: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background:  rgb(233,228,244);
}


