* { 
	font-family: "Segoe UI", "Lucida Grande", "Tahoma", "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}


body {
	background: #3f6490 url(images/newsbg.png) fixed;
	margin: 0 auto;
}

a:link, a:visited, a:active {
	color: #6a0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6a0000;
	text-decoration: none;
}

p {
	font-size: 13px;
	line-height: 25px;
	margin: 8px 0 8px 0;
	text-align: justify;
}

img {
	border: 0;
}

#header {
	background: url(images/header-image.png) no-repeat;
	border-top: 1px solid #6a0000;
	border-left: 1px solid #6a0000;
	border-right: 1px solid #6a0000;
	padding: 0;
	margin: 45px auto 0 auto;
	width: 908px;
	height: 108px;
}

#content {
	width: 810px;
	border: 1px solid #6a0000;
	background: #ffffff url(http://i195.photobucket.com/albums/z207/radio1fansite/grad.jpg) repeat-x;
	margin: 0 auto;
	padding: 42px 49px 35px 49px;
}

.page-title {
	width: 803px;
	height: 25px;
	background: #6a0000;
	border: 1px solid #6a0000;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 0 5px;
	display: block;
	margin: 0px 0px 5px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top:10px;
	margin-bottom:5px;
	font-size: 16px;
	color: #6a0000;
}

#footer {
	background: #6a0000;
	border-bottom: 1px solid #6a0000;
	border-left: 1px solid #6a0000;
	border-right: 1px solid #6a0000;
	padding: 5px 4px 3px 4px;
	color: #B7113E;
	font-size: 12px;
	margin: 0 auto 35px auto;
	text-align: center;
	width: 900px;
	height: 19px;
}

#footer a { font-decoration: underline; font-weight: normal; color: #B7113E; }

ul{
	font-size: 13px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 40px;
}

li{
	margin-bottom: 9px;
	text-align: justify;
}

#home-promo {
	border-top: 2px solid #6a0000;
	border-left: 2px solid #6a0000;
	border-bottom: 2px solid #6a0000;
	border-right: 2px solid #6a0000;
	background: #38608c url(http://www.tv-live.org.uk/wb/media/home-promo.png);
	padding: 6px;
	width: 800px;
	margin-top: -30px;
	margin-left: -8px;
	z-index:-20;
	margin-bottom: 20px;
}

#home-updates {
	border-top: 2px solid #6a0000;
	border-left: 2px solid #6a0000;
	border-bottom: 2px solid #6a0000;
	border-right: 2px solid #6a0000;
	background: #38608c url(http://www.tv-live.org.uk/wb/media/home-promo.png);
	padding: 6px;
	width: 800px;
	margin-top: 20px;
	margin-left: -8px;
	z-index:-20;
	margin-bottom: 20px;
	color: #ffffff;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav li#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Header menu */	 
#header_menu { position: absolute; }
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 32px;
	border-top: 0;
	padding: 0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 13px; 
	width: 908px;
	position: relative;
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: url(images/menu.png) top right; padding: 7px 16px 8px 16px; color: #fff; text-decoration: none; font-weight: normal; }

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: url(images/menu.png) right 32px;
}

#nav li a:active, #nav ul li a.active {
	background: url(images/menu.png) right 32px;
}

#nav li.menu-current a {
	background: url(images/menu.png) right 64px;
}

#nav li.menu-current a:hover {
	background: url(images/menu.png) right 64px;
}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 215px; margin: 0; display: none; text-transform: none; border-top: 1px solid #6a0000; font-size: 100%;}
#nav .menu li ul li {width: 215px; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em; border-top: 1px solid #B7113E;}
#nav .menu li ul a {width: 199px; padding: 7px 8px 7px 8px; background: #6a0000; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #ffffff; background: #cc0000; border: 0; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #29405c; color: #fff; }
#nav .menu li ul li ul li a:hover 	{ background: #334b6a; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#navContainer {
	width: 800px;
	display: block;
	clear: both;
	margin: 76px 0 0 0;
}