.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;
}

.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('images/npattern2.png'); 
	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;
}

