body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	background: #6C8685;
	position: absolute;
	color: white;
	font: 70% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body, body.news {
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
}

body.contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
}

body.tynemouth {
	background-image: url(../images/local-area.jpg);
	background-repeat: no-repeat;
}

body.apartment {
	background-image: url(../images/apartment.jpg);
	background-repeat: no-repeat;
}


p {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.5em;
}

/* links  */

a {
	color: #BFB7C5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* headings */

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.25em
}

h4 {
	font-size: 1em
}

/* strong em */

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

/* tables & forms */

input, select, th, td {
	font-size: 1em
}

/* classes */

.error {
	color: red;
}

/* page structure & layout */

#page {
	text-align: left;
	width: 900px;
}

#header {
	height: 155px;
	position: relative;
	margin: 0;
}

#nav {
	background-color: #BFB7C5;
	text-transform: uppercase;
	height: 29px;
	padding-left: 300px;
}

#content {
	float: right;
	font-size: 1em;
	width: 600px;
}

#content-middle {
	float: left;
	width:260px;
	padding:20px;
}

#content-right {
	float: right;
	width:260px;
	padding:20px;
}

#content-left {
	float: left;
	width:260px;
	padding:20px;
}

#footer {
	clear: both;
	font-size: 1em;
	height: 70px;
	text-align: left;
}


#content-right a {
	color: white;
}


/* navigation */

#nav ul {
	display: inline;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
}

#nav li a {
	color: #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	text-align: center;
	text-decoration: none;
}

#nav li a.current {
	background: #6C8685;
}

#nav li a:hover {
	background: #929DA1;
}


/* footer */

#footer p {
	margin: 20px;
	font-size: 1em;
}

/* misc */

a img {
	border: none;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

/* classes */

.right, .left {
	background: #fff;
	border: 1px solid #e3e7e8;
	margin: .5em 12px 6px 0;
	padding: 6px;
}

.right {
	float: right;
	margin: .5em 0  6px 12px;
}

.left {
	float: left;
	margin: .5em 12px 6px 0;
}

#header a img {
	padding: 20px;
	padding-top: 60px;
}

label {
	float: left;
	width:75px;
}

input, textarea {
	background-color: #BFB7C5;
	border: none;
	color: white;
	padding: 5px;
}
