body{
	background-color: #ccc;
	color: #333 /*{font-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif /*{font-family}*/;
}
.company-logo {
	margin:10px 0;
}
.company-logo img {
	margin:0 auto;
	display:block;
}
img {
	max-width:100%;
}
.container{
	background: #fff;
	margin: 50px auto;
	padding: 20px;
	background-color: #fff /*{background-main-colour}*/;
	box-shadow: 0px 0px 0px #fff /*{background-main-shadow}*/;
}
a, a:hover {
	color: #0099cc /*{link-colour}*/;
}
h1,h2{
	color: #000 /*{header-colour}*/; 
}
.muted {
	color: #999 /*{muted-colour}*/; 
}
hr {
	border: 1px solid;
	border-color: #ccc /*{line-colour}*/;
	margin: 10px 0;
}
.center {
	text-align: center;
}
p{
	font-size:14px;
	line-height:24px;
}
h1{
	font-size:40px;
	padding: 0;
	line-height: 50px;
}
h2{
	font-size:30px;
	margin:15px 0;
	line-height: 40px;
}
h3.muted {
	font-style: italic;
	font-size: 22px;
}
li {
	list-style-type: disc;
	line-height: 24px;
}
.info {
	line-height: 24px;
}
.well {
	margin-top: 20px;
}
.thumbnails{
	padding:0;
	margin:0;
	overflow: hidden;
}
.thumbnail {
	border-color: #ccc /*{thumb-border-colour}*/;
	background-color: #fff /*{thumb-background-colour}*/;
}
.thumbnail a, .thumbnail {
	color: #333 /*{thumb-text-colour}*/!important;
}
.wrapper-thumbnail {
	list-style-type: none;
}
.thumbnail .caption h3 {
	font-size: 15px;
	line-height: 1.4;
	height: 4em;
	overflow: hidden;
}
.categories {
	margin: 10px;
	color: #000 /*{well-text-colour}*/;
	border: 1px solid;
	border-color: #ccc /*{thumb-border-colour}*/;
	padding: 0;
}
.categories .header {
	font-size: 20px;
	line-height: 40px;
	background-color: #e7e7e7 /*{well-header-colour}*/;
	color: #333 /*{well-header-text-colour}*/;
	padding: 10px 20px;
	margin: 0;
}
.categories li {
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px solid;
	border-color: #ccc /*{well-border-colour}*/;
	background-color: #fff /*{well-colour}*/;
	margin:0;
}
.categories li a {
	color: #000 /*{well-text-colour}*/;
	padding: 0;
}
.categories li a:hover {
	background:none;
}
.categories li:last-child {
	border-bottom:none;
}
#main-image .main-image > a {
	display:block;
}
#main-image img {
	float:none;
	margin:0 auto;
	display:block;
}
@media(max-width: 767px) {
	.well .btn-default {
		width:100%;
		display: block;
	}
	.wrapper-thumbnail {
		float: none;
		margin: auto;
	}
	#main-image a {
		display:block;
	}
	#main-image img {
		display: block;
		margin:0 auto;
		float:none;
	}
	.categories {
		margin:0;
	}
}