* {
	margin: 0;
	pading: 0;
}
body {
	background-color: #000;
}
p {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #8F8571;
}
a:link {
	color: #8F8571;
}
a:visited {
	color: #8F8571;
}
a:hover {
	color: #CCB688;
}
.outerFrame {
	width: 800px;
	margin: 0 auto;
}
h1 a {
	font-size: 12px;
	background-image: url('/design/unostyle/g_nav/logo.gif');
	background-repeat: no-repeat;
	width: 118px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px 0;
	float: left;
	display: block;
	overflow: hidden;
}


