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

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.5;	
}


body {
	font-size: 11px;
	background-color: #514442;
}

h1 {
	font-size: 20px;
	font-weight: heavy;
}

h2 {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height:1.1;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	line-height:1.1;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}


#banner {
	width:950px;
	height: 21px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}	

#wrapper {
	width: 950px;
	padding-top:30px;
	margin-left: auto;
	margin-right: auto;
	background:#514442;
	}
	
	
#content {
	width: 484px;
	height:550px;
	float:right;
	background-color:#FFFFFF;
	overflow:auto;
}

#container {
    position:relative;
    width:450px;
    height:395px;
    margin:0px auto 0 auto;
	margin-left:0px;
	margin-right:0px;
    border:0px solid #aaa;
	background:#fff url(images/photos/rodney.jpg) no-repeat;
    }
	
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

#container a.gallery span {
    position:absolute;
    width:0px;
    height:0px;
    top:0px;
    left:0px;
    overflow:hidden;
	background-color:ffffff;
    }
	
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:0px 0px 0px 0px;
    text-align:left;
    cursor:default;
	margin-top:320px;
    }
	
#container a.slidea {
    background:url(images/photos/thumbs/rodney.jpg);
    height:75px;
    width:73px;
    }
#container a.slideb {
    background:url(images/photos/thumbs/nujazz.jpg);
    height:75px;
    width:73px;
    }
#container a.slidec {
    background:url(images/photos/thumbs/leftalone.jpg);
    height:75px;
    width:73px;
    }
#container a.slided {
    background:url(images/photos/thumbs/smalls.jpg);
    height:75px;
    width:73px;
    }
	
#container a.slidee {
    background:url(images/photos/thumbs/wynton.jpg);
    height:75px;
    width:73px;
    }
#container a.slidef {
    background:url(images/photos/thumbs/yutaka.jpg);
    height:75px;
    width:73px;
    }

	
#container ul {
    width:450px;
    height:450px;
	float:left;
    }
#container li {
    float:left;
    }
	
#container a.gallery:hover {
    border:1px solid #fff;
    }
	
#container a.gallery:hover span {
    position:absolute;
    width:450px;
    height:320px;
    top:0px;
    left:0px;
    color:#000;
	background-color:#fff;
    }

	
.clearit {
	display: block;
	clear: both;
	font-size:11px;
}
	
#leftside {
	width: 466px;
	height: 550px;
	float:left;
	background-color:#000000;
}

#rightimage {
	float:left;
	clear:right;
	background-image:url(images/bio.jpg);
	width:150px;
	height:183px;
	margin:0;
	margin-right:5px;
	margin-bottom:0px;
	margin-left:5px;
	padding-bottom:0;
}
#leftimage {
	float:left;
	clear:right;
	background-image:url(images/bio2.jpg);
	width:150px;
	height:244px;
	margin:0;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-bottom:0;
}


p {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	text-indent:20px;
	margin-right:10px;
}


#footer {
	clear: both;
	height: 38px;
	width: 950px;
	background-color:#000000;
	padding:0;
	margin:0;
}


a {
	text-decoration: none;
	color:#000;
	font-size:11px;
	font-weight:700;
}


img {
	border-style:none;
	}

