/*------------------------------------------------------------index*/
#index-welcome {
	float: left;
	width: 455px;
	padding: 10px;
	text-align: justify;
	background-image: url(../images/backgrounds/main-info-bg.png);
	margin-top: 15px;
}

#index-random {
	float: right;
	padding: 10px;
	text-align: justify;
	width: 370px;
	background-image: url(../images/backgrounds/orange-bg.png);
	margin-bottom: 15px;
	margin-top: 15px;
}
#index-flash-slideshow {
	float: right;
	width: 370px;
	padding: 10px;
	background-image: url(../images/backgrounds/blue-bg.png);
}


#index-channel {
	float: left;
	width: 480px;
	margin-top: 10px;
	margin-bottom: 150px;
}
.youtube-image {
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.channel-images {
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#profile-info {
	width: 400px;
	text-align: justify;
	padding: 10px;
	list-style-position: inside;
	list-style-type: disc;
	background-image: url(../images/backgrounds/main-info-bg.png);
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#profile-image {
	float: right;
	width: 425px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: justify;
	background-image: url(../images/backgrounds/orange-bg.png);
}
#contact-form {
	width: 350px;
	padding: 10px;
	background-image: url(../images/backgrounds/blue-bg.png);
	margin-top: 15px;
	margin-bottom: 15px;
}

