@import url("fonts.css");

html, body {
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3a4346;
}

p {
	margin: 0;
	padding: 0;
}

li li,
td p {
	font-size: 100%;
}

div#page {
	width: 990px;
	position: relative;
	margin: auto;
	text-align: left;	
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #e1e1e1;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;	
}

/* iE6 Hack */
* html div#page {
	height: 100%;
}

div#main {
	float: left;
	width: 807px;
}

div#main div#header {
	background-repeat: no-repeat;
}

div#main div#header a img {
	border: 0px;
}

div#main div#header div#mainnavigation {
	height: 26px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-repeat: no-repeat;
	background-color: #3a4346;
}

div#main div#subnavigation {
	float: left;
	width: 183px;
	min-height: 1px;
}

div#main div#content {
	float: left;
	margin-left: 25px;
	width: 580px;
	padding-top: 15px;
}

div#main div#line {
	border-top: 1px solid white;
	height: 2px;
	clear: left;
	margin-left: 215px;
	width: 565px;
	margin-top: 20px;
}

div#teaser {
	padding-left: 1px;
	float: left;
	width: 182px;
}

div.clear{
	clear: left;
}

div#footer {
	position: absolute;
	height: 18px;
	color: #999;
	font-size: 70%; 
	text-decoration: none;
	left: 14px;
	bottom: 5px;
}

div#footer a {
	color: #999;
	text-decoration: none;
}
