@charset "utf-8";
/* CSS Document */
body {
	color: #7B502E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #7B502E;
}

.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background-image: url(images/index_03.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightcolumn {
	padding-left: 10px;
}

#padding {
	padding-left: 10px;
	width: 500px;
}



#paddingMain {
background-image:url(images/index_03.png);
background-position:top;
background-repeat:repeat-y;
padding-left:5px;
padding-bottom:5px;
padding-right:12px;
padding-top:5px;
}
#content {
padding:5px;

}
#bottomRight {
	padding-top:3px;
	padding-left:10px;
	float:right;
	right:0;
	bottom:10px;
	background-color:#7B502E;
	width: 225px;
}
#bottomLeft {
	padding-top:5px;
	padding-left:10px;
	bottom:10px;
	background-color:#7B502E;
	width: 225px;
	padding-bottom: 5px;
}
h1 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}

ul{line-height:14px;
}
#navigation {
}
#navigation ul {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: right;
	list-style-type: none;
}
#navigation ul li a {
	background-color: #E3DBCE;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CABAA3;
	border-bottom-color: #CABAA3;
	border-left-color: #CABAA3;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: #CABAA3;
}
#navi {
	background-color: #F5F2EF;
	padding-left: 5px;
	font-weight: bold;
}
#navi ul {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	width: 110px;
}
#navi ul li {
	list-style-type: none;
}
#navi ul li a {
	background-color: #E3DBCE;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
#navi ul li a:hover {
	background-color: #CABAA3;
	text-decoration: underline;
}
#navi a.active {
	background-color: #CABAA3;
}



.style5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
}
.style7 {
	color: #006699;
	font-weight: bold;
}
.small {
	font-size: 10px;
}

.floatleft {
	float: left;
	padding-right: 10px;
}
.floatright {
	float: right;
	padding-left: 10px;
}
#form {
	padding-left: 12px;
	padding-right: 15px;
}
#big {
	font-size: 16px;
	font-weight: bold;
}
#space {
	padding-left: 10px;
	vertical-align: middle;
}
