/*
* Rich Birks Plumbing - Website Design & Code by Matt Houghton - http://www.evolved-it.co.uk - Evolved I.T. Solutions
*/

html {		height: 100%;
			margin: 0 auto;
			padding-top: 10px;
			font-family: Verdana;
	  }

body { 		color: #000000;
			height: 100%;
			text-align: center; 
}

p	{		text-align: left;
		}

a	{		text-decoration: none;
			color: #cfecff;
		}

a:hover {	text-decoration: none;
			color: #000248;
		}

h1 {		font-size: 95%;
			color: white;
			text-align: right;
			padding-top: 20px;
			padding-right: 100px;
			text-indent: 20px
		}

h2 {		font-size: 70%;
			color: white;
			text-align: right;
			padding-right: 100px;
			text-indent: 20px
		}

h3 {		padding-top: 10px;
			text-indent: 10px;
			font-size: 70%;
			color: #000248;
			text-align: left;

}

.fullpage {	position: absolute;
			bottom: 0px; left: 0px;
			z-index: 1;
}

.inset_page {
			position: static;
			margin: 0 auto;
			width: 700px;
			height: 500px;
			border: 0px solid gray;
			background: navy url('img/bg.jpg');
			background-repeat: no-repeat;
			background-color: white;
			text-align: center;
}


.topbar	{	position: static;
			border: 0px solid gray;
			float: none;
			width: 90%;
			height: 140px;
			background-repeat: no-repeat;
}

.linksbar {	position: static;
			clear: both;
			float: left;
			width: 120px;
			text-indent: 15px;
			border: 0px solid blue;
			font-size: 75%;
			color: #cfecff;
			font-weight: bold;
			text-align: center;
}

.contentpane {
			position: static;
			float: right;
			width: 500px;
			height: 300px;
			margin-right: 40px;
/*			padding: 10px; */
			border: 1px solid #000248;
			background: white;
			overflow: auto;
			background-repeat: no-repeat;
		}

ul {		font-size: 70%;
			color: #000248;
			text-align: left;
		}

.contentpane p {
			font-size: 70%;
			color: #000248;
			margin-left: 10px;
			
		}

.contentpane a {
			color: navy;
		}

.contentpane a:hover {
			color: blue;
		}