/*
	Chartier Home
	chartier.css
	Author: Paul Hamilton
	Created: October 31, 2004
	Modified: November 16, 2004
	Version: 0.0.6
*/

body {
	background: #fff url(bg_gradient.png) repeat-x;
	font-family: times new roman, times, serif;
	font-size: medium;
	color: #000;
	padding: 0px;
	margin: 0px;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 10px;
	padding: 0px;
}

img {
	margin: 8px;
	padding: 0px;
	border: none;
}

#container {
	margin: 3px auto;
	width: 720px;
}

#header h1 {
	background: transparent url(logo.png) no-repeat;
	height: 82px;
	width: 434px;
}
#header h1 span {
	display: none;
}

#navigation {
	width: 718px;
	background: #4e0047;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
}
#navigation a {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-style: italic;
}
#navigation ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#navigation li {
	display: inline;
	margin: 0px 7px;
}

#homepage {
	background: #fff url(house.jpg) no-repeat;
	height: 433px;
	width: 721px;
}

#page {
	background: #fff url(house_fade.jpg) no-repeat;
	width: 721px;
	margin: 0px;
}

#content {
	padding: 5px;
}
#content p {
	text-indent: 8px;
}

#descriptionBox {
	position: relative;
	top: 10px;
	left: 7px;
}

#footer {
	font-size: 0.7em;
	width: 718px;
	background: #4e0047;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
}

#footer a {
	color: #ffcc99;
}
