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

#motif {
	position:            absolute;
	top:                 132px;
	right:               32px;
	margin:              0px;
	width:               260px;
	height:              300px;
	/* border:              1px solid red; */
	overflow:            auto;
	text-align:          center;
}

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

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

#choices {
	position:            absolute;
	top:                 450px;
	left:                32px;
	width:               730px;
	height:              160px;
	border:              1px solid #6cb9db;
	background-color:    #f6f6f2;
	overflow:            auto;
}

div#leftArrow, div#rightArrow {
	position:           absolute;
	left:               32px;
	top:                520px;
	width:              20px;
	height:             20px;
	/* border:             1px solid red; */
}

div#rightArrow {
	left:               742px;
}


#choices, #choices_content {
/*	white-space:         nowrap; /**/
	text-align:          center; /**/
}


/* Items within a list of choices */

table.choice {
	position:            static;
	/* display:             inline; */
	float:               left;
	width:               126px;
	height:              140px;
	margin:              4px;
	overflow:            hidden;
}

table.choice img {
	width:               120px;
	height:              120px;
	padding:             1px;
	border:              1px solid #a29a78;
	background-color:    #f6f6f2;
}

table.choice th {
	font-weight:         normal;
}

