#title {
	position:            absolute;
	top:                 32px;
	left:                32px;
	margin:              0px;
	width:               730px;
	height:              80px;
	/* border:              1px solid red; /**/
	padding:             0px;
}

#title * {
	vertical-align:      middle;
}

#motif {
	position:            absolute;
	top:                 140px;
	right:               32px;
	margin:              0px;
	width:               130px;
	height:              480px;
	border:              0px;
	/* border:              1px solid red; /**/
	overflow:            hidden;
	text-align:          center;
	vertical-align:      bottom;
}

#motif * {
}

#motif img {
	position:            static;
	background-color:    #f6f6f2;
	border:              1px solid #a29a78;
	padding:             1px;
}

#motif h3 {
	font-size:           smaller;
	margin:              0px;
	margin-top:          10px;
	margin-bottom:       2px;
}

#blurb {
	position:            absolute;
	top:                 130px;
	left:                30px;
	margin:              0px;
	width:               590px;
	height:              480px;
	border:              0px;
	/* border:              1px solid red; /**/
	overflow:            auto;
	text-align:          left;
}

#choices {
	display:             none;
}



