 * {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:Arial,"Times New Roman",Times,serif;
	margin: 0;
	padding: 0;
	font-size:14px;
	background:url("../img/bg.jpg") no-repeat top center #006699;
	color:#333;
}
a img {
	border:none;
}
p {
	line-height: 1.6em;
	margin-bottom:15px;
}
h1 a, h2 a, h3 a, p a {
	padding: 0 1px;
	text-decoration: none;	
}
h1, h2, h3, p {
	margin-top: 0;
}
img {
	border: none;
}
a {
    text-decoration:none;
	color:#FFF;
}
a:hover {
    text-decoration:underline;
}
a:focus {
	outline:none;
}
.clear {
	clear:both;
}
#container {
	width:978px;
	margin:0 auto 50px auto;
}
#info {
	position:relative;
	height:150px;
}
#logo {
	top:40px;
	left:0;
	position:absolute;
}
#contact {
	position:absolute;
	right:30px;
	top:30px;
	color:#FFF;
	font-size:32px;
}
#lang {
	position:absolute;
	top:50px;
	right:350px;
	color:#074F77;
}
#menu {
	position:absolute;
	right:10px;
	top:110px;
}
#menu li {
	background: url("../img/menu.png") no-repeat left top;
    float: left;
    height: 41px;
    position: relative;
    width: 131px;
}
#menu li a {
	background: url("../img/menu_hover.png") no-repeat scroll -9999px 0 transparent;
    display: block;
    padding: 15px 0 10px;
    text-align: center;
}
#menu li a:hover {
	background: url("../img/menu_hover.png") no-repeat left top;
}
#menu li.selected {
	background: url("../img/menu_active.png") no-repeat left top;
}
#menu li.selected a {
	color:#0F3059;
}
#menu li.selected a:hover {
	background:none;
}
#content {
	width:978px;
}
#contentTop {
	background:url("../img/content-top.png") no-repeat center -3px;
	height:7px;
}
#contentBottom {
	background:url("../img/content-bottom.png") no-repeat bottom center;
	height:10px;
}
#contentMiddle {
	background:#FFF;
	padding:10px;
	width:950px;
	margin-left:4px;
	overflow:hidden;
}
#left {
	float:left;
	width:250px;
}
#right {
	float:right;
	width:600px;
}
#article {
	margin:20px 0;
}
h1{
	color:#074F77;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.gallery li {
	float:left;
	padding:1px;
	border:1px solid #E5E5E5;
	margin:0 10px 10px 0;
	width:120px;
	height:120px;
}
.contact p a {
	color:#074F77;
}
.contact p.number {
	font-size:18px;
}