@charset "utf-8";
body  {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #9a0012 url(../images/background.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
}
a img {
	border: 0px;
}
.caption {
	color: #999999;
	font-size: 10px;
	font-style: italic;
}
#container { 
	width: 900px;
	margin: 0;
	text-align: left;
} 
#header { 
	background: url(../images/header.png); 
	padding: 0;
	height: 90px;
	position: relative;
}
#header #tketug {
	position: absolute;
	right: 25px;
	bottom: -44px;
}
#header #tkefootball {
	position: absolute;
	right: 130px;
	bottom: -10px;
}
#leftmargin {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
}
#nav div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 3px;
	height: 18px;
	padding-left: 5px;
	padding-top: 2px;
}
#nav div a {
	text-decoration: none;
	color: #000000;
}
.tab_sel {
	background: url(../images/tab_selected.png) no-repeat;
}
.tab_unsel {
	background: url(../images/tab_unselected.png) no-repeat;
}
.marginbox {
	width: 125px;
	margin-left: 20px;
}
.marginbox_top {
	background: url(../images/margin_top.png) no-repeat;
	line-height: 0;
	font-size: 0px;
	height: 3px;
	width: 125px;
}
.marginbox_content {
	background: #ececec;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.marginbox_content div {
	background: #ececec;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}
.marginbox_bottom {
	line-height: 0;
	font-size: 0px;
	height: 3px;
	width: 125px;
	background: url(../images/margin_bottom.png) no-repeat;
}
#mainContent { 
	margin: 0 0 0 150px;
	padding: 1px 0px;
	min-height: 500px;
	background: #ececec url(../images/content_topright.png) top right no-repeat;
}
#pagecontent {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/triangles.jpg) center no-repeat;
}
#footer { 
	width: 900px;
	height: 38px;
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
	padding-left: 23px;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}