/* CSS (c) Manor Court Farm 2008-2010
   ------------------------------------- */
   
body
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	background-color: #e0b569;
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	border: none;
}

h1, h2
{
	font-size: 20px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #775312;
}

.clear
{
	clear: both;
}

/* Top title */
/* --------- */

#top_title
{
	height: 68px;
	min-height: 68px;
	background-image: url(/images/top_title_background_gradient.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px white solid;
	text-align: center;
	padding-top: 15px;
}


/* Links at top */
/* ------------ */

#top_links
{
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
}

#top_links a
{
	border-bottom: 1px solid #55604e;
	padding-bottom: 0px;
	color: #55604e;
	text-decoration: none;
}

#top_links a:hover
{
	border-style: none;
	text-decoration: none;
}


/* Content */
/* ------- */

#content
{
	min-width: 800px;
	width: 80%;
	padding: 40px 20px 20px 20px;
	min-height: 290px;
	margin: 0px auto;
	text-align: center;
}

#content h2
{
	padding-bottom: 5px;
}

#content div
{
	text-align: left;
}

#content img
{
	width: 240px;
}

.image_content
{
	float: left;
	width: 240px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.content_row
{
	margin-bottom: 25px;
}


/* Bottom */
/* ------ */

#bottom
{
	min-width: 800px;
	width: 80%;
	text-align: center;
	padding: 20px 20px 10px 20px;
	margin: auto;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #775312;
}

#bottom a
{
	color: #775312;
}

#bottom a:hover
{
	text-decoration: none;
}

#bottom_contact
{
	text-align: center;
}

#bottom_wc
{
	float: right;
	text-align: right;
}



/* Standard links */
/* -------------- */

a img
{
	border: none;
}


/* Standard tables */
/* --------------- */

.standardTable
{
	border: 1px dashed #ddd;
	border-collapse: collapse;
}

.standardTable td
{
	border: 1px dashed #ddd;
}
