@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/wood-back-seamless.jpg);
	background-repeat: repeat;
}
#wrapper #header {
	background-image: url(../images/header=background.jpg);
	width: 1000px;
	height: 224px;
}
#wrapper #navigation {
	height: 30px;
	width: 1000px;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: repeat-x;
}
#wrapper #left {
	width: 700px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 150px;
	height: 900px;
	padding-right: 150px;
	background-image: url(../images/west-paback.jpg);
}
#wrapper #left img {
	float: right;
}

#wrapper #footer {
	background-color: #000000;
	clear: both;
	height: 50px;
	width: 1000px;
}
