/* Раскладка */
body {
	position: relative;
	width: 1000px;
	padding: 0; margin: 0 auto;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

img {
	border-width: 0;
}

#main {
	background: transparent url(main.jpg) no-repeat;
	min-height: 470px;
}

* html #main {
	height: 470px;
}

#menu {
	position: absolute;
	height: 41px; width: 700px;
	left: 310px; top: 66px;
}

* html #menu a {
	height: 100%;
}

#menu a:hover {
	background: #fff url(menu.jpg) repeat-x;
}

#left {
	width: 123px; height: 180px;
	background: #fff url(l.jpg) no-repeat;
}

#meta {
	padding: 105px 0px 0px 600px;
	font-size: 80%;
}


#banner {
	position: absolute;
	width: 75px; height: 75px;
	left: 230px; top: 70px;
}

#banner a {
	display: block;
	text-decoration: none;
	line-height: 75px;
}

* html #banner a {
	height: 100%;
}

#hide {
	float: right;
	width: 210px; height: 130px;
}

/* Цвета */
#content {
	color: #303030;
	width: 740px;
	padding: 200px 0px 20px 70px;
}

#content td {
	padding: 2px;
}

#content a {
	color: #303030;
}

/* Шрифты */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

#menu a {
	font-weight: bold;
	line-height: 21px;
	padding: 20px 6px 5px;
}

.sape {
	font-size: 8px;
	color: #E0E0E0
}

