/********************************************LOMAC CSS********************************************/
* {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
.stage{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:18px;
	margin-bottom:10px;
	width: 1024px;
	height: 768px;
	font-family:"Times New Roman", Times, serif;
	background:#FFFFFF;
}
.header{
	height:153px;
	width:1024px;
	background-image:url(images/header.jpg);
}
.footer{
	height:107px;
	width:1024px;
	background-image:url(images/footer.jpg);
}
.home{
	height:508px;
	width:1024px;
	background-image:url(images/drape.jpg);
}
.about{
	height:508px;
	width:1024px;
	background-image:url(images/sofa.jpg);
}
.clean{
	height:508px;
	width:1024px;
	background-image:url(images/bath.jpg);
}
.install{
	height:508px;
	width:1024px;
	background-image:url(images/lounge.jpg);
}
.repair{
	height:508px;
	width:1024px;
	background-image:url(images/desk.jpg);
}
.contact{
	height:508px;
	width:1024px;
	background-image:url(images/sea.jpg);
}
.title{
	position:absolute;
	left:0px;
	top:154px;
	width:129px;
	height:36px;
	font-size:23px;
	text-align:right;
}
.navBar{
	position:absolute;
	left:522px;
	top:155px;
	width:502px;
	height:36px;
	padding-top:8px;
	text-align:left;
	font-size:23px;
}
.content{
	position:absolute;
	left:130px;
	top:184px;
	width:380px;
	height:443px;
	padding-left: 6px;
	padding-right: 6px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	line-height:200%;
}
.capital{
	font-size:150%;
	line-height:100%;
}
.lowerCase{
	font-size:80%;
	margin-right:14px;
}
.rightSide{
	text-align:right;
}

a:link {
	font-family:"Times New Roman", Times, serif;
	color: #6D7171;
	text-decoration: none;
}
a:visited {
	font-family:"Times New Roman", Times, serif;
	color: #6D7171;
	text-decoration: none;
}
a:hover {
	font-family:"Times New Roman", Times, serif;
	color: #C6DFE9;
	text-decoration: none;
}

a:visited a:hover {
	font-family:"Times New Roman", Times, serif;
	color: #C6DFE9;
	text-decoration: none;
}
