body
{
	margin: 0;
	color: #333;
	background-color: rgb(230, 230, 230);
}

.header
{
	background-image: url(images/music.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #600;
	padding-left: 30px;
	padding-right: 30px;
	height: 100px;
	border-bottom: 1px solid #600;
}

.header h1
{
	color: #600;
	font-size: 28pt;
	font-family: 'trebuchet ms', arial, sans-serif;
	text-align: center;
}

.header h2
{
	color: #600;
	font-size: 16pt;
	font-family: 'trebuchet ms', arial, sans-serif;
	text-align: center;
}

.heading h1
{
	font-size: 10pt;
	color: #666;
}
	

.nav
{
	width: 150px;
	border-right: 1px solid #600;
	background-color: rgb(200, 200, 150);
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #600;
	font-family: 'trebuchet ms', arial, sans-serif;
}

.nav a:hover
{
	color: rgb(200, 200, 150);
	background-color: #963;
}

.content
{
	background-image: url(images/gradient.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #600;
	padding: 0 1em 1em 1em;
}

.headline
{
	padding: 5px;
	background: #630;
	color: white;
	border: 1px rgb(100, 150, 100) outset;
	text-align: center;
}

.headline a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.headline a:hover
{
	text-decoration: underline;
}

.headline-image
{
	background: rgb(21, 9, 19);
	border: 1px rgb(100, 150, 100) inset;
	text-align: center;
}

.footer
{
	background: #630;
	color: white;
	border: 1px rgb(100, 150, 100) outset;
	height: 25px;
}

.footer h1
{
	font-size: 10pt;
	font-weight: 400;
}

.orderform
{
	font-family: arial, helvetica, sans-serif;
	color: blue;
}

.orderform td
{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 3px;
}


.hosting
{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	width: auto;
	background: #fff;
	color: #333;
}

.hosting td
{
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

.hosting th
{
	background: gray;
	color: white;
}

.customers
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	width: auto;
	background: white;
	color: #333;
	font-size: small;
}

.customers td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
	background: #eee;
}

.customers th
{
	background: #009;
	color: white;
	padding: 3px;
}

.event
{
	width: 80%;
	background: #eee;
	border: 1px solid gray;
	padding: 1em;
}

.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}






