@charset "UTF-8";
/* CSS Document */
/*
============================================================================
GENERAL
============================================================================
*/
body {
	margin: 0px auto;                                                                     
	padding: 0;
	height: 100%;
	width: 100%;
	border: none;
	font: 85%/150% Arial, Helvetica, sans-serif;
	overflow: hidden;
}

html {
	height: 100%;
	width: 100%;
}

p {
	margin: 0px 0px 40px 0px;                                                                     
	padding: 0;
}

h1 {
	font: bold 300% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #00ccff;
}

h2 {
	height: 30px;
	font: bold 150% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 30px;
}

h3 {
	font: bold 100% Arial, Helvetica, sans-serif;
	margin: 0px;
}

h4 {
	font: bold 100% Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}


/*
============================================================================
IE6
============================================================================
*/
#ie6 {
	display: none;
}


/*
============================================================================
NO JAVA
============================================================================
*/
#no_java {
	position: absolute;
	background:  url("images/no_java/paper.jpg") no-repeat;
	z-index: 500;
	height: 370px;
	width: 480px;
	padding: 40px 60px 40px 60px;
	font: 150% Arial, Helvetica, sans-serif;
}

#no_java h1 {
	font: bold 200% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #00ccff;
}

#no_java .is_free {
	display: inline-block;
	width: 106px;
	height: 30px;
	margin: 0px 0px -3px 10px;
	background: url("images/no_java/is_free.gif") no-repeat;
}

#no_java p {
	margin: 0px 0px 20px 0px;
}

#no_java .bold {
	font: bold 100% Arial, Helvetica, sans-serif;
}

#no_java .blue {
	background: url("images/no_java/blue.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#no_java .red {
	background: url("images/no_java/red.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#no_java .back {
	position: absolute;
	bottom: 40px;
	left: 60px;
	width: 48px;
	height: 20px;
	background: url("images/no_java/back.gif") no-repeat;
}

#no_java .design {
	position: absolute;
	background: url("images/no_java/design.gif") left bottom no-repeat;
	left: 60px;
	top: 450px;
	height: 20px;
	width: 200px;
}

#blank {
	position: absolute;
	background: #ffffff;
	top: 0px;
	left: 0px;
	z-index: 499;
	width: 10560px;
	height: 100%;
}


/*
============================================================================
PAGE
============================================================================
*/
#content {
	height: 500px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}

.ref {
	height: 40px;
	margin: -40px -7px 0px 0px;                                                                     
	padding: 0;
}

.column {
	width: 300px;
	padding: 0px 0px 0px 30px; 
	float: left; 
	text-align: left;
}


/*
============================================================================
HELP
============================================================================
*/
#help {
}

#help_fixed {
	position: fixed;
	z-index: 100;
}

#use_this_01 {
	position: absolute;
	background: url("images/help/use_this_01.png") no-repeat;
	left: 187px;
	top: 268px;
	width: 38px;
	height: 35px;
}

#use_this_02 {
	position: absolute;
	background: url("images/help/use_this_02.png") no-repeat;
	left: 208px;
	top: 337px;
	width: 53px;
	height: 35px;
}

#use_these_too {
	position: absolute;
	background: url("images/help/use_these_too.png") no-repeat;
	left: 574px;
	top: 134px;
	width: 113px;
	height: 33px;
}


/*
============================================================================
MENU
============================================================================
*/
#menu {
	position: fixed;
	background: url("images/menu/paper.png") no-repeat;
	width: 275px;
	height: 450px;
	left: 65px;
	top: 60px;
	z-index: 10;
}

#love {
	position: absolute;
	float: right;
	right: 30px;
	top: 20px;
	width: 136px;
	text-align: right;
}

#love .is_free {
	display: inline-block;
	float: right;
	width: 106px;
	height: 30px;
	margin: 0px 0px -3px 0px;
	background: url("images/menu/is_free.gif") no-repeat;
	text-align: right;
}

#love a {
	text-decoration: none;
	color: #00ccff;
}

#menu ul {
	position: absolute;
	top: 110px;
	right: 35px;
	text-align: right;
}

#menu ul a {
	text-decoration: none;
	color: #000000;
}

#menu .cyan a:hover {
	text-decoration: none;
	color: #00ccff;
}

#menu .yellow a:hover {
	text-decoration: none;
	color: #fff200;
}

#menu .green a:hover {
	text-decoration: none;
	color: #00ff00;
}

#menu .magenta a:hover {
	text-decoration: none;
	color: #ff00ff;
}

#menu .blue a:hover {
	text-decoration: none;
	color: #0000ff;
}

#menu .red a:hover {
	text-decoration: none;
	color: #ff0000;
}

#over {
	background: url("images/menu/over.gif") top left no-repeat;
	position: absolute;
	top: 300px;
	right: 35px;
	height: 30px;
	width: 44px;
}

#menu a:hover {
	background-position: left bottom;
}


#over .left {
	background: url("images/menu/left.gif") no-repeat top left;
	position: absolute;
	top: 16px;
	right: 20px;
	height: 14px;
	width: 21px;
}

#over .right {
	background: url("images/menu/right.gif") no-repeat top left;
	position: absolute;
	top: 16px;
	right: 0px;
	height: 14px;
	width: 20px;
}

.design {
	background: url("images/menu/design.gif") no-repeat bottom left;
	position: absolute;
	top: 350px;
	right: 35px;
	height: 27px;
	width: 115px;
}


/*
============================================================================
WHY
============================================================================
*/
#why {
	position: absolute;
	left: 330px;
	top: 50px;
	width: 330px;
}

#why .underline {
	background: url("images/why/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#why .love_is_free {
	display: inline-block;
	width: 112px;
	height: 30px;
	margin: 0px 0px -12px 0px;
	background: url("images/why/love_is_free.gif") no-repeat;
}

#why .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -3px -3px -6px;
	background: url("images/why/01.gif") no-repeat;
}

#why .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -3px -2px -6px;
	background: url("images/why/02.gif") no-repeat;
}

#why .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: 0px -6px -5px -3px;
	background: url("images/why/03.gif") no-repeat;
}

#why .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -5px -1px -4px;
	background: url("images/why/04.gif") no-repeat;
}

#why .five {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -5px -3px -4px;
	background: url("images/why/05.gif") no-repeat;
}

#why .six {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -7px -2px -2px;
	background: url("images/why/06.gif") no-repeat;
}

#why .jn_3_16 {
	display: inline-block;
	width: 66px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/jn_3_16.gif") no-repeat;
}

#why .rom_8_38 {
	display: inline-block;
	width: 93px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/rom_8_38.gif") no-repeat;
}

#why .eph_3_18 {
	display: inline-block;
	width: 82px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/eph_3_18.gif") no-repeat;
}

#why .fjn_4_9 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/fjn_4_9.gif") no-repeat;
}

#why .fjn_4_18 {
	display: inline-block;
	width: 75px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/fjn_4_18.gif") no-repeat;
}

#why .scor_5_18 {
	display: inline-block;
	width: 99px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/scor_5_18.gif") no-repeat;
}

#why .scor_5_20 {
	display: inline-block;
	width: 82px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/scor_5_20.gif") no-repeat;
}

#why .fjn_4_7 {
	display: inline-block;
	width: 85px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/fjn_4_7.gif") no-repeat;
}

#why .jn_13_34 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/jn_13_34.gif") no-repeat;
}

#why .mt_10_8 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/why/mt_10_8.gif") no-repeat;
}


/*
============================================================================
WHO
============================================================================
*/
#who {
	position: absolute;
	left: 660px;
	top: 50px;
	width: 330px;
}

#who .underline {
	background: url("images/who/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#who .we_are {
	display: inline-block;
	width: 81px;
	height: 30px;
	margin: -4px 0px -8px 0px;
	background: url("images/who/we_are.gif") no-repeat;
}

#who .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -3px -2px -6px;
	background: url("images/who/01.gif") no-repeat;
}

#who .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/who/02.gif") no-repeat;
}

#who .fjn_4_12 {
	display: inline-block;
	width: 73px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/fjn_4_12.gif") no-repeat;
}

#who .dan_7_27 {
	display: inline-block;
	width: 82px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/dan_7_27.gif") no-repeat;
}

#who .rom_8_11 {
	display: inline-block;
	width: 69px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/rom_8_11.gif") no-repeat;
}

#who .fcor_6_19 {
	display: inline-block;
	width: 67px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/fcor_6_19.gif") no-repeat;
}

#who .mt_10_7 {
	display: inline-block;
	width: 58px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/mt_10_7.gif") no-repeat;
}

#who .lk_10_9 {
	display: inline-block;
	width: 52px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/who/lk_10_9.gif") no-repeat;
}


/*
============================================================================
WHAT
============================================================================
*/
#what {
	position: absolute;
	left: 990px;
	top: 50px;
	width: 1320px;
}

#what .underline {
	background: url("images/what/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#what .we_do {
	display: inline-block;
	width: 71px;
	height: 30px;
	margin: -4px 0px -8px 0px;
	background: url("images/what/we_do.gif") no-repeat;
}

#what .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -3px -2px -6px;
	background: url("images/what/01.gif") no-repeat;
}

#what .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/what/02.gif") no-repeat;
}

#what .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -7px 0px -2px;
	background: url("images/what/03.gif") no-repeat;
}

#what .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -5px 0px -4px;
	background: url("images/what/04.gif") no-repeat;
}

#what .five {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -4px -1px -5px;
	background: url("images/what/05.gif") no-repeat;
}

#what .six {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -4px -1px -5px;
	background: url("images/what/06.gif") no-repeat;
}

#what .mt_14 {
	display: inline-block;
	width: 51px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/mt_14.gif") no-repeat;
}

#what .ps_145_8 {
	display: inline-block;
	width: 72px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/ps_145_8.gif") no-repeat;
}

#what .ps_145_16 {
	display: inline-block;
	width: 78px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/ps_145_16.gif") no-repeat;
}

#what .fjn_4_7 {
	display: inline-block;
	width: 96px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/fjn_4_7.gif") no-repeat;
}

#what .mt_28_19 {
	display: inline-block;
	width: 98px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/mt_28_19.gif") no-repeat;
}

#what .mt_10_7 {
	display: inline-block;
	width: 66px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/mt_10_7.gif") no-repeat;
}

#what .lk_10_9 {
	display: inline-block;
	width: 53px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/what/lk_10_9.gif") no-repeat;
}


/*
============================================================================
WHEN
============================================================================
*/
#when {
	position: absolute;
	left: 2310px;
	top: 50px;
	width: 660px;
}

#when .underline {
	background: url("images/when/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#when .q {
	display: inline-block;
	width: 16px;
	height: 30px;
	margin: -4px 0px -8px 0px;
	background: url("images/when/q.gif") no-repeat;
}

#when .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/when/01.gif") no-repeat;
}

#when .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/when/02.gif") no-repeat;
}

#when .mk_4_31 {
	display: inline-block;
	width: 90px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/when/mk_4_31.gif") no-repeat;
}

#when .lk_17_21 {
	display: inline-block;
	width: 71px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/when/lk_17_21.gif") no-repeat;
}


/*
============================================================================
WHERE
============================================================================
*/
#where {
	position: absolute;
	left: 2970px;
	top: 50px;
	width: 330px;
}

#where .underline {
	background: url("images/where/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#where .you_can_reach_us {
	display: inline-block;
	width: 203px;
	height: 30px;
	margin: -4px 0px -8px 0px;
	background: url("images/where/you_can_reach_us.gif") no-repeat;
}


/*
============================================================================
HOW
============================================================================
*/
#how {
	position: absolute;
	left: 3300px;
	top: 50px;
	width: 660px;
}

#how .underline {
	background: url("images/how/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#how .you_can_help {
	display: inline-block;
	width: 148px;
	height: 30px;
	margin: -4px 0px -8px 0px;
	background: url("images/how/you_can_help.gif") no-repeat;
}

#how form.paypal {
	display: inline-block;
	background: url("images/how/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

#how .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/how/01.gif") no-repeat;
}

#how .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -2px -2px -7px;
	background: url("images/how/02.gif") no-repeat;
}

#how .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -8px -1px -1px;
	background: url("images/how/03.gif") no-repeat;
}

#how .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/how/04.gif") no-repeat;
}

#how .jas_5_16 {
	display: inline-block;
	width: 67px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/how/jas_5_16.gif") no-repeat;
}

#how .ps_127_1 {
	display: inline-block;
	width: 62px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/how/ps_127_1.gif") no-repeat;
}

#how .lk_11_13 {
	display: inline-block;
	width: 67px;
	height: 20px;
	margin: 0px 0px -6px 0px;
	background: url("images/how/lk_11_13.gif") no-repeat;
}

#how .rom_8_28 {
	display: inline-block;
	width: 75px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/how/rom_8_28.gif") no-repeat;
}

#how .jas_1_17 {
	display: inline-block;
	width: 63px;
	height: 20px;
	margin: 0px 0px -4px 0px;
	background: url("images/how/jas_1_17.gif") no-repeat;
}

#how .phil_2_13 {
	display: inline-block;
	width: 81px;
	height: 20px;
	margin: -2px 0px -2px 0px;
	background: url("images/how/phil_2_13.gif") no-repeat;
}


/*
============================================================================
APPENDIX
============================================================================
*/
#appendix_content {
	position: absolute;
	left: 4290px;
	width: auto;
	height: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#appendix_content h3 {
	height: 25px;
	font: bold 100% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 30px;
}

#appendix_content .underline {
	background: url("images/appendix/appendix/underline.gif") left bottom no-repeat;
	padding: 0px 2px 4px 3px;
	margin: 0px -2px 0px -3px;
	text-decoration: none;
	color: #000000;
}

.ref .back_why_01 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_why_01.gif") no-repeat;
}

.ref .back_why_02 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_why_02.gif") no-repeat;
}

.ref .back_why_03 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_why_03.gif") no-repeat;
}

.ref .back_who_01 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_who_01.gif") no-repeat;
}

.ref .back_what_01 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_what_01.gif") no-repeat;
}

.ref .back_what_02 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_what_02.gif") no-repeat;
}

.ref .back_what_03 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_what_03.gif") no-repeat;
}

.ref .back_what_04 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_what_04.gif") no-repeat;
}

.ref .back_when_01 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_when_01.gif") no-repeat;
}

.ref .back_when_02 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_when_02.gif") no-repeat;
}

.ref .back_when_03 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_when_03.gif") no-repeat;
}

.ref .back_when_04 {
	display: inline-block;
	width: 135px;
	height: 20px;
	margin: 0px 165px -3px 0px;
	background: url("images/appendix/appendix/back_when_04.gif") no-repeat;
}

#appendix {
	background: url("images/appendix/appendix/appendix.gif") top right no-repeat;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 330px;
	height: 300px;
}


/*
============================================================================
GARDEN
============================================================================
*/
#garden {
	position: absolute;
	left: 330px;
	top: 5px;
	width: 330px;
}

#garden .a1 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -31px -6px 1px;
	background: url("images/appendix/garden/a1.gif") no-repeat;
}

#garden .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/appendix/garden/01.gif") no-repeat;
}

#garden .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -2px -2px -7px;
	background: url("images/appendix/garden/02.gif") no-repeat;
}

#garden .jn_20 {
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: 0px 0px -3px 0px;
	background: url("images/appendix/garden/jn_20.gif") no-repeat;
}

#garden .fcor_15_45 {
	display: inline-block;
	width: 92px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/garden/fcor_15_45.gif") no-repeat;
}

#garden .rom_5_17 {
	display: inline-block;
	width: 66px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/garden/rom_5_17.gif") no-repeat;
}


/*
============================================================================
RECONCILED
============================================================================
*/
#reconciled {
	position: absolute;
	left: 660px;
	top: 5px;
	width: 330px;
}

#reconciled .a2 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -30px -6px -2px;
	background: url("images/appendix/reconciled/a2.gif") no-repeat;
}

#reconciled .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/appendix/reconciled/01.gif") no-repeat;
}

#reconciled .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/reconciled/02.gif") no-repeat;
}

#reconciled .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/reconciled/03.gif") no-repeat;
}

#reconciled .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/reconciled/04.gif") no-repeat;
}

#reconciled .five {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/reconciled/05.gif") no-repeat;
}

#reconciled .scor_5_18 {
	display: inline-block;
	width: 106px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/scor_5_18.gif") no-repeat;
}

#reconciled .lk_6_37 {
	display: inline-block;
	width: 73px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/lk_6_37.gif") no-repeat;
}

#reconciled .jn_3_17 {
	display: inline-block;
	width: 69px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/jn_3_17.gif") no-repeat;
}

#reconciled .mt_5_44 {
	display: inline-block;
	width: 65px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/mt_5_44.gif") no-repeat;
}

#reconciled .mt_22_39 {
	display: inline-block;
	width: 74px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/mt_22_39.gif") no-repeat;
}

#reconciled .jn_13_34 {
	display: inline-block;
	width: 71px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/jn_13_34.gif") no-repeat;
}

#reconciled .rom_12_14 {
	display: inline-block;
	width: 94px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/rom_12_14.gif") no-repeat;
}

#reconciled .rom_2_4 {
	display: inline-block;
	width: 80px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/reconciled/rom_2_4.gif") no-repeat;
}


/*
============================================================================
CHANGE
============================================================================
*/
#change {
	position: absolute;
	left: 990px;
	top: 5px;
	width: 660px;
}

#change .a3 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -29px -6px -1px;
	background: url("images/appendix/change/a3.gif") no-repeat;
}

#change .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/appendix/change/01.gif") no-repeat;
}

#change .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -4px 0px -5px;
	background: url("images/appendix/change/02.gif") no-repeat;
}

#change .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -3px -3px -6px;
	background: url("images/appendix/change/03.gif") no-repeat;
}

#change .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/appendix/change/04.gif") no-repeat;
}

#change .jn_13_34 {
	display: inline-block;
	width: 79px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/change/jn_13_34.gif") no-repeat;
}

#change .mt_22_36 {
	display: inline-block;
	width: 113px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/change/mt_22_36.gif") no-repeat;
}

#change .heb_13_5 {
	display: inline-block;
	width: 75px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/change/heb_13_5.gif") no-repeat;
}

#change .fjn_4_9 {
	display: inline-block;
	width: 86px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/change/fjn_4_9.gif") no-repeat;
}


/*
============================================================================
CARRIER
============================================================================
*/
#carrier {
	position: absolute;
	left: 1650px;
	top: 5px;
	width: 990px;
}

#carrier .a4 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -25px -6px -5px;
	background: url("images/appendix/carrier/a4.gif") no-repeat;
}

#carrier .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -5px -2px -5px;
	background: url("images/appendix/carrier/01.gif") no-repeat;
}

#carrier .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/carrier/02.gif") no-repeat;
}

#carrier .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/carrier/03.gif") no-repeat;
}

#carrier .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -5px 0px -4px;
	background: url("images/appendix/carrier/04.gif") no-repeat;
}

#carrier .five {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -4px -2px -5px;
	background: url("images/appendix/carrier/05.gif") no-repeat;
}

#carrier .six {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -5px -2px -4px;
	background: url("images/appendix/carrier/06.gif") no-repeat;
}

#carrier .seven {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/appendix/carrier/07.gif") no-repeat;
}

#carrier .mt_10_7_01 {
	display: inline-block;
	width: 66px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/mt_10_7_01.gif") no-repeat;
}

#carrier .lk_10_9_01 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/lk_10_9_01.gif") no-repeat;
}

#carrier .dan_7 {
	display: inline-block;
	width: 53px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/dan_7.gif") no-repeat;
}

#carrier .rom_8_11 {
	display: inline-block;
	width: 71px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/rom_8_11.gif") no-repeat;
}

#carrier .fcor_6_19 {
	display: inline-block;
	width: 76px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/fcor_6_19.gif") no-repeat;
}

#carrier .mt_10_7_02 {
	display: inline-block;
	width: 73px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/mt_10_7_02.gif") no-repeat;
}

#carrier .lk_10_9_02 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/lk_10_9_02.gif") no-repeat;
}

#carrier .jn_14_12 {
	display: inline-block;
	width: 79px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/jn_14_12.gif") no-repeat;
}

#carrier .isa_60_1 {
	display: inline-block;
	width: 92px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/isa_60_1.gif") no-repeat;
}

#carrier .lk_17_21 {
	display: inline-block;
	width: 78px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/lk_17_21.gif") no-repeat;
}

#carrier .lk_12_32 {
	display: inline-block;
	width: 65px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/carrier/lk_12_32.gif") no-repeat;
}


/*
============================================================================
FREE
============================================================================
*/
#free {
	position: absolute;
	left: 2640px;
	top: 5px;
	width: 330px;
}

#free .a5 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -30px -6px 0px;
	background: url("images/appendix/free/a5.gif") no-repeat;
}


/*
============================================================================
ORDINARY
============================================================================
*/
#ordinary {
	position: absolute;
	left: 2970px;
	top: 5px;
	width: 660px;
}

#ordinary .a6 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -25px -6px -5px;
	background: url("images/appendix/ordinary/a6.gif") no-repeat;
}

#ordinary .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -5px -3px -4px;
	background: url("images/appendix/ordinary/01.gif") no-repeat;
}

#ordinary .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/appendix/ordinary/02.gif") no-repeat;
}

#ordinary .jn_12_6 {
	display: inline-block;
	width: 68px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/ordinary/jn_12_6.gif") no-repeat;
}

#ordinary .mt_16_17 {
	display: inline-block;
	width: 92px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/ordinary/mt_16_17.gif") no-repeat;
}


/*
============================================================================
NATIONS
============================================================================
*/
#nations {
	position: absolute;
	left: 3630px;
	top: 5px;
	width: 660px;
}

#nations .a7 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -29px -6px -1px;
	background: url("images/appendix/nations/a7.gif") no-repeat;
}

#nations .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -7px -3px -2px;
	background: url("images/appendix/nations/01.gif") no-repeat;
}

#nations .mt_28_19 {
	display: inline-block;
	width: 80px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/nations/mt_28_19.gif") no-repeat;
}


/*
============================================================================
APOSTLES
============================================================================
*/
#apostles {
	position: absolute;
	left: 4290px;
	top: 5px;
	width: 660px;
}

#apostles .a8 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -30px -6px 0px;
	background: url("images/appendix/apostles/a8.gif") no-repeat;
}

#apostles .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -5px -3px -4px;
	background: url("images/appendix/apostles/01.gif") no-repeat;
}

#apostles .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -3px 0px -6px;
	background: url("images/appendix/apostles/02.gif") no-repeat;
}

#apostles .lk_6_13 {
	display: inline-block;
	width: 59px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/apostles/lk_6_13.gif") no-repeat;
}

#apostles .scor_5_20 {
	display: inline-block;
	width: 84px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/apostles/scor_5_20.gif") no-repeat;
}


/*
============================================================================
MUSTARD
============================================================================
*/
#mustard {
	position: absolute;
	left: 4950px;
	top: 5px;
	width: 330px;
}

#mustard .a9 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -32px -6px 2px;
	background: url("images/appendix/mustard/a9.gif") no-repeat;
}

#mustard .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -4px -1px -5px;
	background: url("images/appendix/mustard/01.gif") no-repeat;
}

#mustard .mt_13_31 {
	display: inline-block;
	width: 111px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/mustard/mt_13_31.gif") no-repeat;
}


/*
============================================================================
AFRICA
============================================================================
*/
#africa {
	position: absolute;
	left: 5280px;
	top: 5px;
	width: 330px;
}

#africa .a10 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -32px -6px 2px;
	background: url("images/appendix/africa/a10.gif") no-repeat;
}


/*
============================================================================
JESUS
============================================================================
*/
#jesus {
	position: absolute;
	left: 5610px;
	top: 5px;
	width: 330px;
}

#jesus .a11 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -32px -6px 2px;
	background: url("images/appendix/jesus/a11.gif") no-repeat;
}

#jesus .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -2px -5px -3px -4px;
	background: url("images/appendix/jesus/01.gif") no-repeat;
}

#jesus .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -1px -1px -8px;
	background: url("images/appendix/jesus/02.gif") no-repeat;
}

#jesus .three {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -4px -3px -1px -6px;
	background: url("images/appendix/jesus/03.gif") no-repeat;
}

#jesus .four {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -5px -4px 0px -5px;
	background: url("images/appendix/jesus/04.gif") no-repeat;
}

#jesus .lk_7_36 {
	display: inline-block;
	width: 101px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/lk_7_36.gif") no-repeat;
}

#jesus .lk_15 {
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/lk_15.gif") no-repeat;
}

#jesus .lk_19_1 {
	display: inline-block;
	width: 75px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/lk_19_1.gif") no-repeat;
}

#jesus .jn_8_1 {
	display: inline-block;
	width: 74px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/jn_8_1.gif") no-repeat;
}

#jesus .lk_7_33 {
	display: inline-block;
	width: 100px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/lk_7_33.gif") no-repeat;
}

#jesus .fcor_15_33 {
	display: inline-block;
	width: 90px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/fcor_15_33.gif") no-repeat;
}

#jesus .mt_9_9 {
	display: inline-block;
	width: 89px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/jesus/mt_9_9.gif") no-repeat;
}


/*
============================================================================
CHURCH
============================================================================
*/
#church {
	position: absolute;
	left: 5940px;
	top: 5px;
	width: 330px;
}

#church .a12 {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: -9px -32px -6px 2px;
	background: url("images/appendix/church/a12.gif") no-repeat;
}

#church .one {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -6px -2px -3px;
	background: url("images/appendix/church/01.gif") no-repeat;
}

#church .two {
	display: inline-block;
	width: 9px;
	height: 20px;
	margin: -3px -5px -2px -4px;
	background: url("images/appendix/church/02.gif") no-repeat;
}

#church .acts_2_42 {
	display: inline-block;
	width: 109px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/church/acts_2_42.gif") no-repeat;
}

#church .lk_23_45 {
	display: inline-block;
	width: 86px;
	height: 20px;
	margin: 0px 0px -5px 0px;
	background: url("images/appendix/church/lk_23_45.gif") no-repeat;
}


/*
============================================================================
CREDITS
============================================================================
*/
#end {
	position: absolute;
	left: 10230px;
	top: 80px;
	width: 100%;
}

#copyright {
	position: absolute;
	padding: 0px 0px 0px 360px;
	font: 85%/150% Arial, Helvetica, sans-serif;
}


/*
============================================================================
THANKS
============================================================================
*/
#thanks {
	position: absolute;
	background:  url("images/thanks/paper.gif") no-repeat;
	height: 370px;
	width: 480px;
	padding: 40px 60px 40px 60px;
	font: bold 150% Arial, Helvetica, sans-serif;
}

#thanks h1 {
	font: bold 200% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #00ccff;
}

#thanks .is_free {
	display: inline-block;
	width: 106px;
	height: 30px;
	margin: 0px 0px -3px 10px;
	background: url("images/thanks/is_free.gif") no-repeat;
}

#thanks .back {
	position: absolute;
	bottom: 40px;
	left: 60px;
	width: 48px;
	height: 20px;
	background: url("images/thanks/back.gif") no-repeat;
}


/*
============================================================================
THANKS
============================================================================
*/
#sorry {
	position: absolute;
	background:  url("images/sorry/paper.gif") no-repeat;
	height: 370px;
	width: 480px;
	padding: 40px 60px 40px 60px;
	font: bold 150% Arial, Helvetica, sans-serif;
}

#sorry h1 {
	font: bold 200% Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #00ccff;
}

#sorry .is_free {
	display: inline-block;
	width: 106px;
	height: 30px;
	margin: 0px 0px -3px 10px;
	background: url("images/sorry/is_free.gif") no-repeat;
}

#sorry .back {
	position: absolute;
	bottom: 40px;
	left: 60px;
	width: 48px;
	height: 20px;
	background: url("images/sorry/back.gif") no-repeat;
}

#sorry .design {
	position: absolute;
	background: url("images/sorry/design.gif") left bottom no-repeat;
	left: 60px;
	top: 450px;
	height: 20px;
	width: 200px;
}

