div {
	position: relative;
	font-size: 10pt;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4",sans-serif;
	color: black;
}

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: 0px -50px;
	background-color: rgb(255,255,255);
}

img {
	border: 0px;
}

span.red {
	color:rgb(255,0,0);
}

div#main {
	width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#header{
	position: relative;
	width: 900px;
}

div#title {
	width: 1000px;
	margin-top: 20px;
	text-align: right;
}

div#main-photo {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 20px;
	float:left;
}

div#text {
	width: 350px;
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 20px;
	float:left;
}

div#info {
	position: relative;
	width: 300px;
	top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 20px;
	float:left;
}

span.title {
	color: red;
	font-size: 12pt;
}

div#next_exhibition_img {
	width: 220px;
	height: 300px;
	float: left;
}

div#next_exhibition_text {
	width: 220px;
	height: 300px;
	color: white;
	margin-left: 10px;
	float: left;
}

div#footer {
	width: 1000px;
	text-align: right;
	vertical-align: bottom:
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

