/*
----------------------------------------------------------------------
GENERAL RULES
----------------------------------------------------------------------
*/

* {
margin: 0;
}

html, body {

}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 18pt;
	color: #000;
}

h1{
color:#3A3D3B;
font-size:165%;
font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
margin: 10px 0 10px 0;
letter-spacing:-0.2px;
font-weight:bold;
text-transform:capitalize;
}

h2{
color:#3A3D3B;
font-size:130%;
font-family: "Arial narrow", arial, helvetica, sans-serif;
margin: 25px 0 5px 0;
letter-spacing:-0.2px;
}

h3{
color:#3A3D3B;
font-size:110%;
font-family: "Arial narrow", arial, helvetica, sans-serif;
margin: 5px 0 4px 0;
}

a img {
border:none;
}

a, .red {
color: #000;
text-decoration: none;
}

/* MAIN STRUCTURE  */

.wrapper {
margin: 0 auto;
width:695px;
_overflow:hidden;
background: #fff;
overflow:visible;
height: 100%;
}

.scrollable {
_margin: 0 auto;
width:695px;
background: #fff;
overflow:visible;
height: 100%;
}


.footer { display /*\**/: block\9; position /*\**/: absolute\9; bottom /*\**/: 0\9;
*display: block; *position: relative; *bottom: 0; }

html>/**/body .footer, x:-moz-any-link, x:default { display: block; position: absolute; bottom: 0; } 



/* HEADER */

.header{
width:695px;
height:106px;
clear:both;
color:#000;
font-size:75%;
margin:0 auto;
padding:0 30px;
display:block;
margin-bottom:15px;
}

.logo{
width:190px;
height:106px;
float:left;
margin-top:20px;
}

#titleheader {
 width: 2px; height: 2px;
 margin:0;
 display:none;
}

.languageit, .languageen{
display:none;
}


/* START HORIZONTAL MENU  */

.menu {
display:none;
}


/* CONTAINER */

.container{
overflow:visible;
display: block;
clear: both;
height: 100%;
}

/* CONTENT */

.content{
overflow:visible;
border-top: 1px solid #CCC;
clear: both;
height: 100%;
}

#bg_image{
display: none !important;
}

.content ul{
padding-left: 15px;
}

.title{
padding:0 30px;
overflow:visible;
}

.date{
padding: 10px 0 0 0;
font-size:90%;
}

.box{
display: block;
overflow: hidden;
margin: 0 0 25px 0;
}

#partners dt{
margin-left: 200px;
font-size: 110%;
font-weight: bold;
font-family: "Arial narrow", arial, helvetica, sans-serif;
border-top: 1px dotted #ccc;
}

#partners .ddimg{
float: left;
margin: 0 15px 0 0;
clear:left;
}

#partners .ddimg img{
padding: 0 7px 7px 7px;
margin-top:-16px;
float: left;
}

#partners .dddesc  {
padding: 3px 0 3px 0;
margin-left: 200px;
line-height:1.6em;
}

#partners .ddlink  {
margin: 0 0 0 200px;
border-bottom: 1px dotted #ccc;
margin-bottom: 40px;
}

#partners br {
clear: both;
}

#photogallery .content img{
display: block;
border: 1px solid #ccc;
padding: 5px;
margin: 10px 10px 0 0;
float:left;
}

.marginbottom{
margin-bottom: 20px;
}

/* FOOTER */

.footer{
background:#fff;
width:695px;
height:100px;
clear:both;
margin:0 auto;
font-size:70%;
border-top: 1px solid #CCC;
color:#3A3D3B;
}

.footer ul{
list-style-type: none;
}

.footer a{
color:#3A3D3B;
}

