html {
   color: #FFFFFF;
   background-color: #0D0050;
   font-family: Georgia,Times New Roman,serif;
   font-size: 11px;
   line-height: 150%;
}

body {
   margin: 0;
   padding: 0;
   background-image: url("../images/bg-body.gif");
   background-repeat: repeat-y;
   background-position: center;
   background-color: #0D0050;
   height: 100%;
   width: 100%;
   text-align: center;
}

/* ----------------------------------- */

div.page {
   margin: 0 auto;
   width: 750px;
   height: 100%;
   cursor: default;
   text-align: left;
}

/* ----------------------------------- */

div.page-header {
   position: relative;
   background-position: top left;
   background-repeat:no-repeat;
}

div.page-header a#locale {
	position: absolute;
	right: 20px;
	top: 50px;
	text-align: right;
	color: white;
	font-size: 11px;
	font-family: Georgia,Times New Roman,serif;
}

div.page-header a#locale img {
   vertical-align: middle;
}

/* ----------------------------------- */

div.page-navigation {
   padding-top: 193px;
}

div.page-navigation li {
   display: inline;
}
        
div.page-navigation img {
   display: inline;
   margin: 0;
   vertical-align: bottom;
}

/* ----------------------------------- */

div.page-locales {
   position: absolute;
   right: 15px;
   top: 196px;
}

/* ----------------------------------- */

div.page-content {
   margin: 0;
   padding: 19px 30px 30px 57px;
   background-image: url("../images/bg-content.jpg");
   background-repeat: no-repeat;
   background-position: top;
}
         
div.page-content img.l {
   margin: 10px 0 0 -15px;
   padding: 0;
}

/* ----------------------------------- */

h1.page-title {
   font-size: 17px;
}

