body{
	background: white;
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12.5px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
		width: 100%;
	height: 100%;
}
 html{
 	width: 100%;
	height: 100%;
 }

a, img{
	border: none;
	color: black;
	text-decoration: none;
	outline-style:none;
}

p{
	margin: 3px 0px 9px;
	padding: 0px;
	font-size:12px;
	text-align: center left;
}

a:hover{
	text-decoration: underline;
}



ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

span.titletype{
	margin-bottom: 10px;
}

ul.listetype li{
	padding: 0px 0px 5px 0px;
	
}

table#contentTable{
	width: 100%;
	height: 100%;
}

table#contentTable td.black{
	background: black;
	height: auto;
}

table#contentTable td.center{
	height: 530px;
}


div#content{
position: relative; 	
	width: 950px;
	margin: auto;
	padding-bottom: 0px;
	padding-top: 15px;
	text-align: left;
}


#header{
	margin: 0px 0px 15px 58px;
	padding: 0px;
	float: left;
	background: url('/images/logo.gif');
	padding-left: 90px;
	background-repeat: no-repeat;	
}
#language{
	position: absolute; 
	top: 10px;
	right: 0px;
}

#header li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: 65px;
	padding-top: 75px;
}


.separator{
	clear: both;
}

#page{
	height: 363px;
	width: 800px;
	margin-left: 78px;
	position: relative;
}

#page .img_btm{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer{
	z-index: 10;
	margin: -1px 78px 0px;
	display: block;
	width: 800px;
	background: url('/images/footer.jpg');
	height: 5px;
}

table{
	text-align: right;
	vertical-align: top;
	width: 600px;
	height: 327px;
} 

table td{
	padding-right: 10px;
	vertical-align: top;
}
.bordered{
	border-left: 1px solid black;
}

table td li{
	padding-bottom: 9px;
	padding-top: 10px;
}

table tr.big{
	height: 50px;
}

table td{
	width: 200px;
}
	