/*
CSS for isabelle glass
*/


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

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

#container {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	text-align:left;
}

#masthead {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	background-color: #fff;
}

#navigation {
	width: 100%;
	height: 62px;
	padding-left: 25px;	
}

#logo {
	width: 100%;
	height: 98px;
	background-color: #fff;
}

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

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

}

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

}

#feature-bottom {
	height: 25px;
	width: 800px;
}

/*
#feature-middle p {
	text-align: left
	color: #999999;
	line-height: 115%;
}

#feature-middle a {
	color: #660033;
	font-family: arial, verdana, sans-serif;
	line-height: 115%;
}

#feature-middle a:hover {
	color: #bd5cbd;
	font-family: arial, verdana, sans-serif;
	line-height: 115%;
}
*/

a:link {
	font-weight:bold;
	text-decoration: none;
	color:#660033;
}

a:active {
	font-weight:bold;
	color:#660033;
	text-decoration: none;
}

a:hover {
	font-weight:bold;
	color:#bd5cbd;
	text-decoration: none;
}


a:visited {
	font-weight:bold;
	color:#bd5cbd;
	text-decoration: none;
}


#c1 {
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

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

#c2 {
	float: left;
	width: 175px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-left: 1px solid gray; 

}

#c2 p {
	font-family: georgia, times, serif;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	color: #333;
}

#c3 {
	float: left;
	width: 175px;
	margin-top: 40px;
	margin-bottom: 10px;
		border-left: 1px solid gray; 

}

#c3 p {
	font-family: georgia, times, serif;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	color: #333;
}

#c4 {
	float: left;
	width: 175px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-left: 1px solid gray; 
}

#c4 p {
	font-family: georgia, times, serif;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	color: #333;
}

#c5 {
	float: left;
	width: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#c5 p {
	font-family: georgia, times, serif;
	font-size: 2.2em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	color: #333;
}

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

img {
	border: none;
}

#footer {
	width: 800px;
	float: left;
	margin-top: 15px;
	background: #666666 url('images/gray_bkgrd.gif');
}

#footer p {
	font-family: georgia, times, serif;
	font-size: 110%;
	line-height: 135%;
	text-transform: uppercase;
	color: #ccc;

}	

#footer a {
	font-family: georgia, times, serif;
	line-height: 135%;
	text-transform: capitalize;
	font-weight: bold;
	color: #999;
}

#footer a:hover {
	font-family: georgia, times, serif;
	line-height: 135%;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}

.clear {
	clear: both;
}	