@charset "utf-8";
/* CSS Document */

body {
	font: 100% Trebuchet, Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.iantext {
	width: 650px;
}

p {
	font-size: 90%;
	line-height: 130%;
}
.contact {
	color: #677caf;
	font-size: 95%;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	color: #303c41;
}
a:link {
	text-decoration: none;
	color: #303c41;
}
.oneColFixCtr #container #mainContent .contact a {
	color: #677caf;
}
.oneColFixCtr #container #mainContent .home_image {
	background-image: url(images/home_background_withpics.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	width: 630px;
	margin-left: 40px;
}
.homeTextIndent {
	margin-right: 60px;
	margin-left: 60px;
}

.oneColFixCtr #container #mainContent .home_image .clare {
	color: #416b73;
	float: left;
	font-weight: normal;
	font-size: large;
	padding-left: 350px;
}
.oneColFixCtr #container #mainContent .home_image .clare a {
	color: #D7420A;
}
.oneColFixCtr #container #mainContent .home_image .ian a {
	float: left;
	margin-left: 30px;
	color: #D7420A;
	font-size: large;
}
#home_images {
	width: 549px;
	margin-bottom: 26px;
	padding-top: 32px;
	padding-left: 0px;
}




a:visited {
	text-decoration: none;
	color: #303c41;
}
a:hover {
	text-decoration: underline;
	color: #303c41;
}
a:active {
	text-decoration: none;
	color: #303c41;
}
h1 {
	font-size: 150%;
	color: #979ea0;
}
h2 {
	font-size: 140%;
	color: #303C41;
}
.claretext {
	width: 665px;
}

.oneColFixCtr #container #mainContent .rollover_main img {
	float: left;
	margin-right: 13px;
	margin-left: 16px;
}
.clearfloat {
	clear: both;
}
#clare_roll {
	width: 670px;
}

.oneColFixCtr #container #mainContent .rollover_thumbs img {
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
}

.oneColFixCtr #container #mainContent .rollover_main_ian img {
	float: left;
	margin-right: 13px;
	margin-left: 0px;
	margin-top: 1px;
}

.oneColFixCtr #container #mainContent .rollover_thumbs_ian img {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
.ian_roll {
	width: 660px;
}

