* {
	margin:0;
	padding:0;
}
* body {
	background:#fff url(../images/bg.gif) repeat-x;
	color:#444;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:50px 0 0;
}
h1 {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:normal;
}
h1 a {
	text-decoration:none;
}
h2 {
	color:white;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 .8em;
}
h3 {
	border-bottom:1px solid #eee;
	font-size:1.5em;
	margin:0 0 .8em;
}
p {
	line-height:1.8em;
	margin:0 0 2em 0;
}
em {
	border-bottom:1px dotted #fff;
	cursor:pointer;
}
a {
	color:#9D2900;
}
a:hover {
	color:#A0000E;
	text-decoration:none;
}
img {
	border:0;
}
.red {
	color:#9D2900;
}
.wrap {
	margin:0 auto;
	width:900px;
}
#header {
	height:100px;
	margin:0 auto;
	width:900px;
}
#menu {
	float:right;
	list-style:none;
	margin-bottom:10px;
	padding:0px 0 0 0;
}
#menu li {
	display:inline;
}
#menu a {
	color:#000000;
	display:block;
	float:left;
	font-size:13px;
	margin-left:30px;
	padding:7px;
	text-decoration:none;
}
#menu a:hover {
	border-bottom:2px solid #ccc;
	color:#000;
}
#menu .active a {
	border-bottom:2px solid #C70012;
	color:#9D2900;
}
#teaser {
	background:#fff url(../images/teaserbg.jpg) repeat-x;
	clear:both;
	height:259px;
}
.box {
	color:#000;
	float:left;
	padding:66px 0 0;
	width:480px;
}
#image {
	background:url(../images/logotype.jpg) no-repeat top right;
	float:right;
	height:258px;
	position:relative;
	top:16px;
	width:388px;
}
#bar {
	background:url(../images/bar.gif) repeat-x;
	height:40px;
	margin:0 0 30px;
	padding:8px 0 0 0;
}
.step {
	background:url(../images/step.gif) no-repeat;
	color:#FAFDDD;
	cursor:pointer;
	float:left;
	font-size:1.4em;
	height:30px;
	margin:0 35px 0 0;
	padding:4px 0 0 11px;
	text-align:center;
}
.step a {
	color:#fff;
	margin:0 10px 0 10px;
}
.col {
	float:left;
	margin:0 30px 16px 0;
	width:276px;
}
.last {
	float:right;
	margin:0;
}
.info {
	background:#f4f4f4;
	border:1px solid #e0e0e0;
	padding:7px;
}
#footer {
	background:#fff;
	border-top:1px solid #e0e0e0;
	clear:both;
	margin:0 auto;
	padding:15px;
	width:900px;
}
#footer .right {
	float:right;
	margin:0 55px 0 0;
}
#footer a {
	color:#808080;
	font-weight:bold;
}
