/* Start of CMSMS style sheet 'Layout: Header' */
html { height: 100%; }

.album_content { font-family: "Tahoma", "Verdana", "Serif"; }

body 
{
background-color: #1362a4;
height: 100%;
margin: 0;
font-family: Verdana;
font-size: 12px;
}

#container
{
	width: 800px;
	margin: 0px auto;
min-height: 100%;
background-color: #fff;
}

#header
{
	background-image: url('images/header2.jpg');
	height: 200px;
	padding-top: 10px;
}

#lang
{
	width: 170px;
	height: 16px;
	background-image: url('images/flags.jpg');
	margin-left: 570px;
	text-align: left;
	padding: 6px 15px 10px 15px;
font-size: 11px;
color: #877f15;
}
#lang a { color: #fff;text-decoration: none;font-weight: bold; }
#lang a:hover {text-decoration: underline;}

#lang img { border-width: 0; }

h1 { color: #1362a4; font-size: 24px; margin: 16px 0px 0px 0px; }
/* End of 'Layout: Header' */

