@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:100%;
	border-collapse:collapse;
}

html{
	height:100%;
	background:url(images/page_back.png) repeat-x;
}

body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}



a{
	color:#737272;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

#wrap{
	width:990px;
	min-height:100%;
	margin:0 auto;
	border:1px solid #d6d6d6;
	background:#fff;
}

#links{
	height:30px;
}

#links p{
	text-align:right;
	margin:10px;
}

#header{
	overflow:hidden;
}
#logo{
	background:url(images/gerb.png) no-repeat;
	width:196px;
	height:165px;
	float:left;
	margin:10px;
}
ul#menu{
	float:left;
	margin-left:40px;
	color:#737272;
}
#flag{
	background:url(images/flag.png) no-repeat;
	width:259px;
	height:174px;
	float:right;
	margin:10px;
}

#photos{
	border-top:1px dashed #ff4d00;
	border-bottom:1px dashed #ff4d00;
}

#photos table{
	margin:auto;
	
}
#photos td{
	padding:10px;
}

#content{
	margin:10px 25px;
	color:#737272;
	padding-bottom:20px;
}

#content h1{
	color:#ff4d00;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:.5em;
}

#content h3{
	margin:.7em 0;
	color:#f00;
}

#content p{
	margin-bottom:.5em;
	font-size:.9em;
}

#content dl ul{
	margin:.5em 0 .5em 2.5em;
	font-size:.9em;	
}
#content dt{
	color:#f00;
	font-weight:bold;
	line-height:1.8em;
}

#content dd{
	margin-bottom:1.5em;
}
#content dd p{
	margin-top:1em;
}
#content .video{
	width:420px;
	margin:20px auto;
}

#content .d_music{
	background:url(images/download.png) no-repeat;
	padding-left:30px;
	line-height:1.8em;
}