body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../gfx/background.gif);
	background-repeat:no-repeat;
}
h1 {
	font-size:24px;
	color:#0099cc;
	font-weight:bold;
	text-transform:uppercase;
}
b.blackS {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
b.blackL {
	font-size:30px;
	color:#000000;
	font-weight:bold;
}
b.redS {
	font-size:18px;
	color:#FF0000;
	font-weight:bold;
}
b.redL {
	font-size:24px;
	color:#FF0000;
	font-weight:bold;
}

a { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link 		{ color: #FF0000; font-weight: normal; text-decoration: underline; font-size: 11px; }
a:active 	{ color: #0099cc; font-weight: normal; text-decoration: none; font-size: 11px; }
a:visited 	{ color: #FF0000; font-weight: normal; text-decoration: underline; font-size: 11px; }
a:hover 	{ color: #0099cc; font-weight: normal; text-decoration: none; font-size: 11px; }

a.redbold:link 		{ color: #FF0000; font-weight: bold; text-decoration: none; font-size: 11px; }
a.redbold:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; font-size: 11px; }
a.redbold:visited 	{ color: #FF0000; font-weight: bold; text-decoration: none; font-size: 11px; }
a.redbold:hover 	{ color: #0099cc; font-weight: bold; text-decoration: none; font-size: 11px; }

a.blackbold:link 		{ color: #000000; font-weight: bold; text-decoration: none; font-size: 11px; }
a.blackbold:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; font-size: 11px; }
a.blackbold:visited 	{ color: #000000; font-weight: bold; text-decoration: none; font-size: 11px; }
a.blackbold:hover 	{ color: #0099cc; font-weight: bold; text-decoration: none; font-size: 11px; }

a.blackS:link 		{ color: #000000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 20px; }
a.blackS:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 20px; }
a.blackS:visited 	{ color: #000000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 20px; }
a.blackS:hover 		{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 20px; }

a.blackL:link 		{ color: #000000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 30px; }
a.blackL:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 30px; }
a.blackL:visited 	{ color: #000000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 30px; }
a.blackL:hover 		{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 30px; }

a.redS:link 	{ color: #FF0000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 18px; }
a.redS:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 18px; }
a.redS:visited 	{ color: #FF0000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 18px; }
a.redS:hover 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 18px; }

a.redL:link 	{ color: #FF0000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 28px; }
a.redL:active 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 28px; }
a.redL:visited 	{ color: #FF0000; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 28px; }
a.redL:hover 	{ color: #0099cc; font-weight: bold; text-decoration: none; text-transform:uppercase; font-size: 28px; }

#programmering td {
	border:solid #CCCCCC 1px;
	background-color:#FFFFFF;
}
.topbanner {
	width:950px;
	height:236px;
	background-image:url(../gfx/ABliveLogo.jpg);
	background-repeat:no-repeat;
}
.menu {
	position:absolute;
	top:236px;
	left:710px;
	width:213px;
	height:525px;
}
#nav-menu ul {
	padding: 0px;
	margin:0px;
}
#nav-menu ul li {
	list-style:none;
	padding-top:2px;
	padding-left:6px;
	margin:0px;
	background-image:url(../gfx/menu_bg.gif);
	background-repeat:no-repeat;
	height:26px;
}
#nav-menu-big ul {
	padding:0px;
	margin:0px;
}
#nav-menu-big ul li {
	list-style:none;
	padding-top:2px;
	padding-left:6px;
	color:#000000;
	background-image:url(../gfx/menu_bg_big.gif);
	background-repeat:no-repeat;	
	height:119px;
}
.menuContent {
	margin:5px 10px 5px 5px; /* top right bottom left */
	padding:0px;
}
.content {
	position:absolute;
	top:236px;
	left:95px;
	width:570px;
	height:825px;
}
.homeLineup {
	position:absolute;
	top:236px;
	left:95px;
	width:556px;
	height:800px;
	border-color:#FF0000;
	border:solid;
	border-top-width:4px;
	border-top-color:#FF0000;
	border-bottom-width:7px;
	border-bottom-color:#FF0000;
	border-left-width:9px;
	border-left-color:#FF0000;
	border-right-width:5px;
	border-right-color:#FF0000;
}
.homePhotosContent {
	position:absolute;
	top:1125px;
	left:95px;
	width:570px;
	height:220px;
}
#homePhotos {
	height:200px;
	border-color:#FF0000;
	border:solid;
	border-top-width:4px;
	border-top-color:#FF0000;
	border-bottom-width:8px;
	border-bottom-color:#FF0000;
	border-left-width:9px;
	border-left-color:#FF0000;
	border-right-width:5px;
	border-right-color:#FF0000;
	padding-top:6px;
}
#homePhotos img {
	margin:5px;
	padding:0px;
}
#mainContainer {
	position:absolute;
	top:236px;
	left:95px;
	padding-bottom:20px;
}
.main {
	width:556px;
	border-color:#FF0000;
	border:solid;
	border-top-width:4px;
	border-top-color:#FF0000;
	border-bottom-width:7px;
	border-bottom-color:#FF0000;
	border-left-width:9px;
	border-left-color:#FF0000;
	border-right-width:5px;
	border-right-color:#FF0000;
}
#bottom {
	width:570px;
	padding-top:5px;
	color:#666666;
	font-size:10px;
}
#bottom a:link 		{ color: #666666; font-weight: normal; text-decoration: underline; font-size: 11px; }
#bottom a:active 	{ color: #FF0000; font-weight: normal; text-decoration: none; font-size: 11px; }
#bottom a:visited { color: #666666; font-weight: normal; text-decoration: underline; font-size: 11px; }
#bottom a:hover 	{ color: #FF0000; font-weight: normal; text-decoration: none; font-size: 11px; }

h3{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
h4{
	font-size:14px;
	color:#000000;
	
}
