html,body{
  	height: 100%;
  	margin: 0;
  	padding: 0;
	background-color: rgb(234,243,252);
}

#container {
	height:100%;
	width: 969px;
	margin-left: auto ;
	margin-right: auto ;
}

#main {
	background-color:white;
	width:640px;
	height:100%;
	font-family: Verdana, arial, helvetica;
	font-size: 12pt;
	float:left;
}

#left {
	width:140px;
	height:100%;
	margin-left: auto ;
	margin-right: auto ;
	float:left;
	background-image: url("apples_left.jpg");
	border: black solid;
	border-width: 0 2px 0 2px;	
}

#right {
	width:180px;
	height:100%;
	margin-left: auto ;
	margin-right: auto ;
	float:right;
	background-image: url("apples_right.jpg");
	border: black solid;
	border-width: 0 2px 0 2px;
}

#head {
	font-family: Georgia, Times new roman, times;
	font-size: 24pt;
	font-style: italic;
	color:  rgb(119,160,1);
	margin-left: 10px;
}

#instr {
	font-size: 10pt;
}

#text {
	width:610px;
	margin-left: 15px ;
	margin-top: 15px ;
	margin-bottom: 15px ;
}

#small {
	width:610px;
	margin: 0 auto;
	font-family: Verdana, arial, helvetica;
	font-size: 8pt;
	font-style: italic;
}

a {
	color:  black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#thinredr {
	color: rgb(253,88,95);
	background-color: rgb(253,88,95);
	height: 1px;
	border: 0 none;
	width: 85%;
	text-align: right;
	margin-right:0;
	position: relative; 
	top: 4px;
}

#thinredl {
	color: rgb(253,88,95);
	background-color: rgb(253,88,95);
	height: 1px;
	border: 0 none;
	width: 90%;
	text-align: left;
	margin-left:0;
	position: relative; 
	top: 4px;
}

#thickredr {
	color: rgb(253,88,95);
	background-color: rgb(253,88,95);
	height: 3px;
	border: 0 none;
	width: 95%;
	text-align: right;
	margin-right:0;
}

#thickredl {
	color: rgb(253,88,95);
	background-color: rgb(253,88,95);
	height: 3px;
	border: 0 none;
	width: 80%;
	text-align: left;
	margin-left:0;
}

ul{
list-style-image: url("square_green.gif");
}

ul.white{
list-style-image: url("square_white.gif");
}