/* Tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background-image: url(img/body-bg.jpg);

}

body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
}
.language {
	color: #FFF;
	width: 900px;
	margin: 10px auto 0px auto;
}
/* Container */
.container {
	margin: 30px auto;
	width: 900px;
	background-color: #E5DBDC;
	margin-bottom: 40px;
}
.language a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}


.header {
	height: 150px;
	background-color: #41484E;
	margin-bottom: 10px;
	background-image: url(img/woodjustheader-1.jpg);
}
.content {
	height: 740px;
}
.picNav {
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #41484E;
	text-align: right;
}

.picNav a {
	text-decoration: none;
	color: #705F61;
	font-weight: bold;
	float: left;
	display: block;
	width: 20px;
	text-align: center;
}
.picNav a:hover {
	color: #FFF;
	background-color: #434A50;
}

.navigation {
	width: 240px;
	height: 500px;
	float: left;
	border-top: dotted #000 1px;
	margin-right: 20px;
	margin-left: 30px;
}


.navigation ul {
	list-style-type: none;
	width: 110px;
	float: left;
}
.navigation .first {
	margin-right: 20px;
}

.navigation li {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 24px;
	height: 24px;
	margin-bottom: 2px;
	display: block;
	border-bottom: dotted #000 1px;
}
.navigation .sel {
	border-bottom: solid #000 1px;
}

.navigation a {
	text-decoration: none;
	padding-left: 5px;
	color: #705F61;
	display: block;
}
.navigation a:hover{
	display: block;
	color: #000;
	border-bottom: solid #000 1px;
}
.main {
	float: left;
	width: 440px;
	border-top: dotted #000 1px;
	font-size: 11px;
	padding-top: 4px;
}
.main p {
	margin-bottom: 4px;
	line-height: 1.4;
	text-align: left;
}
.main h3 {
	font-size: 11px;
	color: #41484E;
}
.pic {
	margin: 4px 0px 4px 0px;
}



.sidebar {
	width: 150px;
	float: right;
	height: 500px;
	border-top: dotted #000 1px;
	padding-top: 32px;
}

.footer {
	height: 40px;
	font-size: 10px;
	background-color: #41484E;
}
.footer ul {
	list-style: none;
	margin-top: 4px;
}
.footer ul li {
	float: left;
}
.footer ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-right: solid #705F61 1px;
	line-height: 10px;
	height: 10px;
}
.footer ul li a:hover {
	color: #E5DBDC;
}

.footer ul li .first {
	border-left: solid #8F7C7E 1px;
}




.footer .leftCol {
	float: left;
	width: 250px;
	margin-left: 30px;
	margin-right: 10px;
	border-top: dotted #000 1px;
}
.footer .rightCol {
	float: right;
	width: 610px;
	border-top: dotted #000 1px;
}


.clear {
	clear: both;
}
