.container {
	width: 960px;
}


footer {
	width: 100%;
	background: url(images/footer-bg.png) repeat-x 0 0;
	padding-top: 6px;
	margin-top: 40px;
}

.img-border {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/*
img {
	margin-right: 10px;
	border: 2px solid #ff0000;
}
*/

.accordion-group {
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(245, 245, 245, 0.5);
}

.accordion a {
	color: #bf0000;
}

body {
	background: url('img/wall.png'); 
	padding-top: 30px;
	font-family : 'PT Sans Caption', sans-serif;
}

article h1 {
	font-family : 'PT Sans Caption', sans-serif;
}

.icon-plus,.icon-minus {
	margin:0px 5px;	
}

p.tab {
	 text-indent: 25px;
	
}

a.list {
	color:#ffffff;
}

ul.faq {
	margin:40px;
}

table {
	background: #eee;
}

footer a,footer a:hover,footer a:active {
	color: #fff; text-decoration: underline;
}

   .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }