body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #CC6600;
}
a:visited{
	color: #999;
}
a:hover{
	font-weight:bold
}

/* Headings ----------------------------------------------------------- */
h2{
	display: block;
	margin-top: 0em;
	font-size: 140%;
	color: #666;
	font-style:italic;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}
/* Custome Page Font Settings  ------------------------------------------------- */
#approach{
	color: #999900;
	font-weight: bold;
	font-size: 120%;
}
#care{
	color: #CC6600;
	font-size: 180%;
}
#care2{
	color: #CC6600;
	font-weight: bold;
	font-size: 110%;
}
/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	display:block;
	float:left;
	width: 100%;
	padding: 5px 5px 0px 5px;
	border-top: 2px solid #aaa;
	font-size: 80%;
	text-align: center;
}
address{
	padding: 0.25em 0.25em 0 0.25em;
	font-style: normal;
	font-size: 95%;
}
#main img{
	float: right;
	margin: 10px 10px 10px 10px;
}
#main2 img{
	margin: 10px 10px 10px 10px;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}