/* CSS Document */

body {
	background: #BFC0B7 url('images/fate_bg.jpg') repeat;
	margin: 0;
	color:#2E2217;
	font-family: arial, helvetica, sans-serif;
}

#header {
	background: #7E5D42 url('images/fate_03.jpg') repeat-x;
	margin: 0; padding: 0;
	width: 100%;
	height: 288px;
	}
#content {
	background: url('images/fate_06.jpg') no-repeat;
	position:absolute; top:288px; left:0px;
	width:585px; height:auto; min-height:155px;
	margin: 0px 10px 20px 0px;
	}
#navi {
	position:absolute; top:207px; left:385px;
	width:100px; height:220px;
	}

/* HEADER */
#img1 {
	background-image: url('images/fate_01.jpg');
	position: absolute;
	top: 0px; left: 0px; width:585px; height:118px;
	}
#img2 {
	background-image: url('images/fate_04.jpg');
	position: absolute;
	top: 118px; left: 0px; width:585px; height:101px;
	}
#img3 {
	background-image: url('images/fate_05.jpg');
	position: absolute;
	top: 219px; left: 0px; width:585px; height:69px;
	}
#img4 {
	background-image: url('images/fate_02.jpg');
	position: absolute;
	top: 0px; left: 585px; width:180px; height:288px;
	}

/* NAVIGATION */
#navi ul {
	color:#4D5243;
	text-shadow: 1px 2px 1px #463F25;
	margin: 0; padding:0;
	}
#navi li {
	display: block; }
#navi a {
	color: #E2DAE7;
	background-color:transparent;
	font-family: arial, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding: 2px 13px;
}
#navi a:hover {
	color:#D4E1B1;
	background-color:transparent;
	border-left: 8px solid #B9B796;
	padding: 2px 5px; }

/* CONTENT */
p {
	font-size: 13px;
	line-height:22px;
	margin: 10px 20px;
	text-indent:30px;
	text-align:justify;
}
.center {
	text-align:center;
	text-indent:0px;
	}
.noindent {
	text-indent:0px;
}
	.start {
		color:#856E4F;
		font-family: verdana, geneva, sans-serif;
		text-transform:uppercase;
	}
h1 {
	margin: 0px 0 0 126px;
	color:#4D5243;
	font-family: 'century gothic';
	font-size:28px;
	font-weight: 400;
	text-transform: uppercase; 
	}
h2 {
	margin: 0px 0 0 25px;
	color:#94794A;
	font-family: 'times new roman', serif;
	font-size:22px;
	font-weight: 400;
	text-transform: lowercase;
	font-style: oblique;
}

h3 {
	font-family: 'times new roman', times, serif;
	font-size:12px;
	font-weight: 400;
	color: #6F4B48;
	margin: -2px 0 14px 75px;
}

strong, b {
	color:#71304F;
	}
em {
	color:#983C36;
	font-family: georgia, times, serif;
	}
ins	{
	color:#6C3822;
	text-decoration:none;
	border-bottom: 1px solid #636B35;
	padding:0px 1px;
	font-size:11px;
	text-transform:uppercase
	}
a {
	color:#496032;
	background-color:#CDCFC4;
	padding: 0px 3px;
	text-decoration: none; }
a:hover {
	color:#A46231;
	background-color:#D6D9CB;
}
blockquote, ul, ol {
	color:#636447;
	font-family: 'courier new', courier, monospace;
	font-size:12px;
	line-height:18px;
}

/* FOOTER */
#footer {
	font-size:11px;
	color:#7A5D33;
	margin: 15px 40px;
	opacity: 0.7; -moz-opacity:0.7;
	filter:alpha(opacity=70);
}
#footer a {
	font-size:10px;
	text-transform: uppercase;
}