/* CSS Document */

body {
	background-color:#FFF;
	border-top: 10px solid #6699CC;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	font-size: 12px;
	margin:0px;
	padding: 0px;
}

p {
	font-size: 11px;
}

hr {
	color:#6699CC;
	height: 1px;
}

a:link {
	font-size:11px;
	text-decoration:none;
	color:#6699CC;
}

a:visited {
	font-size:11px;
	text-decoration:none;
	color:#6699CC;
}

a:active {
	font-size:11px;
	text-decoration:none;
	color:#6699CC;
}

a:hover {
	font-size:11px;
	text-decoration:underline;
	color:#6699CC;
}

#container {
	margin: auto;
	margin-top: 40px;
	width: 700px;
	border: 3px solid #6699CC;
}

#header {
	margin: auto;
	font-size:36px;
	font-weight:bold;
	clear:both;
	text-align:center;
	border-bottom: 10px solid #6699CC;
}
#left {
	width: 125px;
	float: left;
	padding:5px;
	margin-right: 5px;
}

#right {
	margin: auto;
	padding: 3px;
	width: 550px;
	float: right;
	border-left: 1px solid #6699CC;
	padding-bottom: 10px;
}

#footer {
	height:65px;
	clear:both;
	border-top: 1px solid #6699CC;
	background-image:url(images/itv.logo.01.gif);
	background-repeat:no-repeat;
	background-position:right;
}
