@charset "UTF-8";
body {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	width: 800px;
	margin: 0 auto;
}
body#coming-soon {
	background: white url('../img/CdrakeComingH.jpg') no-repeat center center;
	margin-top:50%;
	overflow:hidden; text-indent:-999em;
}
#header {
	margin-top: 55px;
}
#header #navigation {
	position: relative;
	height: 70px;
}
#header #navigation ul {
}
#header #navigation ul li {
}
#header #navigation .main a {
	display: block;
	width: 80px;
	height: 70px;
	background-image: url(../img/nav_index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 500px;
}
#header #navigation .main a:hover, body#main #header #navigation .main a {
	background-image: url(../img/nav_index_on.jpg);
}
#header #navigation .gallery a {
	display: block;
	width: 60px;
	height: 70px;
	background-image: url(../img/nav_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 580px;
}
#header #navigation .gallery a:hover, body#gallery #header #navigation .gallery a {
	background-image: url(../img/nav_gallery_on.jpg);
}
#header #navigation .artist a {
	display: block;
	width: 80px;
	height: 70px;
	background-image: url(../img/nav_artist.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 640px;
}
#header #navigation .artist a:hover, body#artist #header #navigation .artist a {
	background-image: url(../img/nav_artist_on.jpg);
}
.title {
	text-align: center;
}
#main .content {
	position: relative;
}
#main .content .left {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 107px;
	display: block;
}
#main .content .right {
	position: absolute;
	top: 25px;
	left: 340px;
	width: 350px;
	display: block;
}
#main .content .right p {
	margin-bottom: 1em;
}
#main .content .right .credits {
	font-style: italic;
	padding-top: 5px;
}
#gallery .content {
	position: relative;
}
#gallery .content .left {
	position: absolute;
	top: 0px;
	left: 62px;
	width: 187px;
	height: 420px;
	display: block;
}
#gallery .content .left .credits {
	position: relative;
	height: 100%;
	font-style: italic;
	margin-left: 10px;
	margin-right: 35px;
	text-align: right;
}
#gallery .content .left .credits .bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#gallery .content .right {
	position: absolute;
	top: 0px;
	left: 260px;
	width: 450px;
	display: block;
	text-align: center;
	margin-top: 74px;
}
#artist .content {
	position: relative;
}
#artist .content .left {
	position: absolute;
	top: 0px;
	left: 70px;
	width: 190px;
}
#artist .content .right {
	position: absolute;
	top: 0px;
	left: 260px;
}
#artist .content .left ul li a {
	text-indent: -9999px;
}
#artist .content .left ul li a.biography {
	background-image: url(../img/nav_artist_biography.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 187px;
	height: 32px;
}
#artist .content .left ul#biography li a.biography {
	background-image: url(../img/nav_artist_biography_on.jpg);
}
#artist .content .left ul li a.resume {
	background-image: url(../img/nav_artist_resume.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 187px;
	height: 31px;
}
#artist .content .left ul#resume li a.resume {
	background-image: url(../img/nav_artist_resume_on.jpg);
}
#artist .content .left ul li a.statement {
	background-image: url(../img/nav_artist_statement.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 187px;
	height: 34px;
}
#artist .content .left ul#statement li a.statement {
	background-image: url(../img/nav_artist_statement_on.jpg);
}
#artist .content .left ul li a.online {
	background-image: url(../img/nav_artist_online.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 187px;
	height: 34px;
}
#artist .content .left ul#online li a.online {
	background-image: url(../img/nav_artist_online_on.jpg);
}
#artist .content .left ul li a.contact {
	background-image: url(../img/nav_artist_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 187px;
	height: 30px;
}
#artist .content .left ul#contact li a.contact {
	background-image: url(../img/nav_artist_contact_on.jpg);
}
#resume_text {
	overflow: auto;
	height: 400px;
	width: 500px;
	margin-top: 20px;
}
