html {
   color: #4e4c4c;
   background-color: #ebebeb;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
}

body {
   text-align: center;
}

/* ----------------------------------- */

a {
	color: #3e357d;
	text-decoration: none;
	
}

a:link,
a:visited {
}

a:hover,
a:active {
	color: #a0a0a0;
	
}

/* ----------------------------------- */

div.locales {
   position: absolute;
   top: 10px;
   right: 7px;
   display: inline;
}

div.locales ul li{
   display: inline;
   padding: 0 2px 0 2px;
}

/* ----------------------------------- */

div.content-wrapper{
	border-color: #3e357d;
	border-width: 2px;
	border-style: solid;
	width: 775px;
	margin: 0 0 0 12px;
	background-color: #f5f5f5;
}


div.page {
   position: relative;
   width: 800px;
   margin: 0 auto;
   text-align: left;
   background-color: #ffffff;
   padding: 0 0 10px 0;
}

/* ----------------------------------- */

div.page-header {
   background-image: url("../gfx/header.jpg");
   background-repeat: no-repeat;
   background-position: top left;
   position:relative;	
	width: 800px;
	height: 180px;
	padding: 0 0 20px 0;
}

/* ----------------------------------- */

div.page-navigation {
	position: absolute;
	top: 180px;

	display: inline;
	font-size: 13px;
	height: 20px;
}

div.page-navigation ul li{
	display: inline;
	padding: 0 20px 0 10px;
	background-image: url("../gfx/nav_divide.gif");
	background-position:right;
	background-repeat: no-repeat;
}

div.page-navigation a{
	color: #a0a0a0;
}

div.page-navigation a:hover,
div.page-navigation a:active {
	color: #3e357d;
}

/* ----------------------------------- */

div.page-content {
	width: 550px;
	padding: 15px 0 25px 170px;
	min-height: 440px;
	
}

div.content-images{
	position: absolute;
	top: 216px;
	left: 20px;
	width: 150px;
}

div.content-images img{
	border-color: #3e357d;
	border-width: 2px;
	border-style: solid;
	margin: 0 0 10px 0;
}

div.page-content ul li{
	list-style: circle;	
}

div.page-content a{
	font-weight: bold;
}


/* ----------------------------------- */

h1.page-title {
   margin-top: 0px;
   font-size: 24px;
   color: #3e357d;
}

h2{
	color: #4e4c4c;
	font-size: 12px;
}

/* ----------------------------------- */
div.footer{
	margin: 5px 0 0 450px;
   color: #3e357d;
}

div.footer a{
   font-weight: bold;
}
