/* CSS Document */

/*---------BODY---------*/
body { 
	background-color:#FFFFFF;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Geneva;
 	text-align:center;
	font-size:small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------H1---------*/

H1 {
	
	font-size: medium;
}


/*---------ALL---------*/

#all_content {
	position:relative;
	margin: 0 auto;
	width: 755px;
	text-align:left;
}

/*---------TITLE---------*/

#title {
	margin-top: 17px;
	width:276px;
}

/*---------WRAPPER---------*/

#wrapper {
	position:absolute;
	margin-top: 4px;
	background-color:#FFFFFF;
	width: 755px;
	border:solid;
	border-color: #CCCCCC;
	border-width:thin;
	border-bottom:none;
	/*had to use padding instead of margins to get around an IE6 bug to do with left margins when using floats*/
	padding-left: 17px;
	padding-top: 17px;
}

/*-- LEFT CONTENT--*/

#left_content {

/*	margin-top: 17px;
	margin-left: 17px;*/
	width: 474px;
	float:left;	
}

#main_image {

	height: 354px;
	width: 472px;
/*	border:solid;
	border-width:thin;
	border-color:#CCCCCC;*/
}

#main_text {

	padding-right: 5px;
	margin-top: 22px;

}

/*---------RIGHT CONTENT---------*/

#right_content {

	float:left;
/*	margin-top: 17px;
	margin-left: 32px;*/
	width: 217px;
	padding-left: 30px;
}

#cider_image {
	
	/*background-image:url(../images/cider_mill_link_image.jpg);
	background-repeat:no-repeat;*/
}

#granary_image {

/*	background-image:url(../images/granary_link_image.png);
	background-repeat:no-repeat;*/
	margin-top: 16px;
}

/*used for common elements between cider_image and granary_image*/

.linkSettings {

	width: 217px;
	line-height:15px;
	color:#FFFFFF;
	list-style-image:url(../images/bullet.png);
	
}

#right_bottom_content {

	margin-top: 22px;

}

#booking {

	height: 39px;
	margin-top: 10px;

}

#secondary_links {

	margin-top: 28px;
	line-height: 30px;
	
}

#secondary_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
}

#secondary_links li {
	margin: 0;
}

/*li {

	list-style-type: none;

}

ul {

	margin: 0 px;
	padding: 0 px;*/

}

/*--ADDRESS--*/

#address {

	margin-top: 50px;
/*	clear: both;
	text-align:left;
	font-size:14px;
	width: 692px;
	border: thin;
	border-style: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-color: #999999;*/
}

/*to turn off borders for all images*/
img
{
 border-style: none;
}


#cottage_sec_links {

	padding-top: 22px;

}
