* {
	margin: 0;
	padding: 0;
}
body {
	background: White url(../images/bg.png) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0 !important;
	color: #ff4600;
	font-family: sans-serif;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
p, td, th, li, table {
	margin: 10px 0;
	font: 12px sans-serif;
	line-height: 20px;
}
li {
	margin: 0 0 0 20px;
}
a {
	color: #ff4600;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	font-weight: bold;
	color: #ff4600;
	padding: 10px 2px 2px 2px;
}
td {
	padding: 2px 10px 2px 2px;
	background: url(../images/block_h_line.gif) repeat-x bottom;
}
#header, #middle, #footer {
	width: 740px;
	margin: 0 auto 0 auto;
	clear: both;
}
#header {
	height: 307px;
	background: url(../images/header.png) no-repeat top;
}
#topflash h1 {
	visibility: hidden;
}
#middle {
	background: url(../images/middle_bg.gif) repeat-y left !important;
}
#middle_top {
	min-height: 300px;
	background: url(../images/middle_bg_top.png) no-repeat left top;
	padding: 1px 40px;
}
#footer {
	height: 40px;
	background: url(../images/footer_bg.gif) no-repeat top;
	padding: 1px;
}
#footer * {
	font-size: 10px;
}
#footer ul {
	list-style: none;
	padding: 1px 0 1px 20px;
}
#footer li {
	float: left;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: White;
}
#leftmenu {
	width: 187px;
	float: left;
}
#leftmenu ul {
	list-style: none;
}
#leftmenu li{
	background: url(../images/menu_middle.gif) repeat-y left;
	margin: 0;
	padding: 10px;
	float: left;
	clear: left;
	width: 187px;
}
#leftmenu li.top {
	background: url(../images/menu_top.gif) no-repeat top left;
	padding-top: 20px;
	margin-top: 20px;
}
#leftmenu li.bottom {
	background: url(../images/menu_bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
#leftmenu li.submenu {
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 5px;
}
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:active, #leftmenu a:hover {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
#leftmenu li.submenu *{
	font-size: 11px !important;
}
.selected a {
	background: url(../images/scissors.gif) no-repeat right;
	padding-right: 25px;
}
#content {
	margin-left: 210px;
	min-height: 400px;
}
#adverts {
	clear: both;
}
.ramune_banner img {
	margin: 0 15px 0 0;
}
.homepage_address_and_gallery {
	margin: 10px 30px 0 35px;
}
.homepage_address_and_gallery table {
	margin: 20px 0;
}
.gallery_img {
	float: left;
	margin: 5px 15px 5px 0;
}
.gallery_img img {
	border: 5px solid #ff4600;
}