/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url("../images/furn/bckd.gif");
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 780px;
}

#innerWrapper {
	width: 780px;
}

#topBar {
	width: 780px;
	text-align: center;
}

#contentWrapper {
	width: 780px;
	margin-top: 30px;
	text-align: center;
	font-size: 70%;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}