.lang {
 margin: 15px 0px 0px 0px;
 text-align: right;
	padding: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #DCDCDC;	text-decoration: none;
}

.main {
	background: #2A527B url(../images/home.jpg) no-repeat;
}


h1 {
	margin: 10px;
}


.logo {
 margin-left: 380px;
 color: White;
 line-height: 180%;
}

.menubar {
 padding: 10px; 
 left: 0px;
 background-color: #2A527B;
 color: White;
 border-top: 1px solid white;
border-bottom: 1px solid white;
}

.content {
margin: 0px;
padding: 10px;
font-size: 80%;
background-color: white;
text-align: left;

}

.tagline {
	margin: 20px 5px 5px 5px;
	color: White;
	background-color: transparent;
	text-align: right;
	font-size: 80%;
	text-transform: uppercase;
}

.imgdx {
	float: right;
	margin: 10px;
}