body{
	background: #fff url(../images/bgd_tour.jpg) bottom right no-repeat fixed;
}

#content{
	height: auto;
	width: 575px;
	text-align: right;
	margin: 30px 0 0 70px;
	padding: 0 0 400px 0;
}

h1, h2, h3{
	background: #999999;
	color: #ffffff;
	margin: 10px 0 0 0;
}

h2{
	background: #cd171e;
	font-size: 18px;
	padding: 5px 10px 5px 5px;
	border-right: none;
	/*background: #fff;
	color: #333;*/
	}
	
h3{
	padding: 3px}
	
p{
	background:#fff;
	color: #333333;
	text-align: right;
}

strong{
	color:#000;
	font-weight: bold;
	}
	
a{
color: #fff;
background: #333333;
text-decoration: none;
font-weight: bold;
padding: 3px;
}

a:hover{
color: #333333;
background: #FFFFFF;
	padding: 3px;
}

.navigation a, .navigation a:hover{
	padding: 0;
	background: #fff;
}