html {
	height: 100%;
	background-image: url(images/backgr.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

body, td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
}

a:link {  color: #9D2A48; text-decoration: underline}
a:visited { color: #9D2A48; text-decoration: underline} 
a:hover { color: #000; text-decoration: underline} 
a:active { color: #9D2A48; text-decoration: underline}


ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	list-style:none;
	padding:0;
	padding-left:0;
}

img {
	border: 0;
}



#left {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 100%;
	border: 0;
}

#logo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 92px;
	border: 0;
	color: #9F5D6E;
}

#navi_left {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 165;
	left: 0;
	width: 235px;
	border: 0;
	color: #9F5D6E;
}

#navi_top {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50;
	left: 237;
	height: 92px;
	border: 0;
	color: #9F5D6E;
}

#topline {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	border: 0;
	border-bottom: 2px solid #9F5D6E;
}

#navi_top li {
	float: left;
	white-space:nowrap;
}

#content {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 170px;
	left: 294px;
	width: 510px;
} html>body>div#content{top:154px;}
 
#content ul {
	list-style: square;
	margin-left:1.3em;
	padding:0;
}

#content li {
	list-style: square;
	padding: 0;
	padding-left:0.4em;
}
