/* stylesheet.css */
* {
	margin: 0;
	padding: 0;
}

body{
	font-size: 14pt;
	line-height: 1.75em;
	font-family: Athelas;
	background-color: rgb(138,140,143);
	border:double;
	border-color: crimson;
}
br.clear{
	clear:both;
}
h1,h2,h3 {
	text-transform: uppercase;
	letter-spacing: -1px;
}
h4 {
	text-transform: lowercase;
	font-size: 16pt;
	color: black;
}
h2,h3,h4 {
	margin-bottom: 1em;
	font-family: Athelas;
	color: black;
}
ul {
	margin-bottom: 1.5em;
}
#bg {
	background: url(images/blackwood2.png);
	background-size:contain;
	
}

#box1 {
	width: 745px;
	overflow: hidden;
	margin: 0 0 35px 0;
}

#content {
	width: 745px;
	margin: 0 0 0 355px;
	padding: 70px;
	background-color: rgb(215,228,194);
	border:double;
	border-color: rgb(138,140,143);
}


#footer {
	background-color: darkred;
	position: contain;
	padding: 18px;
	color: #e1d2c7;
	border:double;
	
}

#footer h2, #footer h3, #footer h4 {
	color: #f4eeea;
}

#footerContent {
	background-image: url(images/greenbamboo.jpg);
	width: 745px;
	margin: 0 0 0 355px;
}

#header {
	position: center;
	width: 50px;
	padding: 15px;
	height: 130px;
}

#logo {
	position: left;
	top: 1px;
	left: 1px;
}

#logo a {
	text-decoration:none;
	color: rgb(138,140,143);
}

#logo h1 {
	font-size: 2.5em;
	font-family: Athelas;
	text-shadow: none;
	color: crimson;
}

#nav {
	position: absolute;
	right: 40px;
	height: 53px;
	line-height: 53px;
	top: 73px;
}

#nav a {
	text-decoration:none;
	text-transform: uppercase;
	color: rgb(215,228,194);
	text-shadow: 0 1px 1px black;
	font-size: 1.4em;
}

#nav li {
	margin: 0 1em 0 1em;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#outer {
	position: relative;
	width: 1180px;
	margin: 0 auto;
	padding: 30px;
}

#sidebar {
	width: 140px;
	float: left;
	padding: 70px;
	background-color: rgb(215,228,194);
	color: rgb(190,30,45);
	border:double;
	border-color: rgb(138,140,143);
	
}

#sidebar a {
	color: rgb(190,30,45);
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	color: black;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 15px 0 15px 0;
	border-top: dotted 1px #70665f;
}

#sidebar ul li.first {
	padding-top: 0;
	border-top: 0;
}