/* CSS Document */
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	padding:0px;
	margin:0px;
}

#container {
	width: 963px;
	height: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	background-image:url(images/background.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#header {
	width: 963px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
}

#links {
	width: 200px;
	margin:0px;
	padding:0px;
	float: left;
}

#links ul {
	list-style: none;
	list-style-type: none;
	font-size: 18px;
	margin-top: 0px;
	margin-left: 30px;
	font-variant:small-caps;
	line-height: 1.3em;
	letter-spacing: .05em;
}

#links li{
	padding: 10px;
}

#links a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
}

#links a:hover {
	color: #000000;
	background-color: #d4b7be;
}

.current {
	background-color: #d4b7be;
}

#content {
	float: left;
	width: 550px;
	margin-left: 50px;
	margin-top: 13px;
}

#gallery img{
	border: 1px solid #000;
}

#gallery img:hover {
	border: 1px solid #fff;
}

#content ul{
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 15px;
	font-variant:small-caps;
	line-height: 1.8em;
	letter-spacing: .05em;
	font-weight: bolder;
}

#content p{
	margin-top: 0px;
	width: 350px;
	line-height: 1.3em;
	text-align:justify;
	orphans:inherit;
	widows:inherit;
}

.margot {
	font-size: 14px;
	letter-spacing: .1em;
	font-weight:700;
}

.apt {
	font-size: 10px;
	font-weight: 700;
	color: #cc0000;
	letter-spacing: .2em;
}

.num {
	font-weight: 700;
	color: #AD7872;
}

#contact a{
	background-color: #d4b7be;
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}

#contact a:hover {
	
	background-color: #cccccc;
}