body {
	margin:0px 0px; padding:0px;
	text-align:center;
}
div{
	margin:0px;
	padding:0px;
	border:0px;
	overflow: hidden;
	height:auto;

}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

p{
	margin:0px;
	padding:0px;
	border:0px;
}

ul{
	margin:0px;
	padding:0px;
}

ul li{
	margin:0px;
	padding:0px;
}

.bold{
	font-weight:bold;
}

#header{
	line-height:1px; /* Removes the couple of pixel gap under the image. FF 2 */
}

#navigation{

	height:35px;
	margin-left:10px;
}
#navigation #home{
	float:left;
	width:140px;
	display:inline;
}

#navigation #photo_gallery{
	float:left;
	width:220px;
	display:inline;
}

#navigation #history{
	float:left;
	width:165px;
	display:inline;
}

#navigation #facilities{
	float:left;
	width:165px;
	display:inline;
}

#navigation #location{
	float:left;
	width:165px;
	display:inline;
}

#navigation #contact_us{
	float:left;
	width:110px;
	display:inline;
}



#main_content{
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #967b60;	
}

#footer{
	height:35px;
}

/* Homepage */

#img_watercolour {
	float:left;
	margin-left:21px;
	margin-right:21px;
}

#img_title_homepage {

}

#main_content_text{
	margin-left:20px;
}

#content_text{

}

#content_text p{
	margin-top:10px;
}


/* END Homepage*/

/* Headings */
.title_6{
	font-weight:bold;font-size:16px;margin-top:25px;margin-bottom:10px
}
.p_content{
	margin-top:10px;
}
.p_content_6{
	margin-bottom:30px;
}


/* END HEADINGS */


/* Links */
a:link, a:visited, a:active{
	color:#967b60;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#0000EE;
}


.nobold a, .nobold a:link, .nobold a:visited {
	font-weight:normal;
}
/* End: Links */

.spacer{
	margin:0px;
	padding:0px;
	border:0px;
	line-height:1px;
}

.content {
	width:993px;
	margin:0px auto;
	text-align:left;
	border:1px dotted #967b60;
}

.v_line{
	font-size:1px;
	width:1px;
	margin:0px;
	padding:0px;
	background-image:url('../images/lines/v.png');
	background-repeat: repeat-y;
}

.h_line{
	line-height:1px;
	font-size:1px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:20px;
	height:1px;
	background-image:url('../images/lines/h.png');
	background-repeat: repeat-x;
}

.standard table{
	border:0px;
}
.standard th{
 padding:5px;
 width:150px;
}
.standard td{
 padding:5px;
}



