@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}
body {
	font-family: "Lucida Grande",sans-serif;
    font-size: 12px;
	color: #220103;
}
div#container {
    width: 820px;
	margin: auto;
	background-color: #CFA881;
}
div#header{
	width: 820px;
	height: 430px;
	background-color: #220103;
	background-image: url(img/pantour2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#header2{
	width: 820px;
	height: 430px;
	background-color: #220103;
	background-image: url(img/pantour1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#left {
    width: 230px;
    float: left;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
}
div#left ul{
	list-style: none;
	font-size: 11px;
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}
div#left li{
}
div#left h3{
	padding-bottom: 15px;
}
div#right{
    width: 450px;
	float: right;
	padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    line-height: 22px;
}
div#right div.section{
	padding-top: 20px;
	padding-left: 10px;
}
div#right div.section h1{
}
div#right div.section h2{
    font-size: 12px;
	font-weight: bold;
}
div#right div.section h4{
    font-size: 12px;
	font-weight: bold;
}
div#right div.section h5{
	width: 430px;
	height: 20px;
	background-color: #FAF1DA;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}
div#footer{
    font-size:10px;
	padding: 10px;
    text-align: center;
    clear:both;
	background-color: #fff;
}
img{
border: none;
}
.info{
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.info2{
	padding-left: 5px;
}
h1,h2,h3,h4{
    padding-top: 20px;
    padding-bottom: 5px;
}
