/*  - - - - fonts etc - - - - */
.title  {
  font-size   : 20px;
  text-decoration: underline;
}

.sub_title {
  font-size   : 18px;
}

h1 {
  text-align : center;
  font-weight: normal;  
}

h2 {
  text-align : center;
  font-weight: normal;
}

/* -- forms -- */
.empty {
  border:2px solid red;
}
/* -- forms -- */

table {
  font-size : 14px;
  }

.enquiry tr {
  height : 28px;
  }
.enquiry td {
  border-top: 1px solid black;
  }

/* - - - - layout - - - - */
body {
	font-family : Tahoma;
	/* [disabled]font-size   : 14px; */
	margin-top  : 0px;
	background-color: #FFFF99;
}
.index {
  background-color: #FFFFFF;
}

.main {
  width       : 920px;
  height      : 700px;           
  top         : 0px;      
  position    : absolute;
  margin-left : 10%;
  margin-right: 10%;               
}

.layout_title, .nav, .body {
  min-width   : 150px;     
  position    : absolute;         
  background-color: #FFFF99; 
  top         : 275px;
}

.corners1, .corners2{
  position    : absolute;
  top         : 0px;      
  background-color: #FFFF99; 
  z-index     : 300;
}

.layout_title{
  top         : 5px;
  width       : 920px;
  height      : 270px;
}

.nav{
  width       : 23%;    
  height      : 700px;
  float       : left;
  font-size   : 18px;
}    

.nav p {                      
  margin-top  : 0px;
  margin-left : 10px;
} 

.body {
  width       : 75%;   
  height      : 1100px;
  right       : 0px;
  float       : right;
}

#main_frame{
  height      : 1100px;
  z-index     : 500;
}

.left_title {
  position    : absolute;
  font-size   : 36;
  top         : 10px;
  left        : 50px;
  width       : 55%;
}

.right_title {
  position    : absolute;
  font-size   : 27;
  bottom      : 5px;
  right       : 50px;
  width       : 53%;
  text-align  : right;
}

.right_title a {
  position    : relative;
  font-size   : 16;  
}

.sunset {
  position    : absolute;
  width       : 200px;
  bottom      : 10px;
  margin-left : 50px;
}
.house {       
  position    : absolute;
  width       : 200px;
  top         : 10px;
  right       : 50px;
}

/* corner positions */
.corners1{                
  right       : -5px;  
}
.corners2{                
  left        : -5px;   
}
.corner1{
  position    : absolute;
  top         : 0px;
  z-index     : 100;
  }
.corner2{
  position    : absolute;
  top         : 0px;
  right       : 0px;
  z-index     : 100;
  }
.corner3{
  position    : absolute;
  bottom      : 0px;
  z-index     : 100;
}
.corner4{
  position    : absolute;
  right       : 0px;
	margin-right: 0px;
  bottom      : 0px;
  z-index     : 100;
} 
/* corner positions */
#masterdiv a{
  text-decoration:none;
	color       : #000000;
  position    : relative;
  left        : 20px;
}
.menutitle a{
	cursor      : pointer;
}
.menutitle
	{
  font-size   : 16px;
  font-weight : bold;
	text-align  : left;
	border      : none;
}
.submenu
	{
  position    : relative;
  left        : 10px;
	color       : #000000;
  font-size   : 14px;
}

DIV.clTop{position:absolute; width:200}

DIV.clSub{position:absolute; left:5; width:200}

#divCont{position:relative; left:5; top:5; height:600; width:200;}

#divMain{position:absolute}
