@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/checkers.jpg) no-repeat top left #000;
	margin: 0;
	padding: 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000;
}

#wrapper {
	width: 978px;
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 978px;
	margin-top: 35px;
}

#tree {
	float: left;
}

#cart_button {
	float: right;
	width: 112px;
	margin: 3px 0;
}

#logo {
	clear: both;
}

#nav {
	width: 978px;
	height: 35px;
	clear: both;
}

#nav ul {
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	height: 30px;
	float: left;
	background: #6A6A6A;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

#nav li.active {
	background: #FFF;
	cursor: pointer;
}

#nav li a {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

#nav li.active a {
	color: #6A6A6A;
}

#content {
	width: 938px;
	background: #FFF url(../images/blog-background.jpg) repeat-y;
	padding: 20px 10px 20px 30px;
	text-align: left;
}

#footer {
	width: 978px;
	height: 100px;
	background: #000;
}