a img {
	border:none;
}

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
} 

/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
 } 
 
#pagewidth{ }
 
#rightcol{
	width:20%; 
	float:right; 
	position:relative; 
	background-color:white; 
}

#right_bottom{
	margin-left:5px;
	margin-top:5px;
}
 
#maincol{
	float: right; 
	display:inline; 
	position: relative;
	width: 79.5%; 
	border-right: 2px #244A61 solid;  
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.topband {
	height: 55px;
	position:relative;
}

.blueband {
	height: 170px;
	background-color: #244A61;
	position:relative;
}

#lang {
	position: absolute;
	left: 11px;
	bottom: 14px;
	font-weight: bold;
	font-size: 1em;
}

#ad {
	position: absolute;
	right: 15px;
	top: 45px;
}

#logo {
	position: absolute;
	left: 18px;
	bottom: 3px;
}

#slogan {
	position: absolute;
	right: 10px;
	top: 5px;
}

#puzzle {
	position: absolute;
	left: 0px;
	top: 0px;
}

#lang a {
	text-decoration: none;
	color: #70ADBF;
}

#lang a:hover {
	color: black;
}

#menu {
	background: url("/images/menubkg.gif") repeat-x top left; 
	position: absolute;
	height: 30px;
	width: 47.3em;
	right: 0px;
	bottom: 0px;
	font-size: 0.9em;
}

#menu ul {
	margin:0;
	padding:0; 
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	padding:3px 0.5em 1px 0.5em; 
	background:url("/images/menubar.gif") no-repeat 0px 0px;
}

#menu a {
	float:left;
	margin:0;
	text-decoration:none;
	display:block;
	color:#344F60;
	height: 25px;
	width: 6.8em;
	text-align: center;
}


#menu a:hover {
/*	background: #C5E0E9; */
	background: #244a61;
	color: #FF6600;
	text-decoration: underline;
}

#menu a.selected {
	color: #FF6600;
	font-weight: bold;
}