/* reset to defaults */
@import url("reset.css");


/**************************************************
  document main elements
 **************************************************/
body {
	overflow: hidden;
	height: 100%;
	width: 100%;
/*	max-height: 100%; */
}

* html body {
	/* IE6 hack */
		/* height of top frame - 0 - height of bottom frame - 0 */
	padding: 120px 0 70px 0;
}

#wrapper {
	width: 80%;
	min-width: 850px;
	max-width: 920px;
	height: 100%;
	font: normal normal 12.5px/1.35 Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 0;
	position: fixed;
	right: 10%;
	left: 10%;
	background-color: #e5e8ef;
}

#header {
	/* top frame */
	position: absolute;
	top: 0;
	width: 100%;
		/* adjust height here: */
	height: 120px;
		/* disable scrollbars, enable = 'scroll' */
	overflow: hidden;
}

#footer {
	/* bottom frame */
	position: absolute;
	top: auto;
	bottom: 0;
		/* adjust height here: */
	height: 55px;
		/* disable scrollbars, enable = 'scroll' */
	overflow: hidden;
	width: 100%;
}

#page {
	/* main frame */
	position: absolute;
		/* top = height of top frame */
	top: 120px;
	left: 10%;
/*	right: 10%;  */
		/* bottom = height of bottom frame */
	bottom: 70px;
	overflow: auto;
	width: 85%;
}

* html #page {
	/* IE6 hack */
	width: 85%;
	height: 100%;
}

/* general text settings */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.1em;
	margin-top: 1.1em;
	margin-bottom: 0.8em;
}

p {
/*
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.35;
*/
	margin-bottom: 0.8em;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1.1em;
}

li {
	margin-bottom: 4px;
}

a {
	text-decoration: none;
}


/* general text decoration */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.text-clear {
	text-decoration:none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 1em;
}

.big {
	font-size: 1.2em;
}

.small {
	font-size: 0.8em;
}

.dimmed {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 9.5px;
	color: #807F80;
}