body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000;
	background-image: url('/media/images/zebra.png');
    background-position: 20px 0;
    background-repeat: no-repeat;
	color: #FFF;
	font-size: 12px;
	margin-top: 0;
    margin-bottom: 0;
	margin-left: 0;
}
a:link, a:visited {
    color: #999;
}
a:hover {
    color: #ccc;
}
#container {
    position: absolute;
    margin-right: 30px;
    width: expression(document.body.clientWidth > 1000  ? "1000px" : "auto");
    min-width: 990px;
    max-width: 1000px;
}
#content {
    color: #ccc;
	margin-left: 270px;
	padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
}
#content h3, #content h4 {
    color: #fff;
}
#content h3 {
    font-size: 1.4em;
    margin-bottom: 2px;
    margin-top: 10px;
}
#content h4 {
    font-size: 1.1em;
    margin-bottom: 2px;
    margin-top: 0;
}
#content ul {
    margin-top: 0;
}
#content p {
    text-align: justify;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 10px;
}
#content strong {
    color: #fff;
}
#gutter {
    font-size: 10px;
    position: absolute;
    left: 20px;
    width: 250px;
    margin-top: 70px;
}
#gutter img {
    border: 1px solid #ccc;
}
#flyer_download {
    margin-left: 30px;
}
#flyer_download p {
    margin-bottom: 0;
}
#flyer_download ul {
    margin-top: 0;
}
#header {
	background-image: url('/media/images/white_20percent.png');
    width: 100%;
	height: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header h1, #header h2 {
	left: 280px;
    min-width: 360px;
	font-weight: normal;
}
#header h1 {
	margin-top: 0;
	position: absolute;
	top: 50px;
	font-size: 2em;
}
#header h2 {
	margin-top: 0;
	position: absolute;
	top: 80px;
	color: #ccc;
	font-size: 1.3em;
}
#footer {
    width: 100%;
    text-align: right;
}
#footer img {
    margin: 4px;
}
#logo {
	border: 0;
	position: absolute;
	top: 15px;
	left: 44px;
}
#nav {
    position: absolute;
    margin: 0;
    top: 160px;
    right: 0;
    height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}
#nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}
#nav a:hover {
    color: #fff;
    background: #333;
}
#nav ul, #nav li {
    margin: 0;
    padding: 0;
}
#nav li {
    display: block;
    list-style-type: none;
    font-size: 1em;
    float: left;
}
#home #nav-home a, #polysensual #nav-polysensual a,
#soundsystem #nav-soundsystem a, #gallery #nav-gallery a {
    background-image: url('/media/images/navbg.png');
}
#home #nav-home a:hover, #polysensual #nav-polysensual a:hover,
#soundsystem #nav-soundsystem a:hover, #gallery #nav-gallery a:hover {
    background-color: transparent;
    color: #fff;
    background: #333;
}
.section_img {
    position: absolute;
	border: 1px solid #FFF;
	float: left;
	margin-left: -170px;
    margin-top: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float_left {
    position: absolute;
    float: left;
    margin-top: 35px;
	margin-left: -235px;
}
.float_right {
    float: right;
}
#thumbnails img {
    border: 1px solid #ccc;
    margin: 7px;
}
