@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #CCCCCC;
}
div.mainContentsDIV {
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
div.headerDIV {
	width: 850px;
	height: 90px;
}
div.headerMenuDIV {
	float: right;
	margin-top: 50px;
	margin-bottom: 0;
	margin-right: 10px;
}
div.headerMenuDIV img {
	margin-left: 3px;
}
div.contentsDIV {
	float: right;
	width: 650px;
	clear: both;
}
div.menuDIV {
	width: 187px;
	float: left;
	padding-left: 13px;
}
div.menuDIV img {
	margin-top: 3px;
}
div.headerDIV h1 {
	width: 313px;
	height: 60px;
	background-image: url(img/wellfair_logo.gif);
	margin-top: 10px;
	margin-left: 10px;
}
div.footerDIV {
	clear: both;
}
span.noDISP {
	margin-left: -2000px;
}
img#titleImg002 {
	margin-top: 20px;
}
address {
	width: 177px;
	height: 66px;
	background-image: url(img/contacts.gif);
	margin-top: 3px;
}
address p {
	display: none;
}
hr {
		margin: 20px 0;
}
h2 {
		color: #3366CC;
		font-size: 1.2em;
		margin-left: 10px;
}
ul {
		margin-left: 40px;
}
li {
		font-size: 1.0em;
}
p {
		font-size: 0.9em;
		line-height: 1.6em;
		margin-bottom: 10px;
}