body, html {
	height:100%;
}

body {
	margin:0px 0px 0px 0px; 
	border-bottom:0px;
	background:#e5e5e5;
	background-image:url("bg.gif");
	background-repeat:repeat-x;
}

h1{
	margin-top:0px;
	padding-bottom:10px;
	margin-bottom:23px;
	font: bold 13px Verdana;
/*	width:605px;*/
	border-bottom:1px dotted #999999;	
}
h2{
	font:bold 12px Verdana;
	color:#666666;
}
h3{
	font: 11px Verdana;
	width:500px;
	color:#666666;
}
ul{	
	padding:0px;
	margin:0px;
}

#bg{
	width:100%;
	height:100%;
}
#bg .footer{
	height:25px;
	font:11px Arial;
	text-transform: lowercase;
}
#bg .footer a{
	font:bold 11px Arial;
	color:#999999;
	text-decoration:none;
}

.social_networking_container{
	margin-left:120px;
}

.menu{
	margin-top:25px;
}

.menu a.item{
	background-color:transparent;
	color:#FFF;
	display:block;
	float:left;
	font:bold 20px/20px 'Droid Sans';
	height:20px;
	padding:10px;
	text-decoration:none;
	width:95px;
	text-align:left;
}


.menu a.lang{
	background-color:transparent;
	color:#FFF;
	display:block;
	float:right;
	clear:right;
	font:bold 12px/20px 'Droid Sans';
	text-decoration:none;
	text-align:left;
	line-height: 16px;
	text-transform: lowercase;
	margin-top: 20px;
}

.menu a.item:hover{
	background-image:url(transparency50_FFFFFF.png);
	background-repeat:repeat;
}

.menu a.selected{
	background-color:#FFFFFF;
	color:#333333;
}
