@charset "utf-8";
#indexwrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #AD9567;
	background-image: url(images/eyelash3home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 169px;
	width: 850px;
}
#contentwrap {
	width: 850px;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 255px;
	width: 192px;
}
#content {
	float: right;
	width: 658px;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 850px;
}

