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

* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

a img {
	border: 0px;	
}

body {
	background-color: #bce8f7;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #000;
}

p {
	padding-bottom: 15px;	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #1c7a9a;
	text-decoration:underline;
	line-height:20px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c7a9a;
	text-decoration:underline;
	line-height:20px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c7a9a;
	text-decoration:underline;
	line-height:20px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #1c7a9a;
	text-decoration:underline;
	line-height:20px;	
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 1080px;
	margin-top:0px;
	min-height:1029px;
}

#header{
	height:113px;
	width:1080px;
	float:left;
	background-image: url(../images/header.png);
}

#top-border{
	height:477px;
	width:1080px;
	float:left;
	background-image: url(../images/top-border.png);
}
#top-photo{
	float:left;
	height:477px;
	width:765px;
}

#navigation{
	width: 180px;
	height:337px;
	float:left;
	margin-left:115px;
	margin-top:140px;
	margin-right:20px;
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


#links{
	margin-bottom:5px;
}

#navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight:none;
}

#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight:none;
}

#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight: bolder;
}

#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	font-weight:none;
}
#content{
	width:1080px;
	min-height:390px;
	background-image: url(../images/content.png);
	background-repeat:repeat-y;
	float:left;
	}

#copy{
	min-height:370px;
	width:680px;
	float:left;
	padding-left:350px;
	padding-right:50px;
	padding-top:20PX;
}
#copyindex{
	min-height:370px;
	width:680px;
	float:right;
	padding-left:30px;
	padding-right:50px;
	padding-top:20PX;
}
#newbeauty{
	min-height:390px;
	width:210px;
	float:left;
	padding-top:20px;
	padding-left:110px;
}
#photo-content{
	min-height:370px;
	width:1030px;
	float:left;
	background-image: url(../images/content.png);
	background-repeat:repeat-y;
	padding-right:50px;
	padding-top:20PX;
	
}

#photo{
	float:left;
	width:350px;
	min-height:370px;
}

#footer{
	height:49px;
	width:1080px;
	float:left;
	background-image: url(../images/footer.png);
}

h1 {
	font-size: 18px;
	font-weight:bold;
	line-height:20px;
	color: #877969;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	color:#333;
}

.style1{
 	color: #1c7a9a;
	font-size: 18px;
	line-height:24px;
	font-weight:bold;
}

table.concierge {
	border-collapse: collapse;
}

table.concierge th {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

table.concierge td {
	font-size: 12px;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

.concierge {
	float: left;
	width: 160px;
	margin-right: 10px;
	font-size: 12px;
}

.concierge h2 {
	font-size: 13px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.concierge .place {
	font-weight: bold;	
}
