/*
Elements --------------------------------------- */

/*
IDs --------------------------------------- */
#head{
	margin:0 0 0 14px;
	height:430px;
	position:relative;
}
#head *{
	position:absolute;
}
#head #logo{
	top:50px;
}
#head #slogan{
	position:absolute;
	bottom:0;
	right:0;
}
#gallery{
	width:100%;
	text-align:center;
	background-image:url(/imgs/gallery-bg.png);
	background-repeat:repeat-x;
}
#events + img,
#word{
	float:left;
}
#events{
	width:340px;
	float:left;
}
#events h2{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
#events + img{
	margin-left:20px;
}
#presentation{
	text-align:center;
}
#presentation div{
	background-color:#000;
	padding:10px;
	width:500px;
	text-align:right;
	margin:0 auto;
}
#presentation a{
	color:#fff;
	font-weight:700;
	margin-bottom:5px;
	display:block;
}
#presentation p{
	color:#fff;
	font-weight:700;
	margin:0;
	margin-top:5px;
	padding:0;
	text-align:center;
}
#info{
	width:600px;
	margin-top:40px;
	margin-left:40px;
	float:left;
}
#contacts{
	float:right;
	width:400px;
	height:300px;
}
#contacts ul{
	list-style-type:square;
	margin:20px;
}
#contacts li{
	margin:10px 0;
}
#contacts > img{
	float:right;
}

/*
Classes --------------------------------------- */
.advise{
	padding:10px;
	border:3px solid #fff;
	background-color:#000;
	text-align:center;
	font-weight:700;

}
.advise span{
	color:red;
}