	body {
		margin:0;
		padding:0;
		font: normal 12px 'Trebuchet MS';
		background:url(img/bg.jpg) repeat-x #d9d9d9;
	}
	
	#container {
		width:963px;
		margin:0 auto;
	}
	
	#content {
	float:left;
	width:695px;
	margin-top:44px;
	background:url(img/cont_bg.jpg) repeat-x #373737;
	height:621px;
	}
	
	#content p {
		color:#ffffff;
		padding:23px;
	}
	
	#content span {
		font:bold 14px 'Trebuchet MS';
	}
	
	#right {
	width:253px;
	float:right;
	background:url(img/cont_bg.jpg) repeat-x #373737;
	margin-top:75px;
	height:591px;
	}
	
	#right ul .yellow {
		color:#eceb03;
	}
	
	#right ul .green {
		color:#97ea28;
	}
	
	#right ul .orange {
		color:#fd8936;
	}
	
	#right ul .red {
		color:#ff212c;
	}
	
	#right ul .pink {
		color:#f8c7da;
	}
	
	#right ul {
		margin-top:70px;
	}
	
	#right ul li {
		text-align:left;
		font-size:22px;
		line-height:55px;
		margin-left:10px;
		color:#ffffff;
	}
	
	.contact {
		float:left;
		width:321px;
		margin-top:18px;
		background:url(img/cont_bg.jpg) repeat-x #373737;
		color:#ffffff;
		height:341px;
	}
	
	.contact form {
		padding:15px;
	}

	.contact .mes {
		background:url(img/textarea.gif); 
		width:265px; 
		height:90px; 
		border:0; 
		padding:7px; 
		font:normal 11px arial;
	}
	
	#myvideos {
		width:623px;
		float:right;
		margin-top:18px;
		background:url(img/video_bg.jpg);
		height:341px;
	}
	
	#myvideos #list {
		padding:40px 20px 20px 20px;
	}
	
	#myvideos #list .item {
		float:left;
		margin:4px 30px 20px 30px;
	}
	
	#myvideos #list .item h2 {
		font:bold 12px arial;
		color:#5a5a5a;
		margin:0;
		padding:0;
		text-align:center;
		padding-top:2px;
	}

	

