@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	height:100%;
}
a:focus {
	outline:none;
}
img {
	border: 0;
}
strong {
	font-weight: bold;
}
body {
	vertical-align:middle;
	margin:0px;
	padding:10px;
	text-align:center;
	background-color:#efefef;
	font-size: 62.5%;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}
#header {
	background: transparent url(img/header.gif) no-repeat top left;
	width: 720px;
	height: 143px;
}
#header a {
	display:block;
	width: 100%;
	height: 120px;
}
title {
	visibility:hidden;
}
#pagewrap {
	background: transparent url(img/content-shadow-lr.gif) repeat-y top left;
	text-align: left;
}
#teaser1, #teaser2, #teaser3, #teaser4, #teaser5, #teaser6 {
	display: block;
	background-image:url(img/teaser.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 130px;
}
#teaser1 {background-position: 0px 0px;}
#teaser2 {background-position: -700px 0px;}
#teaser3 {background-position: -1400px 0px;}
#teaser4 {background-position: -2100px 0px;}
#teaser5 {background-position: -2800px 0px;}
#teaser6 {background-position: -700px 0px;}

.content {
	width: 410px;
	padding-left: 20px;
	float:left;
}
.content-image {
	float:right;
	width: 200px;
	padding-top:30px;
}
#footer a {
	display: block;
	background: transparent url(img/footer-button.gif) no-repeat top left;
	width: 720px;
	height: 60px;
}
#footer a:hover {
	background: transparent url(img/footer-button.gif) no-repeat 0px -70px;
}
#info {
	position:absolute;
	width:1px;
	height:1px;
	z-index:1;
	visibility: hidden;
}
#content-splash {
	position:absolute;
	height:400px;
	width:600px;
	margin:-200px 0px 0px -300px;
	top: 50%;
	left: 50%;
}
#content-page {
	position:absolute;
	height:600px;
	width:900px;
	margin:-300px 0px 0px -450px;
	top: 50%;
	left: 50%;
}
h1 {font-size: 2em}
h2 {font-size: 1.7em}
h3 {font-size: 1.3em}
h4 {font-size: 1.0em}
h5 {font-size: 0.8em}

.italic {font-style:italic;}
.strong {font-weight: bold;}
