*{
	margin: 0;
	padding: 0;
}

body{
	margin: 20px 0 0 80px;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #f00;
	background: #FAFAE6;
	line-height: 1.35em;
}

img{
	border: 0;
}



h1{
	font-family: "Times new Roman", Times, Georgia, serif;
	font-size: 15px;
	margin: 1em 0 0 0;
	font-weight: normal;
}


	
h1 a{
	text-decoration: none;
	color: #B91419;
	}

h1 a:hover{
	text-decoration: none;
	color: #C8C8A0;
	}


h2{
	font-size: 10px;
	margin: 0;
	font-weight: bold;

}

h4{
	font-size: 10px;
	margin: 0;
	font-weight: bold;

}


h1 span{
	font-size: 10px;
	margin: 0;
	font-weight: bold;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h3{
	font-size: 10px;
	margin: 0 0 15px 0;
	font-weight: normal;
}


#right h1{
	margin: 1em 0 0 0;
	}


#right h2{
	font-size: 10px;
	margin: 0 0 1em 0;
	font-weight: bold;
	
	}

#right h3{
	font-size: 10px;
	margin: 0 0 1em 0;
	font-weight: bold;
	
	}
	
	
	
p{
	margin: 0 0 1em 0;
}

p a, h3 a, h2 a{
	text-decoration: none;
	color: #B91419;
}

p a:hover, h3 a:hover, h2 a:hover{
	color: #C8C8A0;
}

p a.selected, h3 a.selected, h2 a.selected {
	text-decoration: line-through !important;
	color: #B91919;
}

.selected{
	text-decoration: line-through !important;
	color: #B91919;
}
.times{
	font-family: "Times new Roman", Times, Georgia, serif;
	font-size: 15px;	
	font-weight: normal;
	margin: 1em 0 0.8em 0;
}


p.darkred{
	font-weight: bold;
}

p.darkredNormal{
	font-weight: normal;
}

p.credits{
	margin-top: 100px;
	text-align: right;
	font-family: Georgia, "Times new Roman", Times, Georgia, serif;
	font-size: 11px;
	width: 580px;
}

/****************************************************************/

#partners{
	background: white;
}

.imagesPartners{
	padding: 5px;
	background: white;
	vertical-align: top;
}

/*********************************************** contour ********/
#contour{
	position: absolute;
	top: 60;
	left: 80;
}
/****************************************************** navigation */
#nav{
	list-style-type: none;
	margin: 10px 0 0 40px;
}

#nav li{
	float: left;
	display: inline;

}

#nav li span{
	display: none;

}

/***************************** home */

#home a{
	position: relative;
	top: -34px;
	left: -43px;
	background: url("../images/nav_home.gif") no-repeat top left;
	display: block;
	width: 63px;
	height: 24px;
}

#home a:hover{
	background: url("../images/nav_home_o.gif") no-repeat top left;
}

#home a.selected{
	background: url("../images/nav_home_s.gif") no-repeat top left;
}

/***************************** about */

#about a{
	position: relative;
	top: -51px;
	left: -42px;
	background: url("../images/nav_about.gif") no-repeat top left;
	display: block;
	width: 65px;
	height: 30px;
}

#about a:hover{
	background: url("../images/nav_about_o.gif") no-repeat top left;
}

#about a.selected{
	background: url("../images/nav_about_s.gif") no-repeat top left;
}

/***************************** preselection */

#preselection a{
	position: relative;
	top: -67px;
	left: -42px;
	background: url("../images/nav_preselection.gif") no-repeat top left;
	display: block;
	width: 87px;
	height: 38px;
}

#preselection a:hover{
	background: url("../images/nav_preselection_o.gif") no-repeat top left;
}

#preselection a.selected{
	background: url("../images/nav_preselection_s.gif") no-repeat top left;
}

/***************************** exhibition */

#exhibition a{
	position: relative;
	top: -87px;
	left: -40px;
	background: url("../images/nav_exhibition.gif") no-repeat top left;
	display: block;
	width: 105px;
	height: 33px;
}

#exhibition a:hover{
	background: url("../images/nav_exhibition_o.gif") no-repeat top left;
}

#exhibition a.selected{
	background: url("../images/nav_exhibition_s.gif") no-repeat top left;
}

/***************************** contact */

#contact a{
	position: relative;
	top: -111px;
	left: -39px;
	background: url("../images/nav_contact.gif") no-repeat top left;
	display: block;
	width: 91px;
	height: 35px;
}

#contact a:hover{
	background: url("../images/nav_contact_o.gif") no-repeat top left;
}

#contact a.selected{
	background: url("../images/nav_contact_s.gif") no-repeat top left;
}

/*********************************************************/


#container{

}


#top{
	height: 180px;

}

#content{

}

#left{
	width: 240px;
	float: left;
	text-align: right;
}


#right{
	width: 320px;
	float: left;
	padding-left: 30px;
}


.preselectionImg{
	padding: 0 0 1em 0;
	}

.selected{
	color: #B91919; /*light dark red*/
	color: #4B1919; /*dark dark red*/
}

#footer{
	clear: both;
}

.clear{
	clear: both;
}

.caption{
	padding: 0.3em 0 1em 0;
	}
