body {
	background: #fff url(../images/bg.jpg) repeat-x;
	margin: 0px;
	font: 12px normal Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
img.border {
	border: 2px solid #ffca4c;
	margin: 0px 3px;
	padding: 2px;
}

h1 {
	color: #01a1df;
	border-bottom: 2px solid #ffca4c;
	padding: 3px 0px 0px 5px;
	font-size: 24px;
	letter-spacing:-1px;
}
h2 {
	background: #01a1df url(../images/h2_bg.jpg) left top no-repeat;
	width: 255px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0px 0px 20px;
	margin: 0px;
	text-decoration: underline;
	text-align: left;
}
h4 {
	background: #dff6ff url(../images/h4_bg.jpg) right no-repeat;
	margin-left: 50px;
	font-size: 16px;
	color: #01a1df;
}

.grey {
	color: #999;
}

#container {
	margin: 0px auto;
	width: 970px;
	background: #fff;
}

#header {
	width: 970px;
	height: 170px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

#nav {
	position: absolute;
	top: 133px;
	text-align: center;
}
#nav ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 0px 5px;
	margin: 0px 24px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover {
	color: #ffd165;
	border-bottom: 2px solid #ffd165;
}
#nav a:hover li {
	border-bottom: 2px solid #ffd165;
}

#content {
	width: 621px;
	margin: 20px 18px 0px 0px;
	padding-left: 23px;
	background: #fff url(../images/content_bg.jpg) top left no-repeat;
	float: left;
	line-height: 18px;
	
}
#content ul {
	list-style-image: url(../images/li_bullets.gif);
}
#content ul ul{list-style:circle}
#content a {
	color: #01a1df;
	text-decoration:none;
}
#content a:hover {
	color: #000;
	text-decoration:underline;
}

#programmes {
	width: 275px;
	margin: 0px;
	background: #01a1df url(../images/programmes_bg.jpg) bottom no-repeat;
	color: #FFF;
	padding: 0px 0px 20px 0px;
}
#programmes p {
	margin: 0px;
	padding: 7px 0px 10px 20px;
}
#programmes a {
	color: #FF9900;
}
#programmes a:hover {
	color: #fff;
}

#call {
	margin-top: 10px;
	width: 275px;
	background: #01a1df url(../images/call_bg.jpg) bottom left no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#call p {
	margin: 0px;
	padding-bottom: 8px;
}

#newsletter {
	margin-top: 10px;
	width: 275px;
	background: #01a1df url(../images/call_bg.jpg) bottom left no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
}
#newsletter p {
	margin: 0px;
	padding-bottom: 8px;
}
#newsletter a {
	color: #125992;
}
#newsletter a:hover {
	text-decoration: none;
}

#transition {
	margin: 20px 0px 0px 40px;
	text-align: center;
}

#bottom-nav {
	color: #999;
	border-top: 1px solid #999;
	text-align: center;
}
#bottom-nav a {
	color: #999;
	text-decoration: none;
}
#bottom-nav a:hover {
	text-decoration: underline;
	color: #000;
}

#site-info {
	color: #999;
	font-size: 10px;
}
#site-info a {
	color: #999;
}
#site-info a:hover {
	color: #000;
}



.left {
	float: left;
}
.right {
	float: right;
}