/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/background-pattern03.jpg);
}

/************* HEADER ************/

#header {
	width: 958px;
	height: 195px;
	margin: 0px auto;
	background-image: url(images/timberdale-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

/************* CONTENT ************/

#content {
	width: 960px;
	margin: 0px auto;
}

#navigation {
	float: left;
	width: 223px;
	height: 430px;
	background-color: #BFC374;
	border-left: 1px solid #303030;
	padding-left: 23px;
	padding-right: 23px;
	background: #BFC374;
	font-size: .9em;
	padding-top: 26px;	
}

#right {
	float: right;
	width: 689px;
	height: 455px;
	border-right: 1px solid #303030;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
    padding: 0 0 9px 0;
	text-decoration: none;
	color: #303030;
	display: block;
	font-weight: bold;
}

#navigation a:hover {
	padding: 0 0 9px 0;
	text-decoration: underline;
	color: #303030;
	font-weight: bold;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 954px;
	margin: 0px auto;
	font-size: .85em;
	text-align: center;
	padding: 2px;
	color: #303030;
	background: #BFC374;
	border-top: 1px dotted #303030;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
	color: #303030;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #303030;
	font-weight: bold;
}
