<!--
body {
	margin: 0px;
	background-color: #011d75;
}

img { border: 0px; }

.container {
	width: 996px;
	margin: auto;
}

#body {
	height: 173px;
	background-image: url(http://www.ukfox.com/images/top-bg.jpg);
	background-repeat: repeat-x;
}

.logo {
	background-image: url(http://www.ukfox.com/images/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 950px;
	float: left;
	margin-left: 34px;
	background-color: #01103e;
}

#left {
	width: 170px;
	float: left;
}
	
	.leftBox, .leftTop, {
		width: inherit;
		float: left;
	}
	
	.leftMiddle {
		width: inherit;
		height: 247px;
		background-image: url(http://www.ukfox.com/images/left-middle.jpg);
		background-repeat: no-repeat;
	}
		.leftMiddleInner { margin: 0px 8px 0px 13px; }
	
	.leftBottom {
		width: inherit;
		height: 18px;
		background-image: url(http://www.ukfox.com/images/left-bottom.jpg);
		background-repeat: no-repeat;
	}

#middle {
	width: 502px;
	float: left;
	background-image: url(http://www.ukfox.com/images/middle-bg.jpg);
	background-repeat: repeat-y;
}

	.post {
		width: 480px;
		height: 104px;
		float: left;
		padding-left: 10px;
		padding-bottom: 8px;
	}
		
		.postImage {
			width: 104px;
			height: inherit;
			float: left;
		}
			.postImage img { border: 2px solid #bc0c01; }
		
		.postText {
			width: 360px;
			height: inherit;
			float: left;
			padding-left: 10px;
		}
		
			a.postTitle:link {
				font-size: 14px; 
				font-weight: bold;
			}
			a.postTitle:visited {
				font-size: 14px;
				font-weight: bold;
			}
			a.postTitle:hover {
				font-size: 14px;
				font-weight: bold;
			}
			a.postTitle:active {
				font-size: 14px;
				font-weight: bold;
			}
			
			.postDescription {
				width: 360px;
				height: 55px;
				float: left;
				font-size: 12px;
				color: #ff0000;
			}
			
			.postBottom {
				height: 30px;
				float: left;
			}

#right {
	width: 278px;
	float: left;
}

	.rightBox, .rightTop, {
		width: inherit;
		float: left;
	}
	
	.rightMiddle {
		width: inherit;
		height: 266px;
		background-image: url(http://www.ukfox.com/images/right-middle.jpg);
		background-repeat: no-repeat;
	}
		.rightMiddleInner { margin: 0px 8px 0px 10px; }
	
	.rightBottom {
		width: inherit;
		height: 28px;
		background-image: url(http://www.ukfox.com/images/right-bottom.jpg);
		background-repeat: no-repeat;
	}

#bottomBar {
	height: 29px;
	background-image: url(http://www.ukfox.com/images/bottom-bar.jpg);
}

#footer {
	height: 119px;
	background-image: url(http://www.ukfox.com/images/footer-bg.jpg);
}

#footerInner {
	width: 938px;
	height: 119px;
	margin-left: 45px;
	background-image: url(http://www.ukfox.com/images/footer.jpg);
}

#footerLinkers {
	width: 563px;
	height: 70px;
	float: left;
	margin: 20px 40px 0px 345px;
}

h1.videoTitle {
	font-size: 20px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
-->