/* 
   * Holystone
   * Blue Style template stylesheet
   * Kev Strong, Cheetah Web
*/

/* Header */
div#header-image {
	background: url('../../../images/headers/003.jpg') bottom no-repeat;
	}
	
/* Main */
div#address {
	background-color: #8DA8E2;
	color: #333333;
	}
	
/* Logo */
#logo { 
	width: 216px;
	height: 57px;
	margin: 0px;
	z-index: 1;
	position: relative;
	left: 8px;
 	top: 0px;
	}

/* Classes */

div.floatcontact {
	border: 1px solid #000000;
	background-color: #DBE3F7;
	color: #000000;
	padding: 5px;
	margin: 5px;
	float: right;
	width: 100px;
	}

div.photos img {
	border: 1px solid #DBE3F7;
}

/* Default Link Tags */
a {
	color: #CC0000;
	text-decoration: underline;
	}
	
a:hover {
	color: #8DA8E2;
	text-decoration: underline;
	}
