/*

	CSS Styles for tvwonline.net
	(c) Tim Wilson 2006
	
	STYLES FOR GENERAL SITE STRUCTURE

*/
/* Link Colours */
a:active {
	color: #006699;
}
a:link {
	color: #336699;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #6699CC;
}
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px 0px; 
	padding:0px;
	text-align:center;
}
/*Centre Central Frame*/
#mainContainer {
	position: relative;
	width: 970px;
	margin:0px auto;
}
/* Background, Repeating Background Images...*/
#background {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height: 620px;
}
/* Main Column with all Site Content */
#centralFrame {
	height: 620px;
	width: 970px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
}
/* Header Background */
.header {
	position: relative;
	height: 165px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../graphicalAssets/index/headerBack.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#altLogo {
	position: absolute;
	height: 50px;
	width: 225px;
	left: 0px;
	top: 0px;
}

#altText {
	position: absolute;
	height: 20px;
	width: 600px;
	left: 30px;
	top: 150px;
	font-size: 14px;
	color: #000000;
}
