

body,div,p,span,li,ul,form,a,h2,input{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	color: #999;
	text-decoration: none;
}

h2 {
	color: #666;
	font-weight: normal;
}


a:hover {
	color: #000;
}


p a {
	color: #000;
}

p a:hover {
	color: grey;
}


#container {
	width: 880px;
	margin-left: -440px;
	position: absolute;
	left: 50%;
}


#left, #right {
	margin-top: 140px;
	width: 180px;
	top: 0;
	left:0;
	text-align: right;
	position: absolute;
}


html>body #left, #right {
	left: auto;
	position: fixed;
}

#left *, #right * {
	text-transform: uppercase;
}

#left a, #right a {
	display: block;
	margin-bottom: 2px;
}

.active {
	color:black;
}

#left .onhover {
	cursor: pointer;
}

#left .onhover * {
	color: black;
}


#right {
	left: auto;
	right: 0;
	text-align: left;
}

#middle {
	width: 480px;
	height: 30px;
	margin-left: 200px;
	padding-bottom: 30px;
}


html>body #middle {
	padding-top: 129px;
	
}


/* --- MIDDLE CONTAINER --- */


#middle .header {
	background: url(/images/artbeat-logo.jpg) no-repeat center center #ccc;
	height: 129px;
}

html>body #middle .header {
	width: 480px;
	height: 129px;
	position: fixed;
	top: 0;
}

#middle .header h1 {
	display: none;
}


#middle .content{
	margin-top: 0px;
	margin-bottom: 20px;
}

#middle .content h1, h2, h3{
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#middle .content h2{
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 14px;
}



#middle .content h3{
	padding-top: 2px;
	font-size: 12px;
}


#middle .content p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

#middle .content ul {
	padding-bottom: 10px;
}

#middle .content li {
	display: inline;
	padding-left: 20px;
}

#middle .content li a{
	color: #000;
}

#middle .content .imprint p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}



#middle .mailform {
	height: 139px;
	margin-top: 10px;
	padding: 8px;
	background: #ddd;
}

#middle #map {
	width: 480px;
	height: 360px;
}


form input {
	width: 460px;
	display: block;
	border: 1px solid #999;
	background-color: white;
	color: #999;
	text-align: center;
	margin: 4px 0;
	padding: 1px 0;
}

form input.ondefault {
	color: #ABCBE8
}

form input.btt {
	background-color: #ddd;
	color: white;
	padding: 0;
	width: 462px;
}


form input.btthover, form input.btt:hover {
	background-color: #000;
	
}

object {
	padding:0px;
	margin: 0px;

}

.light {
	text-transform: lowercase !important;
	color: #ABCBE8;	
}

.filmcredit {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
	color: #AAA;	
}

.filmcredit a{
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

#photos a{
	margin:0px;
	padding: 0px;
	border: 0px;

}

#photos a:hover{
	opacity: .5;
	filter: alpha(opacity=50);
}



#photos img{
	margin:0px;
	padding: 0px;
	border: 0px;
}


.flashcontent{
	margin:0px;
	padding: 0px;
	border: 0px;
	width: 480px;
	height: 440px;
}

.imprint {
	padding-top: 10px;
	font-size: 10px;
	color: #999;

}