@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	background-color: #EEEEEE;
}
.platinum {
	font-weight: bold;
	color: #2D5C86;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #2D5C86;
	text-decoration: underline;
}
h2 {
	font-weight: bold;
	margin-left: 30px;
	font-size: 12px;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #2D5C86;
	margin-bottom: 0px;
}



#header {
	height: 100px;
	margin: auto;
	width: 900px;
}
#navigation {
	height: 30px;
	margin: auto;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation a:link {
	display: inline-block;
	width: 150px;
	height: 25px;
	color: #EEEEEE;
	text-decoration: none;
	background-image: url(platinum-contractors-blackpool-graphics/nav-bg-platinum-contractors-blackpool.png);
	padding-top: 5px;
}
#navigation a:visited {
	display: inline-block;
	width: 150px;
	height: 25px;
	color: #DDDDDD;
	text-decoration: none;
	padding-top: 5px;
	background-image: url(platinum-contractors-blackpool-graphics/nav-bg-platinum-contractors-blackpool.png);
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(platinum-contractors-blackpool-graphics/nav-bg-hover-platinum-contractors-blackpool.png);
}



#content {
	height: auto;
	width: 878px;
	margin: auto;
	border: 1px solid #2D5C86;
	padding: 20px;
	background-color: #FFFFFF;
	min-height: 400px;
}
#content p {
	text-align: justify;
}

#content a:link {
	color: #2D5C86;
	text-decoration: underline;
}
#content a:visited {
	color: #2D5C86;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}



#content ul {
	margin: 0px;
	list-style-position: inside;
	padding: 0px;
}




.image {
	border: 1px solid #2D5C86;
}



.form {
	width: 200px;
	background-color: #EEEEEE;
	color: #333333;
}
#flash {
	height: 333px;
	width: 400px;
	border: 1px solid #2D5C86;
	float: left;
	margin-right: 40px;
}

#footer {
	margin: 10px;
	text-align: center;
	color: #000000;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #2D5C86;
	text-decoration: underline;
}
