body {
	background-color:#FFFFFF;
}

div.header {
	background-image:url(images/background-header.gif);
	background-size:100%; /* Standard */
	-moz-background-size:100%; /* Firefox */
	-webkit-background-size:100%; /* Safari, Chrome */
	-o-background-size:100%; /* Opera */
	-khtml-background-size:100%; /* Konqueror */
	background-repeat: no-repeat;
	height: 80px;
	padding-right:10px;
	padding-top:20px;
	letter-spacing:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:90%;
}

div.headerlogostart {
	position:absolute;
	background-image:url(images/logo-start.png);
	background-repeat: no-repeat;
	top:25px;
	height:100px;
	width:158px;
}

div.headerlogomiddle {
    position:absolute;
    background-image:url(images/logo-middle.png);
    background-repeat: repeat-x;
    top:25px;
	left:159px;
	right:25px;
    height:100px;
}

div.headerlogoend {
    position:absolute;
    background-image:url(images/logo-end.png);
    background-repeat: no-repeat;
    top:25px;
	right:15px;
    height:100px;
	width:20px;
}

img.headerlogotext {
	position:absolute;
	top:25px;
	left:65px;
}

div.navigationleft {
	position:absolute;
    background-image:url(images/background-nav.gif);
    background-size:100%; /* Standard */
    -moz-background-size:100%; /* Firefox */
    -webkit-background-size:100%; /* Safari, Chrome */
    -o-background-size:100%; /* Opera */
    -khtml-background-size:100%; /* Konqueror */
    background-repeat: no-repeat;
	top:108px;
	width:205px;
	height:600px;
	text-align:left;
	color:#FFFFFF;
	padding-top:30px;
	padding-left:5px;
	letter-spacing:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:90%;
}

a.navigationleft {
	display:block;
	color:#000000;
	background:url(images/navbutton-new.png) 0px 0px no-repeat;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

div.content {
	position:absolute;
	top:120px;
	left:280px;
	padding-right:10px;
	text-align:left;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}

div.news {
	position:absolute;
	top:520px;
	left:20px;
	width:165px;
	height:150px;
	text-align:left;
	color:#000000;
	border:3px black solid;
	overflow:scroll;
	padding:5px;
	letter-spacing:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
}

h3 {
	text-align:center;
}

img {
	border:0px;
}

p {
	text-align:justify;
}


