/* font color 
    
   
    #365888; /* blue * /
    */

html, body ,
#page ,
#header ,
#main ,
#footer { color: Black; }

/* Backgrounds */

html, body {
background: white;
}

#page {
background: transparent;    
}

#header {
background: transparent url('images/header-background.png') no-repeat; 
background-size: 100% auto;       
}

#logo {
background: transparent;
}

#nav {
background: transparent; 
color: white; 
}

#nav li a {

color: white;
}

#nav li a:hover {
    color: #dedede;
}

#gallery {
background: #365888; /* blue */
}

#pagegallery {
background: #365888; /* blue */
}

#main {
background: white;
}

#halfblock {
background: inherit;
}

#thirdblock {
    background: inherit;
}

#footer {
    background: #365888; 
	color: white;
}

#footer * {
	color: white !important;
}
