body
{
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	color: #000;
	background-color: #fff;
}

a
{
	color: #000;
	text-decoration: none;
}

#header { border-bottom: 1px solid #999; }
#header h1 { color: #000; }

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#nav {
	display: none;
}

#brand {
	display: none;
}

.img_header
{
	display: none;
}