@charset "utf-8";
.header {
	position: absolute;
	overflow: hidden;
	width: 740px;
	height: 75px;
	left: 0px;
	top: 0px;
	z-index: 2;
	text-align: center;
}
.nav {
	height: 25px;
	width: 740px;
	position: absolute;
	background-color: #0060a9;
	overflow: hidden;
	left: 0px;
	top: 270px;
	z-index: 2;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.highlight {
	overflow: visible;
	position: absolute;
	z-index: 2;
	top: 85px;
	left: 0px;
	width: 740px;
	height: 175px;
}


.page {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1;
	position: relative;
	height: auto;
}
.side {
	position: absolute;
	left: 10px;
	height: auto;
	width: 190px;
	top: 305px;
	overflow: visible;
	z-index: 2;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.navlink {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFF00;
	width: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h3 {
color: #0060A9;
text-align: center;

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	color: #0060A9;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #0060A9;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}


.main {
	height: auto;
	width: 520px;
	left: 210px;
	position: absolute;
	top: 305px;
	z-index: 2;
	overflow: visible;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFF00;
	padding: 5px;
}
.artist {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #0060A9;
	text-align: center;
}



body {
	background-color: 0060a9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}
