body {
	background: #c5c3b7 url('../images/background.png') no-repeat top center;
	margin: 25px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #666;
	line-height: 17pt;
}

a {
	color: #887667;
	text-decoration: none;
	font-weight: none;
	border-bottom: 1px dotted #b3a394;
}

a:hover {
	color: #966254;
	text-decoration: none;
	font-weight: none;
}

p {
	margin-bottom: 15px;
}

.excerpt {
	font-family: Georgia, Times, Serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 17pt;
	text-transform: uppercase;
	color: #966254;
}

.line {
	background: url('../images/line.gif') repeat-x;
	height: 3px;
}

#container {
	width: 600px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 1px solid #666;
}	

#header {
	width: 600px;
}

#content {
	float: left;
	width: 430px;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 250px;
}

#sidebar {
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-left: 10px;
}

#sidebar ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 8pt;
	font-family: Georgia, Times, Serif;
	text-transform: uppercase;
	line-height: 10pt;
}

#sidebar li {
	margin: 0;
	padding: 0 0 10px 0;
}

#footer {
	background: #baada2;
	width: 580px;
	padding: 10px;
	font-size: 8pt;
	font-family: Georgia, Times, Serif;
	text-transform: uppercase;
	color: #6b625a;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}