﻿
body {
	background-color: #8F1B22;
}
.div-main {
	width: 800px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	background-color:#BF7900;
	background-image:url('../images/back.jpg');
	background-position:center;
	background-repeat:repeat-y;
	overflow:auto;
}

.div-header {
	width:760px;
	height:300px !important;
	background-image:url('../images/header.jpg');
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	}

.div-menu {
	width:200px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-left:20px;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.div-content {
	width: 540px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	float:left;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#vertmenu h1 {
	display: block; 
	background-color:#FF9900;
	font-size: 90%; 
	padding: 3px 0 5px 3px;
	border: 0px solid #000000;
	border-bottom:thin black solid;
	color: #333333;
	margin: 0px;
	width:197px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #000000;
	width:195px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
}

/* Text formatting */
h1.content {
	font-size:xx-large;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}
p.content {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-style:normal;
	text-align:justify;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
}
img.content {
	width:175px;
	height:auto;
	border: thin maroon solid;
	float:left;
	margin-left: 5px;
	margin-right: 10px;
}

/* CD/DVD Table */
table.cd-dvd {
	border: 0px;
	width: 100%;
}
td.cd-dvd {
	width:50%;
}
h1.cd-dvd {
	font-size:large;
}

/* Concerts view formatting */
h2.view_concerts {
	font-size: medium;
}

table.view_concerts_admin {
	width:100%;
	margin-right:10px;
	margin-bottom:10px;
}
