@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DACAA9;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #5D3C19;
}
#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A3D1B;
}
h2{
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 10%;
}
#footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5A3D1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A3D1B;
}
#footer .left {
	float: left;
	margin-left: 15px;
	padding-top: 8px;
}
#footer .right {
	float: right;
	margin-right: 15px;
	padding-top: 8px;
	color: #A58C65;
}
#footer .right a {
	color: #A58C65;
	text-decoration: none;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/bg-content.jpg);
	background-position: right top;
	padding-bottom: 15px;
}
#header .navmarginwall {
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#navigation {
	margin-top: 136px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	margin-right: 0px;
	color: #5A3D1B;
}
#navigation a:link, #navigation a:visited {
	color:#5A3D1B;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}
#navigation a:hover {
	color: #990000;
	
}

#topleft {

}

#topRight {
	text-align: justify;
	background-image: url(images/bgEvents.gif);
	background-repeat: no-repeat;
	background-position: fixed center; 
	height: 400px;
	width: 240px;
}

#bottomLeft {
	width: 330px;
	height: 198px;
	background-repeat: no-repeat;
	background-position: fixed center; 
	text-decoration: none;
}

#bottomLeft p {
	padding: 20px;
}

#bottomRight {
	width: 330px;
	height: 198px;
	background-image: url(images/bgSalon.gif);
	background-repeat: no-repeat;
	background-position: fixed center; 
}

#bottomRight p {
	padding: 20px;
}
.page_heading {
	margin-top: 0px;
	color: #5A3D1B;
}

