@import url("reset.css");
@import url("form.css");
html, body {
	height:100%;
	overflow: visible;
	font: normal 13px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
}
#welcome {
	background: #000 url("../images/bkgrd_welcome.jpg") no-repeat 50% 0%;
}
#bio {
    background: #000 url("../images/bkgrd_bio.jpg") no-repeat center center fixed;
    background-size: cover;
}
#music {
    background: #000 url("../images/bkgrd_music.jpg") no-repeat center center fixed;
    background-size: cover;
}
#gallery {
    background: #000 url("../images/bkgrd_gallery.jpg") no-repeat center center fixed;
    background-size: cover;
}
#calendar {
    background: #000 url("../images/bkgrd_calendar.jpg") no-repeat center center fixed;
    background-size: cover;
}
#contact {
    background: #000 url("../images/bkgrd_contact.jpg") no-repeat center center fixed;
    background-size: cover;
}
a {
	text-decoration: none;
	color: #FC3;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
div.clear {
	clear: both;
	height: 1px;
}
.gallery img {
	border: 0;
	float: left;
}
#wrapper {
    position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
#topbar {
	position: relative;
	z-index: 3;
	background-image: url("../images/000_80.png");
	height: 90px;
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #000;
}
#navbar {
	float: right;
}
#navbar ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#navbar li {
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#navbar a {
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#navbar a span {
	display:block;
	color:#fff;
	font-weight:bold;
	line-height:90px;
	padding:0 30px;
	font-size: 100%;
}
#navbar a:hover, #navbar li.item_active a {
	background:#000;
}
#navbar a:hover span, #navbar li.item_active a span {
	color:#fff;
	font-style:normal;
	text-decoration:none;
}
#logo {
	position: relative;
	float: left;
	width: 236px;
	width: 850px;
}
#logo img {
	position: absolute;
	z-index: 100;
	top: 10px;
}
#content_wrapper {
	/*position: relative;*/
	z-index: 3;
	width: 850px;
	margin: 0 auto;
}
#content_slider {
	width: 850px;
	margin-top: 200px;
	background-image: url("../images/000_80.png");
	border: 1px solid #000;
	overflow: auto;
}
#content_full {
	float: left;
	width: 800px;
	padding: 25px;
	overflow: auto;
}
#content_left {
	float: left;
	width: 530px;
	padding: 25px;
	overflow: auto;
}
#content_l {
    float: left;
    width: 430px;
    padding: 0 25px 25px 0;
    border: #FFF;
    overflow: auto;
}
#content_right {
	float: right;
	width: 300px;
	padding: 25px;
	overflow: auto;
	background-image: url("../images/000_80.png");
	border: 1px solid #000;
}
#content_full p, #content_left p, #content_right p {
	margin: 10px 0 10px;
	line-height: 18px;
}
#welcome #content_right {
    position: relative;
    margin: auto;
    right: 20px;
    top: 260px;
    width: 360px;
    background-image: url(../images/000_80.png);
    border: 3px solid #000;
    overflow: auto;
}
#welcome #content_right p {
	margin: 10px 0 10px;
	line-height: 18px;
	font-size: 110%;
}
#footer {
	font-size: 11px;
	line-height: 50px;
	text-align: center;
	background-image: url("../images/000_80.png");
	border-top: 1px solid #000;
	color:#999;
}
#footer a {
	color: #CCC;
}
.push {
	margin-top: 30px;
}
#footer, .push {
	height: 50px;
	z-index:5000;
	position: relative;
}
