@charset "UTF-8";
/* CSS Document */





#mainContainer {
	width:960px;
	height:1760px;
	margin:auto;
}

#compHeaderMain {
	width:353px;
	height:26px;
	background:url(../images/header-consumer-serv.jpg) no-repeat;
}
#sleepHeader {
	float:left;
	clear:left;
	width: 100%;
	height: 55px;
	background:url(../images/header-our-cmpny.jpg) no-repeat;
	background-color:#000308;
}

#leftCol {
	float:left;
	width:237px;
	height:auto;
}
#rightCol {
	float:right;
	width:692px;
	height:auto;
	background-color:#FFF;
	padding-top:30px;
	padding-left:30px;
}


#beautyRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	background:url(../images/leftImg_top.jpg) no-repeat;
}


#contentArea {
	float:left;
	width: 960px;
	height:auto;
}
#compImg {
	float:left;
	width:218px;
	height: 274px;
	margin-top:20px;
	background-color:#999;
}

#custCopy a:link {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#custCopy a:visited {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#custCopy a:hover {
	color: #58bef1;
	text-decoration:underline;
	font-weight:bold;
}
#custCopy a:active {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}

a:link {
	color: #fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #001F3F;
	text-decoration:none;
}
a:active {
	color: #6cf;
	text-decoration:none;
}
.colLinks {
	font-size: 100%
}

