@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

/* CSS Document */

#container {
	width: 950px;
	background: #000;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
#banner {
	background-image: url(images/header.jpg);
	height: 25px;
	width: 450px;
	padding-top: 100px;
	padding-left: 500px;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 950px;
	width: 950px;
	padding-top: 0px;
	padding-left: 400px;
	background-repeat: no-repeat;
}
#main_text {
	width: 527px;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 12px;
	background-color: #000;

}
#footer {

}

#gallery_img {
	float: left;
	color: #069;
	background-color: #090;
}
#gallery_thumb {
	float: left;
	background-color: #C03;
}



#main_text h3 {
	font-size: 120%;
	color: #5EC60F;
	margin-top: 5px;
	margin-bottom: 5px;

}

#main_text h4 {
	font-size: 90%;
	margin:0;
	color: #397A0A;

}
#main_text p{
	font-size: 90%;
	margin:0 auto;
	color: #FFF;

}





#gallery_column {
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-left: 10px;
}
#imgContainer {
	margin-left: 70px;
}
#imgContainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	margin-bottom: 5px;
	color: #FFD8B7;
}


#thumbnail_container {
	float: left;
	width: 300px;
	padding-top: 5px;
}
#thumbnails h3 {
	color: #FED8AB;
}

#thumbnails {
}

#right_column {
	float: right;
	width: 316px;
	background-color: #0C0;
}
#center_column {
	width: 316px;
	margin-left: 10px;
	background-color: #3F9;
}
#main_image_jewelery {
	height: 576px;
	width: 950px;
	padding-top: 0px;
	padding-left: 0px;
}

/* this is for the gallery images to be a particular size */
img.thumbs {
	float:left;
	width:60px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: solid black 1px;
	height: 60px;
}
img.gallery {
	float:none;
	width:450px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-color: #FFDDB6;
	border-width: 5px;
	border-style: solid;
}
#main_text p a {
	color: #9F0;
}
#main_text h4 strong {
	font-size: 200%;
	color: #5EC60F;
}
#kathleen_photo {
	float: right;
	height: 198px;
	width: 150px;
	background-image: url(images/kathleen_crampton.jpg);
}
#main_text h4 em {
	font-size: 160%;
	color: #E61082;
}

