@import url("../inserts_onepages/insert_styles.css");


BODY {
	MARGIN: 0px;
	background: #ECE8DA;
	padding: 0px;
	text-align: center;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 170%;
	color: #615F4E;
	word-spacing: normal;
}

h1 {
	COLOR: #635D4F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 150%;
	font-style: normal;
}

.head{
	COLOR: #ACA795;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 180%;
	font-style: italic;
	padding-right: 23px;
	padding-left: 23px;
}

h2 {
	COLOR: #635D4F;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 150%;
	font-style: normal;
	border-top: 1px solid #635D4F;
	margin-top: 10px;
}

h3 {
	COLOR: #A09985;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


/* link style */

a {
	color: #666666;
}

a:hover 	{
	color: #990000;
}
#Center {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#Center .Left{
	float: left;
	width: 430px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#Center .Right{
	float: right;
	width: 320px;
	padding-bottom: 20px;
}
#Center .services{
	margin-right: auto;
	margin-left: auto;
	background: #ECE8DA url(graphics/pattern.gif);
	text-align: left;
	padding: 0px 5px;
	border: 1px solid #615F4E;
	margin-bottom: 10px;
	width: 700px;
}

#Center .services p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #615F4E;
	line-height: 120%;
	padding: 0px;
}

#FadeImageWrap {
	text-align: center;
	clear: right;
	float: right;
}


.fade img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	padding: 2px;
	border: 1px solid #DDD6BC;
	margin: 5px 0px 0px 5px;
} 

.fade:hover img{
	filter:alpha(opacity=40);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	/* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
   -moz-opacity: 0.5;*/
	cursor: default;
	border: 1px solid #FFFFFF;
	height: 50px;
	width: 50px;
	padding: 2px;
	margin: 12px 7px 3px 8px;
} 

