body {
				background: #003264 url('bgbody.png') top left repeat;
				font-family: Verdana, Arial; 
				color: #ffffff;
				font-size: 12px;
}

#wrapper {
				margin: 10px 50px;
				background: #26537d url('bg.png') top left repeat-y;
				border: 2px solid white;
				-moz-border-radius: 6px;
				min-width: 500px;
}

#top,
#footer {
				background-color: white;
				color: #26537d;
				font-size: 10px;
				padding: 5px;
				text-align: center;
}

#lang {
				position: ;
				top: 15px;
}

#top {
				width: 148px;
				padding: 0px;
				margin: 0px;
				float: left;
				font-size: 10px;
				height: 400px;
}

#wrapper > #top {
				width: 150px;
}

#top h1 {
				padding: 110px 10px 10px 10px;
				margin: 20px 0px;
				background: white url('bankiz.png') top center no-repeat;
				font-size: 20px;
}

#navigation ul {
				margin: 0px 0px;
				padding: 0px;
				height: 24px;
				line-height: 24px;
}

#navigation, 
#navigation li {
				list-style-type: none;
}

#navigation li a {
				display: block;
				height: 24px;
				line-height: 24px;
				padding: 0px 10px;
				margin: 0px;
				vertical-align: middle;
				font-size: 11px;
}

#navigation li a:hover {
				color: white;
				background-color: #26537d;
}

img {
				border: none;
}

a, a:link, a:visited {
				color: #3f668b;
				text-decoration: none;
}

a:hover {
				color: #8fbbdf;
}

#footer,
#up {
				clear: both;
}

#content {
				margin-left: 160px;
				margin-right: 10px;
}

#wrapper > #content {
				width: auto;
}

#content h2 {
				margin: 10px 0px;
				padding: 5px 10px 5px 45px;
				border-bottom: 1px dotted #dddddd;
				background: transparent url('h2.png') center left no-repeat;
				font-size: 20px;
}

#content table {
				border-collapse: collapse;
				font-size: 100%;
				width: 100% !important;
}

#content table th,
#content table td {
				padding: 2px 3px;
}

#content table th {
				color: #eeeeee;
				background-color: #003264;
				text-align: left;
}

#content table .t1 {
				background-color: #2e6596;
}

#content table .t0 {
				background-color: #3676b0;
}


#content a, #content a:link, #content a:visited {
				color: #9fd6db;
				text-decoration: none;
}

#content pre {
				background-color: #2e6596;
				padding: 5px 10px;
}

.blog_post {
				background-color: #2e6596;
				margin: 10px;
				-moz-border-radius: 6px;
				margin-left: 30px;
}

.blog_post h3 {
				margin: 0px;
				padding: 8px 10px;
				padding-bottom: 0px;
				background-color: #003264;
				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
}

.blog_post .info {
				padding: 1px 0px 8px 10px;
				font-style: italic;
				background-color: #003264;
				font-size: 10px;
}

.blog_post .data {
				padding: 10px;
}

.blog_post .hg {
	float: left;
	position: relative;
	left: -20px;
	margin-right: -10px;
}

a.selected {
				font-weight: bold;
}

