/******************************/
/* GENERAL                    */
/******************************/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	background: #f3f3f3;
}

#container {
	background: url(images/background.png) 50% 0 repeat-y;
	margin: 10px auto;
	padding: 0 60px;
	width: 860px;
}

/******************************/
/* HEADER                     */
/******************************/
#header {
	background: url(images/header.png) 50% no-repeat;
	margin: 0px -60px;
	height: 30px;
}

#logo {
	background: url(images/logo2.png) 50% no-repeat;
	margin: -10px -60px 0;
	height: 140px;
}

#menu {
	background: url(images/menu.png) 50% no-repeat;
	margin: 0 -60px;
	padding: 0 20px;
	height: 30px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
	line-height: 30px;
}

#menu a {
	font: 1.4em Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #000000;
	text-decoration: none;
}

#menu .selected a{
	color: #037212;
	padding: 0 0 4px;
	border-bottom: 4px solid #037212;
}

#menu .unselected a:hover {
	color: #707070;
}

#menu a:hover {
	padding: 0 0 4px;
	border-bottom: 4px solid #037212;
}

#menu a:active, a:focus {
	outline: none;
}

#menu a img{
	border-style: none;
}

#flag{
	margin: 0 auto;
}

#flag a{
	margin: 0 auto;
}

#flag a:hover {
	border-bottom: 0px;
}


/******************************/
/* FOOTER                     */
/******************************/
#footer {
	background: url(images/footer.png) 50% no-repeat;
	margin: 0 -60px;
	height: 30px;
}

#copyright {
	margin: 0 -60px;
	padding: 0 30px 5px;

	background: #f3f3f3;
	color: #898989;
}

#copyright a {
	font-weight: normal;
	color: #898989;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline
}

/******************************/
/* MAIN CONTENT               */
/******************************/
#home {
	clear: both;
	padding: 50px 0;
}

#home img {
	float: left;
	border-right: 20px solid #ffffff;
}

#home a {
	color: #666666;
}

#home p {
	text-align: justify;
	margin: 10px;
}

#content {
	padding-top: 20px;
}

#contact img {
	float:right;
	padding: 20px;
	border-style: none;
}

/******************************/
/* TYPESETTING                */
/******************************/
h1 {
	font-size: 1.3em;
	line-height: 1em;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 7px;
	color: #666666;
}

h2 {
	font-size: 1.2em;
	color: #898989;	
	margin-left: 50px;
}

h3 {
	font-size: 1.5em;
	line-height: 5em;
}

h4 {
	font-size: 1.4em;
	line-height: 5em;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

.emph {
	font-weight: bold;
	color: #444444;
}

a {
	font-weight: bold;
	color: #898989;	
}

/******************************/
/* MULTIMEDIA                 */
/******************************/
.spacer, .album, .artist {
	clear: both;
}

.album img, .artist img {
	float: right;

	border-width: 8px 8px 20px 8px;
	border-style: solid;
	border-color: #cccccc;

	margin-left: 20px;
	margin-bottom: 20px;
}

.album li {
	font-size: 1.2em;
	margin-left: 50px;
	text-align: justify;
}

.photos {
	margin: 0 auto;
}

.photos td {
	text-align: center;
}

.photos img {
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #cccccc;
	height: 150px;
}

.tabel {
	margin: 0 auto;
}

.cell {
	text-align: center;
}

.cell img{
	margin: 5px auto;
	padding: 5px;	
	border: 1px solid #cccccc;
}

.video {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
}

