* {
	padding:0;
	margin:0;
}

body {
	background:#ccc url("images/bg.gif") repeat-y;
	font:0.7em Trebuchet MS;
}

img {
	border:0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* Заголовки */

h1 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	background:#E0E1E3;
	font-size:1.1em;
	margin:0 0 10px -7px;
	padding-left:25px;
	line-height:25px;
}

/* Структура */

#wrapper {
	width:894px;
	padding:3px 3px 0;
}

/* Верхнее меню */

#menu {
	background:#E0E1E3;
	margin-bottom:10px;
	overflow:hidden;
}

#menu ul {
	float:left;
	list-style:none;
	overflow:hidden;
}

#menu li {
	float:left;
	background:url("images/menu-list.gif") no-repeat right;
	margin-right:-2px;
	line-height:25px;
	padding:0 30px;
}

#menu li a {
	color:#000;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

/* Шапка */

#header {
	position:relative;
	overflow:hidden;
	padding:0 11px;
	margin-bottom:10px;
}

.logo {
	position:absolute;
	top:10px;
	left:20px;
}

.movie {
	float:right;
}

/* Контент сайта */

#content {
	background:#9E9E9E;
	width:697px;
	padding:0 3px 4px 0;
	float:right;
	margin:4px 8px 0 0;
}

#main {
	margin:-4px 0 0 -3px;
	background:#E0E1E3;
	padding:10px 20px;
}

#main dl {
	margin-bottom:20px;
}

#main dt {
	float:left;
	width:115px;
	padding:3px 0 0;
}

#main dd {
	margin-left:115px;
}

/* Левая колонка */

#sidebar {
	float:left;
	width:170px;
	padding:0 7px 0 6px;
}

#sidebar #nav {
	margin:0 0 40px;
}

#sidebar #nav li {
	list-style:none;
	margin-bottom:3px;
}

#sidebar #nav li a {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	line-height:16px;
	background:url("images/sidebar-menu-off.gif") no-repeat left top;
	padding:3px 0 3px 25px;
}

#sidebar #nav li a:hover, #sidebar #nav .current a {
	background:url("images/sidebar-menu-on.gif") no-repeat left top;
	color:#fff;
}

#sidebar ul {
	margin-left:18px;
	list-style:none;
}

/* Подвал сайта */

#footer {
	margin:20px 0 0;
	padding:0 40px 10px;
}

#footer p {
	text-align:center;
	margin-bottom:10px;
}

#footer img {
	margin:0 5px;
}

.clearing {
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden;
}