
	body {
		background: black;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
		font-family: arial;
	}
	
	td {
		vertical-align: top;
		font-size: 11px;
		color: #fff;
	}
	
	a {
		outline: 0;
	}
	
	#container {
		width: 963px;
		margin:0 auto;
		text-align: left;
	}
	
	#titleline {
		background-color: #cfcfcf;
		height: 25px;
		background-image: url(images/bgo.jpg);
		background-repeat: no-repeat;
		color: white;
		font-size: 16px;
		font-weight: bolder;
		padding-left: 15px;
		padding-top: 6px;
	}
	
	#rightbar ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style-type: none;
		margin-top: 15px;
	}
	
	#rightbar ul li a {
		text-decoration: none;
		color: #b5b5b5;
		font-weight: bolder;
		font-size: 12px;
	}
	
	#rightbar ul li a:hover {
		text-decoration: underline;
	}
	
	#leftbar {
		width: 813px;
	}
	
	#rightbar {
		width: 150px;
	}
	
	.videoitem {
		width: 170px;
		height: 198px;
		border: 1px solid #343434;
		float: left;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 11px;
		color: #b5b5b5;
	}
	
	.picline img {
		margin-top: 4px;
		margin-left: 4px;
		border: 1px solid #343434;
		outline: 0;
	}
	
	.titleline {
		font-size: 12px;
		font-weight: bolder;
		color: #FA9308;
	}
	
	.picline {
		height: 132px;
	}
	
	.titleline {
		height: 35px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.titleline a {
		color: #FA9308;
		text-decoration: none;
	}
	
	.lline {
		height: 14px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.viewline {
		height: 17px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	div.pager {
		text-align: center;
		margin-bottom: 20px;
	}
	
	ul.pager {
		margin: 0;
		padding: 0;
		border: 0;
		list-style-type: none;
	}
	
	ul.pager li {
		font-size: 14px;
		display: inline;
	}
	
	ul.pager li a {
		color: red;
		font-weight: bolder;
		text-decoration: none;
	}
	
	ul.pager li a.actual {
		background: orange;
		color: black;
	}
	
	ul.pager li a:hover {
		background: orange;
		color: black;
	}
	
	.next {
		margin-left: 45px;
	}
	
	.prev {
		margin-right: 45px;
		color: white;
	}
	
	.prev a {
		color: white;
	}
	
	li h2 {
		display: inline;
	}
	
	.description {
		font-size: 12px;
	}
	
	.description p {
		margin: 0;
		margin-bottom: 3px;
	}
	
	.tags {
		margin: 0; padding: 0; border: 0;
		list-style-type: none;
		margin-left: 5px; margin-top: 3px;
	}
	
	.introd { font-weight: bolder; }
	
	.tags li {
		display: inline;
		color: red;
		font-size: 11px;
		margin-left: 2px;
	}
	
	.tags li a {
		text-decoration: none;
		font-weight: normal;
		color: red;
		font-size: 11px;
	}
	
	.tags li a:hover {
		text-decoration: underline;
	}
	
	.tags li h3 {
		display: inline; margin:0; padding: 0; border: 0;
	}
