html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 759px;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	background-color:#8C7AB2;
}


#container
{
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 759px; /*An auto centering layer, width must be assigned*/
	min-height: 600px; /* Compliant browser height, This will fill entire browser window height */
	clear:both;	
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	margin-top: 20px;
	position: relative;

}

#toplogo
{
width: 759px;
height: 91px;
float: left;
background:url(images/Stretton_Bedrooms_Header.jpg) top left no-repeat; 
}

#menu
{
width: 759px;
height: 100px;
float: left;
margin: 0 0 0 0;
}

#nav
{
width: 759px;
height: 30px;
float: left;
background:url(images/nav.jpg) left no-repeat; 
line-height: 28px;
}

#nav a
{
text-decoration: none;
color: #8C7AB2;
font-size: 12px;
font-weight: bold;
margin: 0 30px 0 30px;
}

#maincontainer
{
width: 759px;
height: auto;
float: left;
margin-top: 10px;
}

#leftblock
{
width: 250px;
height: 362px;
float: left;
background: url(images/left.jpg) top left no-repeat; 
}

#innerleft
{
width: 220px;
height: 300px;
float: left;
padding: 15px 0 0 15px;
font-size: 11px;
}

#innerleft p
{
margin: 15px 0 15px 0;
}

#righttblock
{
width: 499px;
height: 372px;
float: left;
margin-left: 10px;
}

#thumbs
{
width: 499px;
height: 50px;
float: left;
margin-top: 10px;
}

.imageholder
{
width: 62px;
height: 50px;
float: left;
}

#thinline
{
width: 759px;
height: 1px;
float: left;
background-color: #FFFFFF;
overflow: hidden;
}

#footer
{
width: 759px;
height: 23px;
float: left;
font-size: 12px;
color: #FFFFFF;
margin: 5px 0 0 0; 
text-align: center;
}

#footer a
{
text-decoration: none;
color: #FFFFFF;
}

#footer a:hover
{
text-decoration: none;
color: #000000;
}

#thickline
{
width: 759px;
height: 2px;
float: left;
background-color: #FFFFFF;
overflow: hidden;
}

#salad
{
width: 759px;
height: 23px;
float: left;
font-size: 12px;
color: #000000;
margin: 5px 0 0 0; 
text-align: center;
}

#salad a
{
text-decoration: none;
color: #000000;
}

#salad a:hover
{
text-decoration: none;
color: #FFFFFF;
}

.formline {
	float: left;
	width: 205px;
	height: 25px;
	text-align: right;
}

.formlineb {
	float: left;
	width: 205px;
	height: 45px;
	text-align: right;
}

.single-field {
	width: 150px;
	border-left: 1px solid  #C2BAD9 ;
	border-top: 1px solid  #C2BAD9;
	border-right: 1px solid  #C2BAD9;
	border-bottom: 1px solid  #C2BAD9;
	background-color: #C2BAD9;
}

.memo-field {
	width: 150px;
	height: 35px;
	border-left: 1px solid  #C2BAD9 ;
	border-top: 1px solid  #C2BAD9;
	border-right: 1px solid  #C2BAD9;
	border-bottom: 1px solid  #C2BAD9;
	background-color: #C2BAD9;
	vertical-align: text-top;

}