

/* If you create a style that uses a different colour scheme, these are the colours that you may want to change. */

body {
	color: #512800;
	background-color: #F7ECD8;
}

img {
	border-color: #DECCAE;
}

a:link {
	color: #512800;
}

a:visited {
	color: #512800;
}

a:active {
	color: #512888;
}

a:hover {
	color: #845c00;
}

/* End of colours that you may want to change. */

/* The following styles vary in each stylesheet. */

/* The "for sale" label */
#index .embeddedlabel {
	border-width: 0px;
	position: absolute;
	right: 1px;
}
/* End of style variations. */

/* The rest of this style sheet is identical for every style. */

body {
	font-family: Verdana, Arial, sans-serif;
	background: url("texturep.jpg") repeat;
	padding-bottom: 10px;
}

td {
	font-family: Verdana, Arial, sans-serif;
}

img {
	border-width: 0px;
}

/* Text that must not be wrapped */
.nobreak {
	white-space: nowrap;
}

/* CSS gymnastics to make tables center properly in all browsers */
/* This was inherited from another skin, and may not be necessary */
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.center table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

