body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #64614F;
	background-color: #d7d6cb;
	background-image: url(../images/bg.jpg);
	background-repeat:
	background-position: top;
}

#copy{display:none;}

#wrapper{
	width:980px;
	margin:10px auto;
	background-color: #333333;
}

#logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:50px;
}

#menu{
	width:980px;
	height:40px;
	background-color:#333333;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	line-height:40px;
}

#menu-inside{padding:0 10px;}

#container{
	background-color:#333333;
	padding:10px;
}

#header-left{
	background-color: #333333;
	width: 729px;
	float: left;
	height: 200px;
}

#header-left-inside{
	background-color: #333333;
	width: 10px;
	float: left;
	background-image: url(../images/space.gif);
	height: 200px;
}

#header-right{
	background-color: #333333;
	width: 220px;
	float: left;
	height: 200px;
}

#header-closer{
	clear: both;
}

#content{
	width:960px;
	margin: 0 auto;
	background-image: url(../images/content-inside.jpg);
	background-repeat: repeat-y;
}

#whiteback{
	width:960px;
	margin: 0 auto;
	background-image: url(../images/whiteback.jpg);
	background-repeat: repeat-y;
}























