
body {
	background: #917D5C url(../images/bg.jpg) 50% repeat-y;
	margin: 0px;
}

/* ### Positioning ### */

#container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 169px;
	width: 700px;
	background: url(../images/header.jpg) no-repeat;
}

#left {
	position: absolute;
	top: 168px;
	left: 0;
	width: 120px;
	background: url(../images/left-bg.jpg) no-repeat;
	height: 100px;
	padding: 30px 25px 20px 27px;
}

	#left #navi {
		margin: 10px 0 10px 0;
	}

	#left #navi a:link, #left #navi a:active, #left #navi a:visited {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #7C5328;
		text-decoration: none;
	}
	
	#left #navi a:hover {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #7C5328;
		text-decoration: none;
	}
	
	#left #partner {
		margin: 10px 0 10px 0;
		line-height: 120%;
		font-size: 11px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	#left #partner a:link, #left #partner a:active, #left #partner a:visited {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #C9872A;
		text-decoration: none;
	}
	
	#left #partner a:hover {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #C9872A;
		text-decoration: underline;
	}
		

#content {
	position: absolute;
	top: 169px;
	left: 172px;
	width: 468px;
	height: 100px;
	padding: 21px 30px 0 30px;
	background: url(../images/content-bg.jpg) top right no-repeat;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

	#content h1 {
		display: inline;
		margin: 0 3px 0 0;
		font-weight: normal;
		font-size: 13px;
	}

#content #footer {
	height: 25px;
	width: 508px;
	background: url(../images/footer-bg.jpg);
	margin: 20px -30px 0 -30px;
	text-align: right;
	padding: 8px 20px 0 0;
}

	#content #footer a {
		color: black;
		text-decoration: none;
	}

/* ### Classes ### */

.right {
	float: right;
	margin: 10px 0 10px 30px;
}

.kcel {
  font-size:10px;
}

