body {
	background-image: url(dombg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100px;
}
#m1 {
	display:block;
	background-image: url(dom1.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: 360px 0px;
	position: absolute;
	top: 120px;
	width: 100%;
	padding-top: 50px;
	padding-left: 50px;
	width: 100%;
}
#m1 a  {
	display: block;
	float: left;
	background-image: url(m-a.png);
	background-repeat: repeat-x;
	background-position: 0px 33px;
	clear: both;
	margin: 0px;
}
#m1 a:hover {
	background-image: url(m-hover.png);
	background-position: 0px 33px;
	background-repeat: repeat-x;
}
#itxt {
	width: 400px;
	position: absolute;
	left: 50px;
	top: 420px;
	line-height: 120%;
}
#itxt p {
	margin-bottom: 10px;
}
#col3   {
	position: absolute;
	width: 100%;
	top: 670px;
	padding-bottom: 50px;
}
#col3 .col {
	float: left;
	width: 33%;
}
#col3 .col h2 {
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
#col3 ul {
	margin-right: 50px;
	margin-left: 50px;
}
#col3 .col li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
