/*===============*/
/* === Общие === */
/*===============*/
*, html {margin:0; padding:0;}
body{
	width:1000px;
	margin:5px auto;
	background:#bbb url(../img/bg.jpg);
	border:1px solid #ddd;
}
#header a{
	display:block;
	width:1000px;
	height:250px;
	background:url(../img/header.jpg) no-repeat;
}
#menu{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#main{
	background:#85938f;
	padding:20px;
}
#main #submenu {
	margin-bottom:20px;
}
#footer{
	width:1000px;
	height:120px;
	background:url(../img/footer.png) repeat-x;
	border-top:1px solid #ddd;
}
#divcopy {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
/*
#divcopy a{
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
#divcopy a:hover{
	color: #fff;
	text-decoration: none;
}
*/

/* === Тексты === */
h1 {
	text-align:center;
	margin-top:0.4em;
	margin-bottom:0.8em;
	font-family:Impact, "Charcoal CY", sans-serif;
	font-weight:normal;
	color:#fff;
}
h2 {
	text-align:center;
	text-transform: uppercase;
	margin-top:0.4em;
	margin-bottom:0.8em;
	font-family:Georgia, "Century Schoolbook L", Serif;
	font-weight:normal;
	color:#fff;
}
#txt{
	padding-bottom:15px;
}
#txt p{
    margin-bottom: 0.5em;
	font:19px/30px Verdana, "Geneva CY", "DejaVu Sans", sans-serif; /* 1.2em/1.6em  19px/30px */
	color:#000;
	text-align: justify;
	text-indent: 2em;
}
#txt p.fl:first-letter{
	font:bold 1.4em Georgia, "Century Schoolbook L", Serif;
}
#txt p a {
	color:#ccc;
}
#txt p.dl {
	text-align: center;
}
.divboth30{
	clear:both;
	margin-bottom:30px;
}

/* === картинки === */
div.d400x280 {
	float:left;
	width:400px;
	height:280px;
	padding-right:20px;
}
div.imgtvright {
	float:right;
	width:400px;
	height:560px;
	margin: 10px 40px 0 0;
}
div.imgtvright img { margin-top: 140px; }
div.tvright {
	float:right;
	width:400px;
	height:560px;
	margin: 10px 40px 0 0;
}
#ytplayer, #ytplayerobj { margin-top: 165px; }

/* === Кнопки-картинки === */
#tableft {
	float:left;
	margin: 10px 0 0 40px;
}
#tabright {
	float:right;
	margin: 10px 40px 0 0;
}
#tabcenter {
	margin:10px 280px 0;
}
#tabcenterhor {
	margin:10px 200px 0;
}

a.a400x280 {
	display:block;
	width:400px;
	height:280px;
}
a.a400x560 {
	display:block;
	width:400px;
	height:560px;
}
a.a560x400 {
	display:block;
	width:560px;
	height:400px;
}

a.btn {
	border:2px solid #85938f;
	padding:1px 0 0 1px;
}
a.btn:hover {
	border-top:2px solid #bbb;
	border-right:2px solid #555;
	border-bottom:2px solid #555;
	border-left:2px solid #bbb;
	padding:0 1px 1px 0;
}
a.btn:active {
	border:2px solid #85938f;
	padding:1px 0 0 1px;
}

/*=================*/
/* === Главная === */
/*=================*/

#devka{
	float:left;
	width:450px;
	height:290px;
	padding-right:20px;
}
#baits{
	width:700px;
	height:500px;
	margin: 0 130px;
}

/*=====================================*/
/* === Форма ввода логина и пароля === */
/*=====================================*/

#form{
	margin:0px 270px 30px;
	padding:10px;
	border:1px solid #bbb;
}
#form #txt input{
	font:19px/30px Verdana, "Geneva CY", "DejaVu Sans", sans-serif; /* 1.2em/1.6em  19px/30px */
	margin-right:10px;
}
