body
{
	background-color: rgb(50,50,50);
	background-image: url('images/imageBackground.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}

.formLabel
{
	padding-right: 10px;
	text-align: right;
}

.formInput
{
	text-align: left;
}

div
{
	display: block;
}

img
{
	border: 0px;
	display: block;
}

#cellBiography
{
	padding: 25px;
	font-size: 15px;
	text-align: justify;
}

#divContact
{
}

#divHeader
{
	height: 400px;
}

#divContainer
{
	width: 1024px;
	background-color: rgb(255,255,255);
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);	
}

#divMain
{
	background-image: url('images/imageWhiteSpace.jpg');
	background-repeat: repeat;
}

#cellTunes
{
	text-align: center;
	vertical-align: top;	
	width: 34%;
	height: 300px;	
}

#cellTour
{
	padding-top: 75px;
	padding-left: 55px;
	padding-right: 50px;	
	background-image: url('images/imageTour.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 34%;
	height: 300px;	
}

#cellTweets
{
	text-align: justify;
	padding-top: 75px;
	padding-left: 50px;	
	padding-right: 55px;
	background-image: url('images/imageTweets.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 33%;
	height: 300px;
}

#cellTube
{
	padding-top: 75px;
	background-image: url('images/imageTube.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 33%;
	height: 300px;
}

#imageTunes
{
	margin-left: auto;
	margin-right: auto;
}

#imageHeader
{
	position: relative;
	z-index: 1;
	top: -15px;
}

#objectYouTube
{
	width: 235px;
	height: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#objectMusicPlayer
{
	width: 375px;
	height: 15px;
	display: block;
	position: relative;
	top: 23px;
	left: 31px;
	z-index: 2;
}

.twitterTime
{
	font-weight: bold;
}

#divTweets UL, OL, LI
{
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}
