#container{
	text-align:left;
	width:770px;
	margin:auto;
	padding:0px;
}

#header{
	width:770px;
	height:135px;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
}

#euroit-logo{
	margin-top:5px;
	margin-left:5px;
}

#menubar{
	width:563px;
	margin-top:3px;
	padding-top:4px;
	padding-left:207px;
	height:19px;
	background-color:#395a8c;
	color:#ffffff;
}

#pagepath{
	float:right;
	width:365px;
	height:10px;
	margin-top:67px;
	background-image:url(../gfx/bg-pagepath.gif);
	background-repeat:no-repeat;
	padding:5px 5px 0px 200px;
	color:#777777;
	font-size:0.7em;
	text-align:right;
}
#pagepath a{
	color:#777777;
	text-decoration:none;
}
#pagepath a:hover{
	text-decoration:underline;
}


#wrapper{
	width:770px;
	padding:0px;
}

#content{
	float:right;
	width:550px;
	padding:10px;
}

#leftbox{
	float:left;
	width:200px;
	margin-top:5px;
}
#leftbox div{
	background-image:url(../gfx/bg-dots.gif);
	background-repeat:repeat-x;
	padding:5px;
}

#flags{
	padding:0px;
	text-align:center;
}
#flags a,#flags a:hover{
	color:#777777;
	text-decoration:none;
}

#footer{
	margin-top:5px;
	border-top:solid 1px #395a8c;
	clear:both;
	font-size:smaller;
	color:#666666;
}

#footer a{
	text-decoration:none;
	background-color:#ffffff;
	color:#666666;
}
#footer a:hover{
	text-decoration:underline;
}