﻿* {
	margin: 0;
}
html, body {
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	font-family: Franklin Gothic Medium;
}
body {
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}
img {
	border: none;
}
#header {
	width: 770px;
	height: 167px;
	margin: 0 auto 0 auto;
	background: #000000 url(images/Header.jpg) no-repeat;
}
#wrapper {
	width: 770px;
	margin: 0 auto -119px auto;
	background: #000000 url(images/Page.jpg) repeat-y;
}
#content-wrapper {
	width: 770px;
	background: transparent url(images/Header.jpg) no-repeat;
	background-position: 0 -167px;
}
#content {
	color: #CCCCCC;
	margin: 0 auto 0 97px;
	width: 580px; /*370px;*/
}
#content p {
	text-align: left;
	padding-bottom: 1em;
}
#content h1 {
	text-align: center;
	font-variant: small-caps;
	color: White;
	margin-bottom: 0.5em;
}
#side-navigation {
	width: 200px;
	height: 550px;
	float: right;
	margin: 10px;
}
.push {
	height: 119px;
}
#footer {
	width: 770px;
	height: 119px;
	margin: 0 auto 0 auto;
	background: #000000 url(images/Footer.jpg) no-repeat;
	text-align: center;
}
#footer #contacts {
	font-size: 20px;
	padding-top: 90px;
}
#footer #contacts-push {
	height: 90px;
}
#footer #contacts a {
	color: Black;
}

#side-navigation ul {
	margin-top: 350px;
}
#side-navigation li {
	padding-bottom: 1em;
}
#side-navigation a {
	font-size: 12pt;
	color: White;
}

.horizontal-def-list dl {
	float: left;
}
dt {
	padding-left: 2em;
}
dd {
	padding-left: 4em;
	font-size: 90%;
}

div.gigs>div {
	border-bottom: solid 1px white;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
