body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #999999;
	background-image: url(images/sbg.png);
	background-repeat:repeat-x; 
	margin:0px;
}

.contentbox {
	width: 80%;
	height: 100%;
	margin-left: 10%;
}

.header {
	height: 200px;
	background-image: url(images/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

.header2 {
	height: 200px;
	background-image: url(images/header2.png);
	background-position: center;
	background-repeat: no-repeat;
}

.header3 {
	height: 200px;
	background-image: url(images/header3.png);
	background-position: center;
	background-repeat: no-repeat;
}

.menu {
	color: #333333;
	height: 80px;
}

.titles {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.Stil1 {
	color: #E43218;
	font-size: 14px;
}

.footer {
	text-align: center;
	height: 20px;
	background-color: White;
}

a:link, a:visited {
	color: #fad7d2;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f19183;
	text-decoration: none;
	font-weight: bold;
}