@import url("menu.css");
@import url("boxes.css");
@import url("text.css");
@import url("footer.css");

html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f5ded4;/*#ffcccc;/*#ff8492;*/
	font: 12px verdana, arial, sans-serif;
	text-align: left;
	color: #000;
}

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 850px;
}

#header {
	background: url(../images/bg/header.png) no-repeat;
	position: relative;
	width: 100%;
	height: 150px;
}

#nav {
	background: url(../images/bg/nav.png) no-repeat;
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 40px;
	z-index: 50;
}

#content {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 650px;
}
