body {
	margin: 0px;
	padding: 0px;
	background-color: #082c73;
	background-image: url('bgrepeatx.png');
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, sans-serif;
	font-size: 15px;
	color: #505050;
}

p, h1, h2 {
	margin: 0px;
	padding: 0px;
}

input.text, textarea {
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 3px;
}

input.button {
	padding: 4px;
	font-size: 15px;
}


#background {
	position: fixed;
	top: 0px;
	width: 1024px;
	height: 100%;
	z-index: -1;
	background-image: url('bgrepeaty.png');
	background-repeat: repeat-y;
}

#main {
	width: 1024px;
	height: 768px;
	z-index: 1;
	background-image: url('bgimage.png');
	background-repeat: no-repeat;
}

#news {
	position: absolute;
	left: 68px;
	top: 76px;
	width: 150px;
	height: 148px;
	font-size: 12px;
}

#news p {
	position: absolute;
	bottom: 0px;
	width: 150px;
	text-align: left;
}

#navigation {
	position: absolute;
	left: 100px;
	top: 236px;
	width: 115px;
	height: 219px;
	text-align: right;
	color: #fff;
}

#navigation a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
}

#navigation a.mini {
	color: #808080;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#navigation a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	left: 247px;
	top: 247px;
	width: 588px;
	padding-bottom: 20px;
}

#content p, #content h1, #content h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

#content h1 {
	color: #1264ac;
	font-size: 23px;
}

#content h2 {
	color: #25447a;
	font-size: 18px;
}

#flashcontent 
{
	width: 500px;
	height: 375px;
	background-color: #FFF;
}

#flashcontent p
{
	color: #DD0000;
}

ul {
	margin-top: 4px;
	margin-bottom: 14px;
	padding-left: 22px;
}

li {
	padding-left: 4px;
}

h2.concert {
	margin-top: 36px;
	padding-bottom: 0px;
	line-height: 10px;
	border-bottom: 1px dotted #25447a;
	margin-bottom: 24px;
}

#content a img {
	border-width: 0px;
}

#content p.imgdesc {
	width: 390px;
	background-color: #333;
	padding: 5px;
	font-size: 11px;
	color: #888;
}

#content p.concert {
	margin-top: 10px;
}

hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #C0C0C0;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 7px;
	margin-bottom: 15px;
}

#content #concert-navi {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

#concert-navi a {
	text-decoration: none;
}
