@charset "UTF-8";
/* CSS Document */
body {
	background-color:#FFFFFF;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	color: #420e0e;
}
.artwork {
	position:absolute;
	margin-left: 170px;
	background-color: 0;
}
a:link, a:visited {
	color: #420e0e;
	text-decoration:none;
}
a:active {
	color: #FF0033;
}
a:hover {
	color: #FF0033;
}
.selected {
	color:#FF0000;
}
.buy {
	float:left;
	position:absolute;
}
.description {
	width: 180px;
	margin-left:40px;
	text-align:right;
}
.footer {
	font-size:12px;
	color:#999999;
	width:825px;
}
.headline {
	color:#FF0000;
}
.link {
	text-decoration:underline;
	font-size: 12px;
}
.nav_line {
	background-color:#CCCCCC;
 	width:825px; 
	height:1px; 
	margin-top:5px;
 }
 .line {
	background-color: #CCCCCC;
 	width:225px; 
	height:1px;
	margin: 5px 0;
	
 }
.navigation_home {
	margin-left:230px;
	margin-top: 240px;
	font-size:18px;
}
.navigation {
	margin-top: 15px;
	z-index:2;
	margin-left:40px;
	font-size:18px;
}
.navigation .selected {
	color:#FF0000;
}
.name {
	font-size:28px;
	margin-left:40px;
	margin-top:20px;
}
.next_navigation {
	margin-top: 30px;
	margin-left: 60px;
}
.note {
	color: #999999;
}
.price {
	width: 160px;
	margin-left: 20px;
	text-align:right;
}
.site {
	text-align:right;
}
.text {
	margin-top:200px;
	margin-left: 230px;
	width:430px;
	color: #420e0e;
	min-height:365px;
}
#homepage .navigation_home {
	min-height:370px;
}
#listpage .text {
	min-height:525px;
	margin-left:280px;
	margin-top:20px;
}

#contactpage .text {
	padding-top:90px;
	min-height:275px;
}

#eventspage .text {
	margin-top:0px;
	margin-left:0px;
	min-height:565px;
}



body.night {
	background-color:#8e95a3;
	background-image:url(pictures/bg.night.jpg);
}
body.night a:hover {
	color:#ffffff;
}
body.morning {
	background-color:#cfe4ff;
	background-image:url(pictures/bg.morning.jpg);
}
body.day {
background-image:url(pictures/bg.jpg);
}
body.evening {
	background-image:url(pictures/bg.evening.jpg);
}
#soon {
	color: #999999;
}


