* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	}
body {
	background-color: #EEE;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	font-style: normal;
	padding: 20px;
	}
header, footer, nav, article, section, aside {
	display: block;
	}
article {
	width: 900px;
	margin: 0px auto;
	}
.demo  {
	float: left;
	margin: 10px;
	padding: 10px;
	background-color: #FEA;
	border: 1px solid #888;
	border-radius: 10px;
	}	
p {
	font-size: 1em;
	margin: 3px 0px 12px 0px;
	}

h1 {
	margin: 6pt 0pt 10pt 0pt;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #008;
	}

.imgdoor {
	position: absolute;
	top: 30px;
	left: 0px;
	}
.imgprize {
	position: absolute;
	top: 46px;
	left: 36px;
	width: 60px;
	height: 130px;
	}
.doornum {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border: solid 2px #000;
	border-radius: 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	}
#art_all {
	position: relative;
	float: left;
	width: 720px;
	height: 360px;
	padding: 10px;
	background-color: #EEE;
	border: solid 2px #AAA;
	background-image:url('test-images/doorwall.jpg');
	margin: 10px 0px 10px 0px;
	}
.art_door {
	position: absolute;
	margin: 10px 10px;
	top: 60px;
	width: 112px;
	height: 162px;
	cursor: pointer;
	}
#door1 {
	left: 40px;
	}
#door2 {
	left: 180px;
	}
#door3 {
	left: 320px;
	}
#door_story, #art_all h3 {
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	color: #008;
	}
#door_story {
	height: 60px;
	font-size: 1.3em;
	}
#art_all h3 {
	font-size: 1.1em;
	}
#art_res_box, #art_sim_box {
	position: absolute;
	left: 500px;
	top: 75px;
	width: 170px;
	padding: 10px;
	background-color: #EEE;
	border: solid 2px #AAA;
	}
#art_res_box {
	top: 75px;
	}
#art_sim_box {
	top: 230px;
	}

#art_results p{
	margin: 10px 0px 10px 20px;
	font-size: 1.02em;
	font-weight: bold;
	}
#strat_cont {
	float: left;
	clear: both;
	margin: 10px;
	border: solid 2px #AAA;
	cursor: pointer;
	}
.strat_box {
	float: left;
	padding: 5px;
	font-weight: bold;
	}
#art_all button {
	float: left;
	clear: both;
	margin-left: 10px;
	}