﻿html,body{width:100%;height:100%;}
body{
	background:#6b4527;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	margin:0 auto;
	width:999px;
}

/*Шапка*/
#top{
	background: url(../img/top.jpg) top left no-repeat;
	height:337px;width:999px;
	position:relative;
}
	.links{
		font-size:80%;
		color:#fff;
		list-style:none;
		left:27px;
		padding:3px 0;
		position:absolute;
	}
		.links li{
			float:left;
			padding-right:12px;
		}
		.links a{
			color:#ffcc98;
		}
	.menu{
		bottom:36px;
	}
	.contacts{
		top:40px;
	}
	
/*Контент*/
#content{
	background:#e0dcd1;
	position:relative;
	width:999px;
}
#content h3{
	margin-bottom:1em;
}
	.number{
		font-size:1.5em;
	}
	.line{
		background:url(../img/line.jpg) repeat-x;
		height:4px;
		font-size:1%;
		margin:0 auto;
		width:90%;
	}
	.post-wrapper-outer{
		background: url(../img/col_left.jpg) 28px 0 repeat-y;
		margin-right:21px;
		width:974px;
	}
	.poems{
		padding-left:20px!important;
		width:420px!important;
	}
		.poems p{
			white-space:nowrap;
		}
	.text-top{
					background:url(../img/text_top.jpg) top left no-repeat;
					width:978px; height:47px;
				}
		.text-bottom{
						background:url(../img/text_bottom.jpg) top left no-repeat;
						width:978px; height:58px;
					}
		.post-wrapper-inner{
			background:#ebeae7 url(../img/col_right.jpg) right  repeat-y;
			margin-left:33px;
		}
			.post{
				background: url(../img/col_center.jpg) center repeat-y;
				overflow:hidden;
			}
				.post p{
					margin-bottom:1em;
				}
				.col-left{
					margin-left:15px;
					width:422px;
					padding-left:8px;
					float:left;
				}
				.col-right{
					padding-left:25px;
					position:relative;
					width:430px;
					margin-left:49%;
				}
					.comment{
						background:#e7ddbc;
						width:420px;
						padding:5px 0 5px 15px;
					}
/*Bottom*/
#bottom{
	background: url(../img/bottom.jpg) repeat-x;
	vertical-align:middle;
	height:26px;
	text-align:right;
	width:989px;
	padding:7px 10px 0 0;
}
.poem-indent{
	padding-left:3em;
}
