/*Designed and coded by Shahee Ilyas
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#wrapper {
	width:780px;
	margin: 60px auto 0 auto;

}

#footer {
	position: absolute;
	top: 560px;
	width:760px;
	margin: 0 auto 0 auto;
	font-size: 9px;
	padding: 10px;
	color: #222222;
}

#menu {
	
	width:760px;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
		/*border: 1px solid #cccccc;
*/}

a{
	text-decoration: none;
	color: #dddddd;
	}

a:hover {
	text-decoration: none;
	color: white;
	}	

#kushenooney a{
	color: white;
	font-weight:bold;
	}

#videolist {
	width:350px;
	padding-left: 10px;
}



#player{
	float:right;

}


.thumbs {
	padding: 10px;
	border: 1px solid #cccccc;
		
}

.thumbstip {

	padding: 2px;
	background-color: #888888;
	/*border: 1px solid white;*/

}
.image {
	padding: 10px;

}

.caption {
	margin: 0 0 0 10px;

}



#contentbio{
	margin:120px 0 0 0;
	font-size: 12px;
	line-height: 10px;

}

#content p {
	margin:8px 0 0 0;
}

