body {
    background-color: #006600;
}

header {
	background-color: #006600;
    border-bottom-style: ridge;
}

section {
	background-color: #00B000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.white {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 0.875em;
	font-weight: bold; 
	font-style: normal;
	text-align: center;
	color: white;
}

div.instructions {
	position:relative;
	width: 600px;
	height: 198px;
}

div.instructions_phone {
	position:relative;
	width: 300px;
	height: 185px;
}

div.image_box {
	position: absolute;
    top: 30px;
    right: 162px;
    width: 270px;
    height: 178px;
}

div.image_box_phone {
	position: absolute;
	top: 30px;
	width: 135px;
	right: 81px;
	height: 155px;
}

div.description {
	position: relative;
	width: 500px;
}

div.description_phone {
	position: relative;
	width: 250px;
}

p.headline {
	text-align: center;
	font-size: 18px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: white;
    letter-spacing: 1.25px;
}

p.normal {
	color: white;
	font-size: 16px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-align: left;
    text-indent: 25px;
}

p.normal_phone {
	color: white;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-align: left;
	text-indent: 5px;
	font-size: 11px;	
}

