@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	text-align: center;
	background-color: #030;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	margin-bottom: 10px;
}
h1 {
	color: #60A463;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #60A463;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	margin-top: 20px;
}
table {
	width: 100%;
}
td {
	font-size: 11px;
	text-indent: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#header {
	float: left;
	height: 160px;
	width: 800px;
}
#top_menu {
	background-color: #000;
	float: left;
	width: 800px;
}
#top_menu p {
	font-size: 14px;
	color: #B2CC72;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 10px;
}
#top_menu a {
	text-decoration: none;
	color: #B2CC72;
}
#top_menu a:hover {
	color: #FFF;
}
#main {
	float: left;
	width: 760px;
	min-height: 500px;
	padding: 20px;
}
#main_picture {
	float: left;
	width: 400px;
	min-height: 400px;
}
#main_text {
	float: right;
	width: 340px;
	min-height: 400px;
}
#footer {
	clear: both;
	height: 100px;
	width: 800px;
	background-image: url(../_images/holiday_cottages_ingleton/middle_cottage_ingleton_footer.gif);
}
#home_main {
	float: left;
	height: 300px;
	width: 500px;
	margin-bottom: 20px;
}
#home_text {
	float: right;
	height: 300px;
	width: 240px;
	margin-bottom: 20px;
}
#home_section {
	float: left;
	height: 150px;
	width: 760px;
}
#home_section_a {
	float: left;
	height: 178px;
	width: 240px;
	margin-right: 20px;
}
#home_section_b {
	float: right;
	height: 178px;
	width: 240px;
}
#main_text td {
	line-height: 24px;
}
