/* Overall Settings */

@import "body.css";
@import "header.css";
@import "footer.css";

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: x-small;
	text-align: center;
	background:  url(../images/page_bg.jpg);
	color: #6f6f6f;
	margin: 0;
	padding: 0;
	list-style: none;
}

html,
h1,
#nav-top,
#nav-top li,
#nav-left,
#nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 16px auto;
	text-align: left;
	width: 750px;
	position: relative;
}