body {
	text-align: center;
	/*font-family: "Goudy Oldstyle", Georgia, serif;*/
	font-size: 21px;
	line-height: 34px;
	background: transparent url(../images/laid.png) top left repeat;
	color: #565840;
	text-shadow: 0 1px 0 #fff;
	}
#wrap {
	background: transparent url(../images/para.png) top repeat;
	}
#content {
	margin: 0 auto;
	padding-top: 256px;
	width: 670px;
	text-align: left;
	background: transparent url(../images/woods.jpg) top left no-repeat;
	}
.notfound #content {
	padding-top: 414px;
	background: transparent url(../images/dogs.jpg) top left no-repeat;
	}
.l {
	float: left;
	width: 330px;
	}
.r {
	float: right;
	width: 330px;
	}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 1em 0;
	font-weight: normal;
	}
h1 {
	display: none;
	color: #958E3C;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#about #name {
	margin-right: 0.2em;
	color: #958E3C;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h2 {
	color: #958E3C;
	}
ul {
	list-style: circle;
	}
strong {
	color: rgb(63, 25, 61);
	font-weight: normal;
	}
.dim {
	color: #A9A680;
	}
a {
	padding: 7px 0 1px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	}
a:link,
a:visited {
	color: #565840;
	border-bottom: 2px #DCEE9D solid;
	}
#about a:link,
#about a:visited {
	color: #DD8548;
	}
#about a#name:link,
#about a#name:visited {
	color: #958E3C;
	padding: 7px 0 3px;
	border-bottom: none;
	}
.dim a:link,
.dim a:visited {
	color: #A9A680;
	}
a:hover,
#about a:hover,
#about a#name:hover,
.dim a:hover {
	color: #565840;
	background-color: rgb(223, 236, 161);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#footer {
	margin: 2em 0 0;
	}
#footer p {
	margin: 0 0 1em;
	}


/* clearing floats (keep this)
http://www.positioniseverything.net/easyclearing.html
--------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */