/* CSS Document */
html, body {
	height: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	background: #FEFBE0;
	}
#container {
	margin: 0px
}

#header {
	padding: 0px;
	margin: 0px;
	height: 109px;
	width: 780px;
	border-style: none;
}

#content {
	margin-left: 157px;
	padding: 0px;
	width: 623px;
	padding-top: 10px;
}
	
/* THIS IS WHERE YOU CAN ADJUST THE SIZE, COLOUR AND FONT FOR ALL TEXT IN THE SITE */

#container #content #home p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #008000;
}

#container #content #home h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}

#container #content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #008000;
}

#container #content listing td h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #008000;
	text-decoration: underline;
}

#container #content #listing h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #008000;
	text-decoration: underline;
}

/*  THIS IS THE STYLE FOR THE THANK YOU JUST SOLD MESSAGE ON THE LISITNGS PAGE */ 
#container #content #listing h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}

/* Main content link styles */

#container #content a:link, #container #content a:active, #container #content a:visited, #container #content a:focus {
	font-family: "Times New Roman", Times, serif;
	/*font-size: 14px;*/
	font-weight: bold;
	font-style: italic;
	color: #9C824C;
	text-decoration: none;
}

#container #content a:hover {
	text-decoration: underline;
}

/* End main content link styles */

/* Footer link styles */
#container #footer a:link, #container #footer a:active, #container #footer a:visited, #container #footer a:focus {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #9C824C;
	text-decoration: none;
}

#container #footer a:hover {
	text-decoration: underline;
}
/* End footer link styles */

/* bottomLink styles */
#container #bottomLink p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #008000;
}

#container #bottomLink a:link, #container #bottomLink a:active, #container #bottomLink a:visited, #container #bottomLink a:focus {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #9C824C;
	text-decoration: none;
}

#container #bottomLink a:hover {
	text-decoration: underline;
}
/* end bottom link styles */


/* Listing link styles */
#container #listing a:link, #container #listing a:active, #container #listing a:visited, #container #listing a:focus {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #9C824C;
	text-decoration: underline;
}

#container #listing a:hover {
	text-decoration: none;
}
/* End listing link styles */


#container #content #listing {
	border: 1px solid #DDD3AF;
	margin-bottom: 10px;
}

#container #content #listing td {
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd3af;
}

#container #content #listing td p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #008000;
}

#container #content #listing td img{
	padding-top: 4px;
	border: 0px;
}

#container #content #listing p {
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #008000;
}

/* PRIVACY STATEMENT LINK (ON HOME PAGE ONLY) STYLE DEFINITION */
.privacy {
	font-size: 14px;
}

/* THIS IS WHERE THE FOOTER AND BOTTOM LINK STYLE DEFINITIONS ARE */
#container #footer {
	margin-left: 157px;
	padding-bottom: 10px;
	width: 623px;
	text-align: right;
}

#container #bottomLink {
	margin-left: 157px;
	padding-bottom: 20px;
	width: 623px;
	text-align: center;
}

