@charset "utf-8";
body {
	font-family: "Myriad Pro";
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	font-weight: lighter;
}
/* CSS Document */

#container {
	width: 700px;
	overflow: hidden;
	background-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1200px;
	padding: 30px;
}
#expos {
	height: 980px;
}
#expos h3{
	color: #990000
;
	font-weight: normal;
}
#expos h4{
	color: #09609a;
	font-weight: lighter;
}
#expos li{
	font-size: 1.1em;
}
#expos p{
	font-size: 1.1em;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	position: relative;
	top: 10px;
}
