
@import url(http://fonts.googleapis.com/css?family=Risque&subset=latin,latin-ext);

body {
	background-image: url('../images/background_bottom.jpg');
	background-repeat: repeat-x;
	background-position-y: -140px;
	background-color:  #f6f6f6;
	font-size: 15px;
	font-family: 'Risque', cursive;
	#padding-top: 80px;
	padding-bottom: 30px;
}


.panel-body {
padding: 15px;
background-color: bisque;

}


.navbar-inverse {
background-color: bisque;
border-color: #080808;
}

.navbar-inverse .navbar-brand {
color: black;
}


.btn-primary {
color: black;
background-color: bisque;
border-color: black;
}

a {
color: brown;
text-decoration: none;
}
a:hover, a:focus {
color: black;
text-decoration: underline;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #663333;
border-color: white;
}



h1 {
	color: yellow;
	font-family: 'Risque', cursive;
} 

 h2, h3, h4, h5, h6 {
	color: #cc6633;
	font-family: 'Risque', cursive;
}

address {
	font-size: 0.85em;
}

.container {
	max-width: none !important;
	width: 1000px;
}

.container-old {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
			box-shadow: 0px 2px 4px rgba(0, 0, 0, 1);	
}

.content {
	margin-left: -20px;
}

.right-column h4 {
	margin-bottom: 12px;
}

.right-column .list-group {
	margin-bottom: 5px;
}

.right-column hr {
	margin-top: -5px;
}

.tab-content .panel {
	border-radius: 0 0 4px 4px;
	border-top: none;
}

.content-images {
	margin-top: 20px;
	padding-left: 15px;
}





