/* Cascading style sheet for Martin. */
/* There are no html styles defined in your pages - there are all reference to this page */
/* try changing some stuff in here and see what happens */



/* Your original background colour - you might think about changing it !!! */
.martins_horrible_cyan_body_colour {
	background-color: #ffe6a4;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/BG_grad.jpg);
	background-repeat: repeat-x;
}

/* This holds the whole page at a width of 800 pixels and keeps it centred in the browser window */
#container {
	width: 800px;
	margin: auto;
}

/* Makes the first line big and red */
#header {
	font-size: 3em;
	color: #FF6600;
	font-weight: normal;
	text-align: center;
	padding: 8px;
}

/* Comes after the header and holds all the rest of the page until the footer */
#main_content {
	font-size: 1em;
	padding: 10px;
}

#footer {
	color: #FF6600;
	text-align: center;
}

#footer a {
	color: #FF6600;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/* Sub-heading on page 2 *//
h4 {
	padding: 0px;
	margin: 0px;
}

h4 a {
	padding: 0px;
	margin: 0px;
	color: #000000;
}

h4 a:hover {
	color: #660000;
}

.centred_link {
	text-align: center;
}

.centred_link a {
	color: #000000;
	text-decoration: underline;
}

.centred_link a:hover {
	color: #660000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nice_list {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-position: outside;
}
.property_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.picture_block {
	margin: auto;
	text-align: center;
}

/* The same as above but slightly darker background for clarity */
.picture_block_2 {
	text-align: center;
	background-color: #FED65D;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFEEAA;
	border-right-color: #FBC117;
	border-bottom-color: #FBC117;
	border-left-color: #FFEEAA;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Keeps a bit of space betweeen each picture and removes any odd borders*/
.floating_image {
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 6px;
}
