@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}


#container {
	width: 880px;
	margin-left: 20px;
}

/*======================
Maincontents
======================*/



#maincontent {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#maincontent h3 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
}

#maincontent p {
	font-size: 90%;
	color: #333333;
	line-height: 1.7em;
	margin-bottom: 20px;
}

#maincontent ol {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	padding-left: 30px;
	margin-bottom: 20px;
}


#greeting {
	background-image:  url("../greeting/images/greeting_h2.gif");
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

