@import "default.css";
body { 
	background-image:url(bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6699FF;

}
div#page { 
	margin: 0 auto; 
	width: 900px;
	padding: 0 5px;
	background-color:#FFFFFF;
}

div#page div#top div#menu1 {
	position:relative;
	width: 880px;
	height: 29px;
	margin-top: 0;
	left: 0;
	bottom: 0;
	background: url(bg_menu.jpg) left no-repeat;
	padding: 0px 5px;
	font-family:Arial;
	font-size: 12px;
}

div#page div#top div#menu1 a {
	display:block;
	color: #fff;
	padding: 7px;
	font-family:Arial;
	font-size: 12px;
	text-decoration: none;
}
div#page div#top div#menu1 a.sel {
	background:url(bg_menu_on.jpg) repeat-x;
}
div#page div#top div#menu1 a:hover {
	background:url(bg_menu_on.jpg) repeat-x;
}

div#page div#bottom td#menu2 {
	position:relative;
	width: 880px;
	height: 20px;
	margin-top: 0;
	left: 0;
	bottom: 0;
	background-color:#1066B2;
	font-family:Arial;
	font-size: 10px;
}
div#page div#bottom td#menu2 a {
	display:block;
	background-color:#1066B2;
	color: #fff;
	padding: 7px;
	font-family:Arial;
	font-size: 10px;
	text-decoration: none;
}

div#page div#content div.search { 
	background-color: #EFEFEF;
	height: 27;
	padding: 2px 10px;
	color: #000000;
	width: 615px;
	margin-bottom: 5px;
}
div#page div#content div.search a { 
	color: #013569;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	
div#bottom p.copyright {
	margin-left: 5px;
	color: #013569;
}

div#bottom p.developed {
	margin-right: 5px;
	color: #013569;
}

div#bottom p.developed a {
	color: #013569;
	font-weight: bold;
}

h1 { 
	font-size: 20px;
	font-family:Arial;
	color:#000;
	padding: 5px 2px;
}	

div.punctat {
	height:1px;
	background-image: url(bg-dotted.gif);
	background-repeat:repeat-x;
	margin: 5px 0;
}

