@charset "UTF-8";
/* CSS Document */





#mainContainer {
	width:960px;
	height:auto;
	margin:auto;
}


#compHeaderMain {
	width:353px;
	height:26px;
	background:url(../image/header-contact-us.jpg) no-repeat;
}
#sleepHeader {
	float:left;
	clear:left;
	width: 100%;
	height: 55px;
	background:url(../image/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;
}
#leftNav {
	clear:left;
	float:left;
	width:235px;
	height: auto;
	padding-bottom:5px;
}

#beautyRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	background:url(../image/leftImg_top.jpg) no-repeat;
}


#contentArea {
	float:left;
	width: 960px;
	height:613px;
}
#compImg {
	float:left;
	width:218px;
	height: 274px;
	margin-top:20px;
	background-color:#999;
}


#contactCopy a:link {
		color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#contactCopy a:visited {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#contactCopy a:hover {
	color: #58bef1;
	text-decoration:underline;
	font-weight:bold;
}
#contactCopy a:active {
		color: #535353;
	text-decoration:underline;
	font-weight:bold;
}