* {margin: 0;padding: 0;}

body {
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

a {color: #fff;}

a img {border: 0;}

h1 {
	margin: 10px 0;
	font-size: 9pt;
	color: #B7D4EC;
	}

h2 {
	margin: 10px 0;
	font-size: 11pt;
	}

ul {list-style-type: none;}	

#wrapper {
	width: 950px;
	margin: 0 auto;
	}
	
#header {
	padding-bottom: 60px;
	text-align: center;
	}

#header h2 a {
	text-align: center;
	text-decoration: none;
	font-style: italic;
	}

ul#lang {}
	
ul#lang  li {
	float: left;
	display: block;
	width: 316px;
	text-align: center;
	}

ul#lang a img {border: 1px solid #fff;}
	
#main {
	clear: left;
	padding-bottom: 15px;
	}

#main h2, #main h2 a {
	text-decoration: none;
	color: #B7D4EC;
	}

#main p {margin: 15px 0;}
	
#pict {
	margin-top: 30px;
	padding: 0 20px;
	}
	
#pict img {margin: 0 4px;}	
	
#footer {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #fff;
	}

#footer h2 {font-size: 10pt;}

#footer p {margin: 5px 0;}

#ref {
	margin-top: 15px;
	}

#ref a {
	font-size: 8pt;
	text-decoration: none;
	}	

.blue {color: #68A3D0;}