html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #030202 url(img/harry_miller/bg.jpg) no-repeat top center;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
a {
	color: #2d1014;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#main {
	width: 760px;
	display: table;
}
#top {
	width: 760px;
	height: 104px;
	overflow: hidden;
	text-align: left;
}
#top ul {
	width: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top li {
	margin: 0px;
	padding: 0px;
	line-height: 103px;
	display: inline;
}
#topmenu {
	width: 270px;
	color: #4c4c4c;
	text-align: right;
	float: right;
	margin: 13px 0px;
	line-height: 24px;
}
#topmenu a {
	color: #4c4c4c;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}
#wrap {
	width: 760px;
	background: url(img/harry_miller/page_bg.jpg) repeat-y center 532px;
	display: table;
}
#page {
	width: 760px;
	background: url(img/harry_miller/page_top.jpg) no-repeat top;
	display: table;
}
#background {
	width: 740px;
	padding: 9px 10px 250px 10px;
	text-align: left;
	background: url(img/harry_miller/page_bund.jpg) no-repeat bottom;
	display: table;
}
#news {
	width: 160px;
	color: #2d1014;
	padding: 0px 10px 0px 10px;
}
#news a {
	color: #2d1014;
}
#news p {
	margin: 3px 0px;
}
#menu {
	width: 180px;
	padding: 26px 0px 0px;
}
#menu ul {
	width: auto;
	list-style: none;
	margin: 0px 10px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#menu a {
	color: #2d1014;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	padding: 10px;
	width: 360px;
	color: #2d1014;
}

