/* @override 
	http://pvideos/videos.css
	http://pvideo/videos.css
	http://videos.cosmetic-makeovers.com/videos.css
*/

html, body, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;

}
body {
	text-align: center;
}
#header h2 {
	padding: 10px 10px 10px 3px;
	
}

td.thumbcell {
	padding-bottom: 15px;
	font-size: 14px;
	background-color: #303030;
	text-align: center;
	width: 130px;
	padding-top: 5px;
}

#videoframe {
	margin: 10px 10px 10px 16px;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	/*

it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* 

this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f3f3f3;
}

#main_content {
	text-align: left;
	margin: auto;
	width: 720px;
}

#footer {
    padding: 25px;
    text-align: center;
    font-size: 12px;
}
a.thumb_link {
	

	font: Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	border: 0 none #303030;

	
}
img.thumb_link {
		border: 0 none #303030;

	
}
a.thumb_link:visited {
	}

