
html, body {
	margin: 0;
	height: 100%;
	min-width: 996px;
	background: #cbcbcb top center url('../img/bg_body.png') repeat-y;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*** Globals ***/

dfn, hr {
	display: none;
}

.clear {
	clear: both;
}

img {
	display: block;
	border: 0;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;	
}

/*** Framework ***/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 996px;
	background: top center url('../img/bg_container.png') no-repeat;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
	background: #ffffff top left url('../img/bg_main.gif') repeat-y;
	text-align: left;
}

* html #main {
	height: 100%;
}


#main div.dummy {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 205px;
	background: #666666 top left url('../img/bg_dummy.gif') no-repeat;
}

#helper {
	margin: 0 auto;
	padding: 0;
}




/*** Header ***/

#header {
	position: relative;
	margin: 0;
	padding: 33px 0 0 0;
	width: 980px;
	text-align: left;
}

#header div.logo {
	margin: 0;
	padding: 0 0 0 45px;
	float: left;
}

#header div.claim {
	margin: 51px 0 0 0;
	padding: 0 250px 0 0;
	float: right;
	text-align: right;
	width: 400px; /* important for IE7 */
}


/*** Navigation ***/

#navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#navigation a:hover, #navigation a.on {
	color: #990000;
}

#navigation ul {
	position: relative;
	float:right;
	margin: 10px 0 30px 0;
	padding: 0 250px 0 0;
	list-style: none;
}

#navigation li {
	height: 21px;
	margin: 0;
	padding: 6px 12px 0 12px;
	border: 0px solid;
	border-left: 1px #dadada solid;
	border-right: 1px #c0c0c0 solid;
	background: #f5f5f5 top left url('../img/bg_nav.gif') no-repeat;
	float: left;
}

#navigation li.first {
	padding: 6px 12px 0 16px;
	border: 0px solid;
	border-right: 1px #c0c0c0 solid;
	background: #f5f5f5 top left url('../img/bg_nav_first.gif') no-repeat;
}

#navigation li.last {
	padding: 6px 16px 0 12px;
	border: 0px solid;
	border-left: 1px #dadada solid;
	background: #f5f5f5 top right url('../img/bg_nav_last.gif') no-repeat;
}



/*** Content ***/

#content {
	margin: 0 0 70px 0;
	padding: 0 0 0 50px;
	width: 440px;
	float: left;
}

#content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	color: #333333;
}

#content h3 {
	margin: 0px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}

#content p.larger {
	margin-bottom: 40px;
}

#content p.hint {
	color: #333333;
	font-size: 11px;
	margin-top: 20px;
	line-height: 14px;
}

#content ul {
	margin: 10px 0 25px 0;
	padding: 0 0 0 20px;
	line-height: 16px;
}

#content ul li {
	padding:0 0 10px 0;
	color: #990000;
}

#content ul li span {
	color: #666666;
}

#content ol {
	margin: 10px 0 10px 0;
	padding: 0 0 0 32px;
	line-height: 16px;
}

#content ol li {
	padding:0 0 5px 0;
	color: #666666;
}

#content a:visited, #teaser a:visited {
	color: #333333;
}


#teaser {
	margin: 47px 0 70px 0;
	padding: 0 0 0 40px;
	width: 200px;
	float: left;
}

#teaser h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;	
	font-weight: bold;
	color: #666666;
}

#teaser h4 {
	margin: 28px 0 5px 0;
	padding: 0;
	font-size: 11px;	
	font-weight: bold;
	color: #666666;
}

#teaser p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
}

#teaser ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 16px;
}

#teaser ul li {
	margin: 0;
	padding: 0 0 5px 0;
	color: #990000;
}

#teaser ul li span {
	color: #666666;
}


/*** Footer ***/

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	width: 980px;
	height: 40px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#footer p.left {
	margin: 10px 0 0 0;
	padding: 0 0 0 50px;
	float: left;
}

#footer p.right {
	margin: 10px 0 0 0;
	padding: 0 250px 0 0;
	float: right;
}