/* BODY----------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #295582;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#container {
	width: 761px;
	margin: 0px auto;
	height: auto;
	height /**/: auto;
	min-height: 749px;
	display: block;
	background-color: #CFE7F7;
}

#homepage {
	width: 761px;
	margin: 0px auto;
	height: 394px;
	height /**/: auto;
	min-height: 394px;
	display: block;
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 1px;
}

#buttons {
	height: 394px;
}

#menu {
	margin: 0px; 
	padding: 0px;
	height: 394px;
}

#menu li {
	height: 394px;
	background: url(images/homepage.jpg) no-repeat;
	display: block;
	list-style: none;
}

#menu a {
	height: 394px;
	display: block;
	text-decoration: none;
}

#menu a:hover {
		text-decoration: none;
}

#menu #bg1 {
	left: 0px;	
}

#menu #bg1 a:hover {
	background: url(images/homepage.jpg) no-repeat 0px -394px;
	width: 761px;
}

/* HEADER----------------------------------------*/

#header {
	width: 761px;
	margin: 0px auto;	
	height: 228px;
	display: block;
	background-repeat: no-repeat;	
}

#hlogo {
	height: 228px;
	width: 761px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* NAV----------------------------------------*/

#topnav {
	width: 756px;
	height: 29px;
	display: block;
	background-color: #92B3D3;
	color: #FFFFFF;
	font-size: 85%;
	padding-left: 5px;
}

#topnav ul {
	margin:0px;
	display: inline;
	float: left;
	padding-top: 5px;
	height: 29px;
}

#topnav li {
	display: inline;
	list-style-type: none;	
	padding-right: 1px;	
}

#topnav a {
	color: #FFFFFF;
	text-decoration:none;
}
	
#topnav a:hover {
	color: #FFCC00;
	text-decoration:none;	
}

/* TEXT----------------------------------------*/

#textmain {
	width: 441px;
	float: left;
	display: block;
	padding: 20px;
	height: auto;
	height /**/: auto;
	min-height: 430px;
}

#textmain a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

#textmain a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;	
}

#forsalemain {
	width: 715px;
	float: left;
	display: block;
	padding: 20px;
	height: auto;
	height /**/: auto;
	min-height: 430px;
}

#salepics {
	clear: both;
	width: 715px;
}

#saleleft {
	float: left;
	width: 347px;
	text-align: center;
}

#saletext {
	clear: both;
	width: 715px;
}

#saleright {
	float: right;
	width: 347px;
	text-align: center;
}

#smallpic {
	float: right;
	width: 225px;
	text-align: center;
}

#smallpic2 {
	float: left;
	width: 225px;
	text-align: center;
	margin-right: 20px;
}

/* PICTURE----------------------------------------*/

#picmain {
	width: 250px;
	display: block;
	float: left;
	font-size: 95%;
	margin-bottom: 10px;
	background-color: #DCECF9;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

/* FOOTER----------------------------------------*/

#footer {
	width: 761px;
	height: 29px;
	display: block;
	background-color: #92B3D3;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#footer #tel {
	float:left;
	margin-top: 7px;
	margin-left: 7px;	
}

#footer #email {
	float:right;
	margin-top: 7px;
	margin-right: 7px;
}

/* OTHER----------------------------------------*/

.hidden {
	visibility: hidden;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}

