BODY{
	color:#000000;
	margin:0;
	padding:0;
	background:#ffffff;
	/*font-size: 0.9em;*/
	font-size: 101%;
	/*overflow-y:scroll;*/
	/*text-align: center;*/
	font-family : Verdana, Geneva, Arial, Helvetica,Sans-serif;
	min-width: 600px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	
	height: 100%;
	margin-bottom: 1px;
	padding: 0;
}


P {
	text-align: left;}

DIV.clear, p.clear {clear:both}

#container{
	/*width: 96%;
	margin: 5px auto;*/
	
}

#formHeader H1 {
	background-color: #00cc33;
	border:solid #336699;
	padding-left:0;
	font-size:2.2em;
	padding:2px 4px;
	margin: 0.4em 0em 0.4em 0em;
	letter-spacing:1px;
	border-top: 1px ;
	border-left: none;
	border-bottom: 2px ;
	border-right: none;
	}

H2 {font-size: 1.2em;}


#cottageName {
	position:absolute;
	/*bottom:6px;*/
	bottom:2px;
	left:161px;
	text-align:left;
	font-weight: 700;
	/*right:5px*/
}
#cottageName p {
	margin-bottom: 0.1em;
	padding-top: 0em;
	vertical-align: bottom;
	font-size: 2.6em;
	margin-left: 10px;
	font-weight: 700;
}

#cottageName H1 {
	/*font-size: 1.1em;
	font-weight: lighter;*/
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
	margin-left: 13px;
	vertical-align: bottom;
	
	border:none;
}



p{
	font-size:1.2em;
}


#headerOuter {
	width: auto;
}
	
#headerInner {
	height:120px;
	position:relative;
	top:0;
	left:0;
	width: inherit;
}

.echoData{
	float: left;
	background-color: #e5e5e5;
}

.leftData{
	float:left;
	width:10em;
}
	
.leftData, .echoData{
	margin-top:0.1em;
	margin-bottom:0.1em;
	padding-top:0;
	padding-bottom:0;
}	
.fullWidth{
	width:100%;
	margin-top: 0.7em;
	/*background-color: #00cc33;*/
}


#headerLeft {
	float: left;
	position: absolute;
	top:3px;
}

#headerRight {}

#navigation {	
	float: right;
	/*font-size: 1.1em;*/
	font-size: 1.05em;
	font-weight: 700;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0.4em;
}

#navigation .separator {display: none;}

#navigation a {
/*	padding-left: 0.25em;
	padding-right: 0.25em;*/
/*	padding-left: 0.15em;
	padding-right: 0.15em;*/
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}
#navigation strong{
	color: #000000;
}

#navigation a:link,
#navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .separator {display: none;}

#index #nav_index,
#cottage #nav_cottage,
#location #nav_location,
#avail #nav_avail,
#contact #nav_contact{
	color: #000000;
}




.centred{
	text-align:center;
}
.keyText{
	font-size: 1.4em;
	/*margin-right:1em;*/
	/*margin-left: 10px;*/
}
.leftbox {
	float : left ; 
    border : none;
	margin-left: 0px;
    width: 400px;
	margin-right: 10px;
}

.rightbox460 {
	float : right; 
	  border : none;
	  /*border-left: 3em solid white;*/
      width: 460px;
      margin-left: 10px;
      text-align:right;
	  /*margin-right: 10px;*/
}
.rightbox420 {
	float : right; 
	border : none;
	  /*border-left: 3em solid white;*/
    width: 420px;
    margin-left: 10px;
    text-align:right;
	  /*margin-right: 10px;*/
}
.rightboxNarrow {
	float : right; 
	  border : none;
	  border-left: 3em solid white;
      width: 300px;
	  /*margin-right: 10px;*/
}
.textBlock{
 	/*margin-left : 420px;*/
 	vertical-align:middle;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
	margin-left: 10px;
}
/*COLOURS

#cottageName H1
{
	background-color: #ffc72f;
}
#cottageName H2
{
	background-color: #ff66cc;

}
#cottageName{
	background-color:#33CCCC;
}

#headerLeft
{
	background-color: #cccccc;
}

#container{
	background-color: #9900cc;
	border: 3px #989797 solid;
}
#headerOuter {
	background-color: #339999;
}
#headerInner {
	background-color: #ccff99;
} 

#navigation a{
	background-color: #ccff99;
}
#navigation strong{
	background-color: #ff0099;
}
end of colours*/	
*/
.container{
	overflow:auto
}
.leftDiv {
	float:left;
	margin-right: 10px;
	text-align: center;
	/*background-color:cyan;
	border: 4px solid blue;*/
}
.rightDiv{
	float:right;
	/*border: 3px solid red;*/
	margin-left: 10px;
	/*z-index: 999;
	vertical-align:top; makes no difference*/
	text-align: center;
}
.captionText{
	font-size: 0.8em;
	font-weight: bolder;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
