html {
	margin: 0;
	padding: 0;
	text-align: center;
}
body{
	background-color: #cadaee;
	padding:0px;
	margin:0 auto;
	text-align:center;
}
#container {
width: 684px;
height:228px;
min-height:228px;
border: solid 1px #101e46;
background-image: url(images/bg_landing.gif);
color:#101e46;
text-align:left;
margin: 0 auto;
margin-top: 30px;
}
#container img {
	padding:0px;
	margin: 7px 0px 16px 7px;
}
a {
color:#101e46;
font-size: 16px;
font-family: Arial,sans-serif;
font-weight: bold;
letter-spacing:0.1em;

}
a:link{
text-decoration: none;
}
a:visited{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active{
text-decoration: underline;
}
H2 {
color:#101e46;
font-size: 11px;
font-family: verdana,sans-serif;
font-weight: bold;
letter-spacing:0.0em;
margin:72px 0px 0px 50px;
padding:0px;
float: left;
width:250px;

}
ul {

display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:top;
	width:345px;
	float:right;
}
ul li{
	line-height: 81px;
	margin:0px;
	padding:0px;
}
.rood{
color: #ce001b;
}