#tourguide{}

#tourguide #tour_content{
	width: 730px;
	min-height: 500px;
	margin-right: 25px;
	float: left;
	background-color: #d0cac3;
	border: solid 1px #afafaf;
}

#tour_navigation{
	width: 200px;
	float: left;
	padding-top: 25px;
}

#tour_navigation  a:link,
#tour_navigation a:visited,
#tour_navigation  a:active {
	display: block;
	font-family:  Calibri;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	color: #110e0e;
}

#tour_navigation a:hover{
	background-color: #110e0e;
	color: #e7e0da;
}

#tour_navigation title{
	display: block;
	font-family:  Calibri;
	font-size: 15px;
	text-transform: uppercase;
	width: 80%;
	border-bottom: solid 1px #afafaf;
	margin-bottom: 10px;
}

.tour_title{
	background-color: #e7e0da;
	border: solid 1px #afafaf;
	height: 100px;
	margin: 15px;
}


.tour_icon{	
	color: #e7e0da;
	font-size: 50px;
	width: 100px;
	height: 75px;
	float: left;
	background: #110e0e;
	padding-top: 25px;
	text-align: center;
}


.tour_headline{
	float: left;
    width: 500px;
    font-family: Calibri;
    font-size: 25px;
    letter-spacing: -1px;
    margin-left: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}


.break{	
	width: 80%;
	border-bottom: solid 1.5px #afafaf;
	margin-top: 15px;
	margin-bottom: 10px;
}

.tour_message{ 
	margin: 20px;
	font-family: Calibri;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

.tour_content_headlines{
	display: inline-block;
	color: #e7e0da;
	background: #110e0e;
	border: solid 1px #afafaf;
	margin-right: 2.5px;
	padding: 2.5px;
	text-transform: uppercase;
	font-family: Calibri;
	font-size: 11px;
	letter-spacing: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.tour_neighbourhoods_box{
	background-color: #e7e0da;
	border: solid 1px #afafaf;
}


.tour_neighbourhoods_img{
	background-color: #d0cac3;
	border: solid 1px #afafaf;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tour_neighbourhoods_descr{
background-color: #d0cac3;
border: solid 1px #afafaf;
}

.tour_neighbourhoods_title{
	text-align: center;	
	color: #e7e0da;
	background: #110e0e;
}