html{
	background: #8a0808;
	height:100%;
	font-size:62.5%;
}
body{
	margin: 0;
	width: 897px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
br.clear { 
	clear: both;
	font-size: 0.1em;
}

/* header */
#header{
	height:88px;
	background: url('../images/header.jpg') no-repeat; 
	padding: 20px 0 0 60px;
}
#header h1,h5 {
	margin: 0;
	padding: 0;
}
#header p{
	font: 1.1em "Verdana";
	color: #FFF;
	margin: 0;
	text-align: right;
	padding: 216px 140px 0 0;
	letter-spacing: 1px;
}
/* topmenu */
ul#topmenu {
	margin: 0;
	padding: 9px 0 0 15px;
	height: 30px;
	background: url('../images/topmenu-bg.jpg') no-repeat; 
}
ul#topmenu li {
	display: inline;
	padding: 0 1px 0 0;
	background: url('../images/topmenu-li-bg.jpg') no-repeat; 
}
ul#topmenu li a {
	padding: 9px 15px;
	font: 1.0em "Verdana";
	color: #FFF;

}
ul#topmenu li.first {
	background: none;
}
ul#topmenu li a:hover {
	background: url('../images/topmenu-hover.jpg') repeat-x; 
}


/* container */
#container {
	background: url('../images/body-bg.jpg') repeat-y;
	height: auto;
	padding: 20px 0 0 0;
}

/* left */
#content #left {
	float: left; 
	width: 229px;
	height: auto;
	font: 1.1em "Verdana";
}

#content #left h3 {
	height: 28px;
	background: url('../images/menu-h3.jpg') no-repeat;
	margin: 0;
	font-size: 1.1em;
	color: #FFF;
	padding: 12px 0 0 17px;
}
#content #left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content #left ul li {
	height: 22px;
}
#content #left ul li a {
	display: block;
	line-height: 20px;
	height: 22px;
	background: url('../images/menu-bg.jpg') no-repeat;
	text-decoration: none;
	font-size: 1.0em;
	color: #8a0808;
	padding: 0 0 0 15px;
}
#content #left ul li a:hover {
	background: url('../images/menu-hover.jpg') no-repeat;
	color: #2d0505;
}
#content #left div.bottom {
	background: url('../images/menu-bottom.jpg') no-repeat;
	height: 20px;
}
/* right */
#content #right {
	float: right; 
	width: 653px;
	height: auto;
	font: 1.1em "Verdana";
}
#content #right h3 {
	height: 29px;
	background: url('../images/content-top.jpg') no-repeat;
	margin: 0;
	font-size: 1.1em;
	color: #FFF;
	padding: 12px 0 0 17px;
}
#content #right .box {
	height: auto;
	background: url('../images/content-bg.jpg') repeat-y;
}
#content #right .box p {
	margin: 0;
	padding: 6px 10px;
	font: 1.0em "Verdana";
	color: #8a0808;
}
#content #right .box p a {
	font-weight: bold;
	text-decoration: none;
	color: #8a0808;
}
#content #right .box p a:hover {
	border-bottom: 1px DOTTED #8a0808;
}
#content #right a.kast {
	display: block;
	width: 150px;
	height: 114px;
	background: url('../images/kast-bg.jpg') no-repeat;
	float: left;
	margin: 0 6px;
	text-decoration: none;
}
#content #right a.kast em {
	display: block;
	width: 150px;
	text-align: center;
	height: 79px;
	padding: 6px 0 0 0;
}
#content #right a.kast em img {
	border: none;
}
#content #right a.kast b {
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 0;
}
#content #right div.bottom {
	background: url('../images/content-bottom.jpg') no-repeat;
	height: 20px;
}