/* general rules */
body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: #ebebeb;
	color: #191919;
	font-family: Verdana, sans-serif;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
img, table {
	border: none;
}
td {
	vertical-align: top;
}
div:after {
	content: "";
	display: block;
	clear: both;
}
div { display: inline-block; }
/* \*/
* html div { height: 1%; }
div { display: block; }
/* */

/* layout */
#container {
	width: 760px;
	background: url(images/bg.gif) repeat-y;
	margin: 0 auto; 
	display: block;
}
#container-inner {
	padding: 0 20px;
}
#header {
	width: 740px;
	height: 214px;
	background: #ffffff url(images/header.jpg) no-repeat;
	margin: 0 -10px;
}
#header h1, #header p {
	display: none;
}
#content {
	width: 720px;
}
#main-column {
	width: 524px;
	float: left;
}
#sub-column {
	width: 176px;
	float: right;
}

/* elements: main column */
h2 {
	height: 28px;
	background: #e2eb00;
	font-size: medium;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	height: 20px;
	background: url(images/headline_bg.jpg) no-repeat;
	padding-left: 21px;
	font-size: small;
	line-height: 21px;
	margin-bottom: 7px;
	clear: both;
}
#main-column p {
	font-size: small;
	line-height: 1.4em;
	margin: 0 0 2em 3px;
}
#main-column p.entry-footer {
	border-top:dotted 1px #999999;
	padding-top: 3px;
	font-size: x-small;
	text-align: right;
}
#main-column img {
	margin: 0 5px 5px;
}

/* elements: sub-column */
.index {
	height: 20px;
	background: #e1e1e1;
	font-size: small;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	margin-bottom: 9px;
}
h4 {
	padding-left: 7px;
	font-size: small;
	line-height: 1.7em;
}
#sub-column ul {
	list-style: square inside;
	padding: 0 1px 0.5em 10px;
}
#sub-column li {
	font-size: small;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
#sub-column p {
	padding-left: 7px;
	font-size: x-small;
	line-height: 1.3em;
	margin-bottom: 1em;
}
#sub-column img {
	display: block;
}



