/* CSS Document */

html, body {
	margin: 0; padding: 0;
	background: #f5d892;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	height: 100%;
}

#main {
	width: 900px; margin:auto;
	background: url(images/layout_06.jpg) repeat-y #f5d892;
	min-height: 100%;
}

#head {
	background: url(images/layout_01.jpg) no-repeat;
	height: 100px;
}

#navi {
	display: block;
	float: left;
	background: url(images/layout_02.jpg) no-repeat;
	height: 642px;
	width: 185px;
}

#navi a {
	text-decoration: none;
	color: #ffd0a0;
	font-size: 18px;
	display: block;
	text-align: right;
	padding: 3px 15px 3px 0px;
}

#content {
	background: url(images/layout_03.jpg) no-repeat;
	margin-left: 185px;
	padding: 20px 40px 10px 30px;
}

#content h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 0; padding: 0;
	color: #6e0f09;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 17px;
	margin: 0; padding: 0;
}

#bottom {
	clear:both;
}

.img-left {
	border: #6e0f09 1px solid;
	margin-right: 10px;
}

.img-right {
	border: #6e0f09 1px solid;
	margin-left: 10px;
}



#content a {
	color: #6e0f09;
}


.box {
	width: 180px;
	background: url(images/box_01.jpg) no-repeat;
	margin-bottom: 15px;
}

.boxHead {
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #6e0f09;
}

.boxContent {
	padding: 10px 10px 10px 10px;
	border: 2px solid #dab354;
	font-size: 13px;
	display:block;
}

.small {
	font-size: 11px;
}

.gb2 {font-size: 10px;padding-bottom: 10px;display:block;border-bottom: 1px solid #D0CFB0;margin-bottom:10px; }
.gb4 {font-weight: bold; font-size: 14px;}
.gb5 {font-weight: bold; font-size: 12px; float: left; padding-top: 3px; width: 100%; height: 20px }
.gb3 {color: #000000; height: 1px }

.dirPrev       { font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center; vertical-align: top; margin: 2px; padding: 5px;  width: 125px;display:block;}
.dirPic   { font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px; padding: 5px; width: 530px }

.dirPage    { font-size: 12px; margin: 5px; padding: 5px; width: 100%; height: 20px }
.dirEdit1 { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffe5d9; margin: 5px; padding: 5px; border: dashed 1px #ff001c; width: 530px; height: 20px }
.dirEdit { font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffe5d9; margin: 5px; padding: 5px; border: dashed 1px #ff001c; width: 530px; height: 20px }
.dirEdit2 { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffe5d9; margin: 5px 5px 0px; padding: 5px; border: dashed 1px #ff001c; width: 125px; height: 20px }
.dirHead  { font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px; padding: 5px; width: 530px; height: 25px; display: none }


#navi2 {
	width:185px;
	float:right;
	margin-right: 20px;
}

#navi2 A {
	display: block;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

#navi2 strong {
	display: block;
	font-size: 16px;
	border-bottom: 1px dotted #d0b892;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}



#navi2 A:hover {
	background: #e88302;
	color: #ffffff;
}


#left {
	margin-right: 240px;
}

#impr {
	padding-left: 10px;
}

#impr A {
	display:block;
	margin-top: 3px;
	padding: 0px 5px 0 5px;
	text-decoration: none;
	color: #ffd0a0;
	font-size: 12px;
	float:left;
	border-right: 1px #ffd0a0 solid;
}

.Stil1 {color: #F5D892}

