@charset "utf-8";
/* CSS Document */

.wrapper{ /*main holder of the entire site except the footer*/
	width:910px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px; /* the bottom margin is the negative value of the footer's height */
}

.maincontainer{
	float:left;
	width:910px;
	margin-bottom:50px;
}

.header{
	width:870px;
	margin:16px 0 58px 15px;
}
.sitename{
	width:291px;
	float:left;
}

.nav{
	padding:50px 0 0 160px;
	width:418px;
	float:left;
}
.nav ul{
	height:25px;
	margin:0;
	padding:0;
}

.nav li{
	height:25px;
	display:inline;
	font:normal 18px "Times New Roman", Times, serif;
	padding:0 5px 0;
	margin: 0;
	color:#c4c4c4;
	vertical-align:top;
	float:left;
}
.nav li a{
	color:#c4c4c4;
}
.nav li a:hover{
	color:#fff600;
}

.imagery{
	height:344px;
	margin-bottom:32px;
	background:#000;
	border:1px solid #585856;
}

.mbody1{
	width:513px;
	float:left;
	margin:15px 0 0 8px;
}
.mbody1-title{
	margin:0 0 10px 7px;
}
.sloganwrap{
	width:450px;
	border-top:1px solid #8A8A8A;
	border-bottom:1px solid #8A8A8A;
	padding:20px 15px;
	font-size:14px;
	font-style:italic;
	margin-bottom:50px;
	line-height:20px;
}
.sloganwrap strong{
	color:#FFF;
	font-size:18px;
}
.artistjourney{
	margin-left:15px;
}
.mbody2{
	width:294px;
	float:left;
	margin-left:81px;
}
.mbody2-title{
	margin-bottom:15px;
}
.gallery{
	margin-bottom:28px;
}
.gallery ul{
	margin:0 0 2px 0;
	padding:0;
}
.gallery li{
	display:inline;
	margin-left:2px;
}

.first{
	margin:0!important;
	padding:0!important;
}
.gal2{
	margin:0!important;
}

/* Sticky Footer by Ryan Fait http://ryanfait.com/ */
.footer{
	background:#000;
	width:100%;
	text-align:center;
	font:normal 11px  Arial, Helvetica, sans-serif;
	color:#FFF;
	float:left;
}
.footer, .push {
	height: 28px; /* .push must be the same height as .footer */
}
.footer p{
	padding-top:5px;
}

/*inner*/
.inbody{
	width:748px;
	float:left;
	margin:40px 0 0 8px;
}
.intitle{
	border-bottom:1px solid #8a8a8a;
	width:450px;
	margin-bottom:20px;
	padding-bottom:12px;
}