body {
	background: #FFCDB7 url(bg.gif);
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	overflow: auto;
}



div#header {
	position: absolute;
	background: #981E16;
	top: 0;
	left: 0;
	height: 41px;
	z-index: 0;
	width:100%;
}

div#images {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	z-index: 1;
}

div#maintext {
	position: absolute;
	top: 52;
	left: 480;
	width: 310px;
	z-index: 1;
	border-bottom: 1px dashed #981E16;	
}

div#maintext2 {
	position: absolute;
	top: 67;
	left: 475;
	width: 305px;
	z-index: 1;
	border-bottom: 1px dashed #981E16;	
}

div#promise {
	position: absolute;
	top: 303;
	left: 475;
	width: 310px;
	z-index: 1;
}

div#navigation {
	position: absolute;
	top: 346;
	left: 260;
	width: 200px;
	z-index: 1;
}

div#maintext h1 {
	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 15px;
	color: #981E16;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: 1px dashed #981E16;
}

div#maintext p {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #000000;
	text-align: center;
	padding: 3px 0 0 10px;
}

div#maintext a {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

div#maintext a:hover {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 20px 0 20px;
	background: url(link.gif) right no-repeat;
}

div#maintext2 h1 {
	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 15px;
	color: #981E16;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: 1px dashed #981E16;
}

div#maintext2 p {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-align: justify;
	padding: 4px 0 0 10px;
}

div#maintext2 a {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: none;
}

div#maintext2 a:hover {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: underline;
}

div#promise p {
	font-family: arial, sans serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 4px 0 0 10;
}

div#promise a {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: none;
}

div#promise a:hover {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

div#navigation p {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 15px;
	color: #000000;
	text-align: left;
	padding: 3px 0 0 10px;
}

div#navigation a {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

div#navigation a:hover {
	color: #FFFBC3;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 20px 0 20px;
	background: url(link.gif) left no-repeat;
}

.text {
	color: #FFFBC3;
	font-style: italic;
	text-decoration: none;
	background: #981E16;
	padding: 0 5px 0 5px;
}
