@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Comic Sans MS", "Chalkboard", Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FC0;
	color: #036;
	background-image: url(../../../assets/images/background.gif);
	font-size: 100%;
}

#page {
	width: 800px;
	margin: 20px auto;
	padding: 0;
	background-color: #FFF;
}

#header {
	width: 800px;
	height: 120px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#header h1, #header h2 {
	display: none;
}

#content {
	padding: 15px;
}

ul#problemlist {
	
}

ul#problemlist li {
	list-style: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	font-size: 85%;
	padding-top: 3px;
	padding-left: 40px;
	height: 30px;
}

h3.heading_computer {
	margin: 0;
	background-image: url(../images/icon_computer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_time {
	margin: 0;
	background-image: url(../images/icon_time.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_screen {
	margin: 0;
	background-image: url(../images/icon_screen.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_activities {
	margin: 0;
	background-image: url(../images/icon_activities.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_media {
	margin: 0;
	background-image: url(../images/icon_media.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_sound {
	margin: 0;
	background-image: url(../images/icon_sound.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_documents {
	margin: 0;
	background-image: url(../images/icon_documents.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_printer {
	margin: 0;
	background-image: url(../images/icon_printer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_mobile {
	margin: 0;
	background-image: url(../images/icon_mobile.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

h3.heading_other {
	margin: 0;
	background-image: url(../images/icon_other.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-indent: 70px;
}

#content img {
	margin: 5px 160px;
	width: 400px;
	text-align: center;
	border: 1px solid #999;
}

.answer {
	width: 700px;
	margin: 10px auto 40px auto;
	padding: 5px;
	border-bottom: 1px solid #F90;
	font-size: 80%;
}

.answer h3 {
	margin: 5px;
	padding: 0;
}

.answer p {
	margin: 5px;
	padding: 0;
}

input {
	margin: 20px auto;
	display: block;
	font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}