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

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

h1, h2, h3, h4, h5, h6 {
	color: #000271;
	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;
}

#content {
	border-radius: 0 0 4px 4px;
	border-top: none;
}

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