
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container1{
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background-image: url(/images/top-back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#top01 {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 875px;
	height: 111px;
	background-image: url(/images/top01.jpg);
	background-repeat: no-repeat;
}

#top01 #left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 111px;
	width: 350px;
	cursor: pointer;
}

#top01 #right{
	position: absolute;
	top: 55px;
	right: 15px;
	width: 350px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#top02 {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 875px;
	height: 112px;
	background-image: url(/images/greyline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #ffffff;
}

#container3{
	margin: 0px auto;
	padding: 0px;
	background-image: url(/images/bottom-back.gif);
	background-repeat: repeat-x;
}

#bottom {
	margin: 0px auto;
	padding: 14px 0px 0px 0px;
	width: 875px;
	height: 29px;
}

#bottom-left{
	float: left;
	color: #ffffff;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

#bottom-right{
	float: right;
	color: #ffffff;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

#container2 {
	width: 875px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 20px 0px;
}

#rightBanner {
	float: right;
	width: 160px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#rightMoreVids {
	float: right;
	width: 188px;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/morevids-back.gif);
}

#moreVidsLiner01{
	padding: 0px;
	margin: 0px;
	background-image: url(/images/morevids-liner01.gif);
	background-repeat: no-repeat;
}

#moreVidsLiner02{
	padding: 18px;
	margin: 0px;
	background-image: url(/images/greyline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#vidBrowser {
	width: 692px;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/topvids-back.gif);
}

#vidBrowserLiner01{
	padding: 0px;
	margin: 0px;
	background-image: url(/images/topvids-liner01.gif);
	background-repeat: no-repeat;
}

#vidBrowserLiner02{
	padding: 20px 15px 20px 20px;
	margin: 0px;
	background-image: url(/images/greyline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#content {
	width: 480px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

.vidBoxWrapper{
	float: left;
	width: 134px;
	height: 127px;
	overflow: hidden;
	margin: 0px 25px 15px 0px;
}

.moreVidBoxWrapper{
	width: 134px;
	height: 127px;
	overflow: hidden;
}

.vidPicWrapper{
	border: 1px solid #265f9d;
	padding: 1px;
}

.vidPic{
	width: 130px;
	height: 97px;
}

.vidPicOverlay{
	filter: alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.vidPicOverlayHover{
	filter: alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.vidTitle{
	padding: 3px 0px 0px 0px;
	width: 134px;
	font-size: 10px;
	line-height: 110%;
}

.pageNav{
	height: 20px;
	position: relative;
}

.pageNav .left{
	position: absolute;
	top: 0px;
	left: 0px;
}

.pageNav .right{
	position: absolute;
	top: 0px;
	right: 0px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #1e96d4;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 9px;
	color: #555555;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #265f9d;
}

.commentForm{
	padding: 2px;
	margin: 0px;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.commentFieldset{
	border: 1px solid #c5d7e8;
	background-color: #f1f8fc;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

.commentFieldset legend{
	border: 1px solid #c5d7e8;
	background-color: #ffffff;
	padding: 2px 6px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #002fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #95a8fc;
	text-decoration: underline;
}

#bottom-right a {
	font-weight: bold;
	color: #ffd400;
	text-decoration: underline;
}

#bottom-right a:hover {
	color: #fcf1ba;
}

#recentSearches a {
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}


