@charset "UTF-8";
@media all {
body {
	background: #000;	
	text-align: center;
	margin: 0;
}
#page_center {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#page {
	width: 900px;
	text-align: left;
	background: #000;
}
#logo {
	position: relative;
	height: 70px;
	background: url(../img/bg_logo.jpg) no-repeat top left;
	border-bottom: 1px solid #666;
}
#logo h1 {
	text-indent: -10000px;
}
#header {
	position: relative;
	height: 599px;
	background: url(../img/bg_header.jpg) no-repeat top left;
	border-bottom: 1px solid #666;
}
#header h1 {
	text-indent: -10000px;
}
#content {
	border-bottom: 1px solid #666;
}
#content .columns {
	width:772px;
	padding: 32px 64px;
	overflow:hidden
}	
.left {
	float: left;
	width: 386px;
}
.right {
	float: right;
	margin: 0 0 0 0;
	width: 322px;
}

#footer {
	background: #000;
	height: 30px;
	padding: 2px 0 0 0;
}

/* ACCORDION */

#accordion {
	background: url(../img/bg_accordion.png) no-repeat bottom right;
}

#accordion h3.toggler {
	padding: 12px 0;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	cursor: pointer;
	background: url(../img/bg_accordion.png) no-repeat top left;
}

#accordion h3.toggler span {
	padding: 0 18px;
	background: url(../img/plus.png) no-repeat center left;
}

#accordion .element {
	padding: 0 18px;
}

#accordion .element p {
	padding-bottom: 14px;
	margin: 0;
}

}
