
* {
	font-family: Granada, Tahoma, Arial, Verdana, serif;
	color: #333333;
	font-size: 0.98em;
	padding: 0.05em 0em;
}

body {
	background-color: #f9f8f4;
}

p {
	margin: 0em;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a {
        color: black;
}

a:hover {
	text-decoration: underline;
}

div.header {
	margin: 1em;
	padding: 0em 0.5em;
/*	padding-left: 0.5em;
	padding-right: 0.5em;
*/	background-color: #ffffff;
	background-image: url("../img/banner.png");
	background-repeat: repeat-y;
	background-position: right top;
	height: 8em;
	overflow: hidden;
}

div.header h1 {
	color: #222222;
	margin: 0em;
}

div.doc-body {
	/*border: thin solid;*/
	top: 9em;
	bottom: 1.5em;
	position: fixed;
}

div.container {
	margin: 1em;
	padding: 0.5em;
	border: thin dotted gray;
	float: left;
	width: 21%;
	overflow: hidden;
	/*height: auto;*/
	bottom: 3em;
	background-color: #fefefe;
}

div.container h2 {
	text-align: right;
	margin: 0em;
	font-size: 1.1em;
	color: gray;
	font-weight: bold;
}

div.body {
	bottom: 1em;
	white-space: nowrap;
	overflow: hidden;
}

div.bottom {
	text-align: right;
	color: #555555;
	bottom: 0em;
	top: auto;
	left: 0em;
	right: 0em;
	font-weight: bold;
}

div.footer {
	position: absolute;
	float: none;
	top: auto;
	bottom: 1em;
	width: auto;
}

div.banner {
	right: 1em;
	left: auto;
}

div.banner a > img {
	border: none;
}
