body {
	margin: 0 1em;
	text-align: center;
	font-family: "rooney-web-1","rooney-web-2", Georgia, serif;
	font-size: 18px;
	line-height: 1.6;
/*	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: 256px 0 0;
	max-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 right no-repeat;
	}
.l {
	float: left;
	width: 49%;
	}
.r {
	float: right;
	width: 49%;
	}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 1em 0;
	font-weight: normal;
	}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
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;
	}
.contact {
	font-style: italic;
	}
.contact span {
	margin: 0 0.2em;
	}
.dim {
	color: #A9A680;
	}
a {
	padding: 3px 0 1px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	}
a:link,
a:visited {
	color: #565840;
	border-bottom: 0px #DCEE9D solid;
	}
#about a:link,
#about a:visited {
	color: #DD8548;
	}
#about a#name:link,
#about a#name:visited {
	color: #958E3C;
	padding: 3px 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 */
