/* CSS Document */

html, body {
	margin: 0; padding: 0;
	background: url(images/layout_01.jpg) #bec192 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main {
	width: 961px; margin: auto;
	background: #f9f7d1;
}

#head {
	background: url(images/layout_02.jpg) no-repeat;
	height: 267px;
}

#navi {
	display: block;
	float: left;
	width: 270px; height: 494px;
	background: url(images/layout_04.jpg) no-repeat;
}

#navi a {
	display: block;
	text-decoration: none;
	color: #424614;
	font-size: 14px;
	height: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

#navi a:hover {
	color: #cb3e28;
	background-image: url(images/on.png);
}

.but1 {
	background: url(images/off.png) no-repeat 125px 0px;
	padding-right: 150px;
	padding-top: 8px;
	text-align: right;
}

.but2 {
	background: url(images/off.png) no-repeat 165px 0px;
	padding-right: 110px;
	padding-top: 8px;
	text-align: right;
}

.but3 {
	background: url(images/off.png) no-repeat 130px 0px;
	padding-right: 145px;
	padding-top: 8px;
	text-align: right;
}

.but4 {
	background: url(images/off.png) no-repeat 130px 0px;
	padding-right: 145px;
	padding-top: 8px;
	text-align: right;
}

.but5 {
	background: url(images/off.png) no-repeat 125px 0px;
	padding-left: 160px;
	padding-top: 8px;
}

.but6 {
	background: url(images/off.png) no-repeat 45px 0px;
	padding-left: 80px;
	padding-top: 8px;
}

.but7 {
	background: url(images/off.png) no-repeat 115px 0px;
	padding-left: 150px;
	padding-top: 8px;
}

.but8 {
	background: url(images/off2.png) no-repeat 75px 0px;
	padding-left: 110px;
	padding-top: 8px;
}

#content {
	display: block;
	margin-left: 270px;
	padding: 10px 30px 10px 10px;
}

#content h1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0; padding: 0;
	color: #424614;
}

#content h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0; padding: 0;
	color: #424614;
}

#content input {
	border: #424614 1px solid;
	height: 20px;
}

#content textarea {
	border: #424614 1px solid;
}

#content a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #cc0000;
}

#footer {
	clear: both;
	background: url(images/layout_05.jpg) no-repeat;
	height: 39px;
}

