/*
CSS for isabelle glass
*/


body {
	font-size: 70%;
	text-align: center;
	margin: 0; 
	padding: 0;
	background-color: #e3e3e3;
	font-family: georgia, times, serif;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #000;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: #ffffff url('images/white_spacer.gif');
}

#masthead {
	margin: 0 auto;
	width: 100%;
	height: 110px;
	background: #fff url('images/mast_bkgrd1.jpg');
}

#masthead2 {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background: #fff url('images/mast_bkgrd.jpg');
}


#navigation {
	float: right;
	padding-top: 54px;
	padding-left: 180px;
	height: 18px;
	}

#feature {
	width: 800px;
	height: 457px;
	top: 0;
	left: 0;
}

#feature-top {
	height: 164px;
	width: 800px;

}

#feature-middle {
	height: 293px;
	width: 800px;
	background-image: url('images/middle.jpg');
	background-color: #dfdfdf;

}

#gallery {
	background-color: #fff;
	padding-left: 60px;
}

#content {
	width: 100%;
	background: #ffffff url('images/white_spacer.gif');
}

#content p {
	font-size: 135%;
	font-family: georgia, times, serif;
	color: #666666;
	padding-left: 60px;
	padding-right: 80px;
	line-height: 165%
}

#sindex {
	background: #ffffff;
}

#sindex p {
	font-size: 135%;
	font-family: georgia, times, serif;
	color: #666666;
	line-height: 165%;
	text-align: left;
	padding-left: 60px;
}

#content strong {
	font-size: 100%;
	font-family: verdana, arial, sans-serif;
	color: #38a3b6;
	text-transform: uppercase;
	letterspace: 1em;
	line-height: 165%
}

#content em {
	color: #a66128;
}

a:link {
	font-family:  georgia, times, serif;
	text-decoration: none;
	color:#a66128;
}

a:active {
	color:#a66128;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-style: italic;
	color:#38a3b6;
	text-decoration: none;
}


a:visited {
	color:#38a3b6;
	text-decoration: none;
}


#c1 {
	float: left;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 500px;
}

#c1 p {
	font-family: georgia, times, serif;
	padding-right: 5px;
	font-size: 120%;
	line-height: 150%;
	color: #000033;
}


.contact {
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #993333;
	font-weight: bold;
	font-style: italic;
}

img {
	border: none;
}

#curve {
	height: 55px;
	background: #b8dcdc;
}

#footer {
	width: 800px;
	height: 41px;
	background: #b8dcdc;
	padding-top: 5px;
	padding-bottom: 5px;

}

#footer p {
	font-family: georgia, times, serif;
	font-size: 99%;
	color: #333333;
	padding-left: 7px;
}	

#footer a {
	font-family: georgia, times, serif;
	color: #333333;
}

#footer a:hover {
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid;
}

.clear {
	clear: both;
}	


