@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;	
	margin: 0;
	background-image: url(woodback.jpg);
}

a {
	color: #393;
	text-decoration: underline;
}

a:active {
	color: #393;
	text-decoration: underline;
}

a:visited {
	color: #393;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

#container {
	margin: 150px auto 0 auto;
	width: 859px;
}

#socialmedia {
	float: left;
	width: 230px;
	margin-top: 120px;
}

#socialmedia img {
	padding: 5px;
	border: 0;
}

#main {
	float: right;
	width: 609px;
}

#top {
	margin: 0;
	height;: 25px;
	background-image: url(top.png);
	background-repeat: no-repeat;
}

#inner {
	padding: 10px;
	width: inherit;
	background-image: url(middle.png);
	background-repeat: repeat-y;
}

#bottom {
	margin: 0;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
}

#content {
	padding: 0 50px 0 25px;
}

.links {
	font-size: 14px;
	line-height: 24px;
}
