body {
	margin:0;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
.indented {
	margin-left: 30px;
}

#largebold {
	font-size: 18px;
	font-weight: normal;
	color: #4BA5FB;
	margin-left: 30px;
}

a {color:#fdc605; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:none;}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#00CCFF;
}

#all {
	background-color: #1741B9;
	background-image: url(images/bluebgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width:942px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height:135px;
	margin-bottom: 5px;
	background-color: #000000;
	background-image: url(images/head_bckg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {padding:40px 25px; width:215px; float:left; text-align:center;}
#logo a {
	color:#96FF00;
	text-decoration:none;
	font-size:24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: italic;
}
#head {
	float:right;
	width:692px;
	height: 135px;
}
#head h1 {
	margin-left: 20px;
	font-size: 26px;
	margin-top: 50px;
}

#head p {font-size:10px; color:#999999; line-height:10px; margin:0; padding:0 20px;}
#head ul {list-style:none; padding:0; margin:30px 0; height:75px;}
#head ul li {float:left; padding:0 18px;}
#head a {display:block; width:192px; height:48px; color:#FFFFFF; text-decoration:none; background:url(images/text_top_bckg.jpg) no-repeat; text-transform:uppercase; text-align:center; padding-top:28px; font-size:15px;}
#head a:hover {background:url(images/text_top_bckg_over.jpg) no-repeat;}

#main {
	float:left;
	width:100%;
	min-height:250px;
	background-color: #000000;
	background-image: url(images/lighting.jpg);
	background-repeat: no-repeat;
}
#menu {
	float:left;
	width:215px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#menu ul {list-style:none; padding:0; margin:0;}
#menu a {
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:180px;
	height:20px;
	padding:5px 10px 0 10px;
	border-bottom:1px solid #4c4c4c;
}
#menu a:hover {
	background-color:#1c1c1c;
	color: #00CCFF;
}
#text {padding:15px 20px 20px 290px;}
#text p {
	letter-spacing: 1px;
	line-height: 18px;
}


#footer {background:url(images/footer_text.jpg) no-repeat #000000; height:16px; color:#858383; font-size:11px; padding:59px 30px 0 30px; clear:both;}
#left_footer {
	float:left;
	color: #CCCCCC;
}
#right_footer {float:right;}
#right_footer a {
	color: #3298FC;
	text-decoration: none;
}
#right_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#bottom {background:url(images/footer_bckg.jpg) repeat-x #000000;}
#bottom_center {
	width:942px;
	height:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/center_foot.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#video {
	width:242px;
	float:left;
	text-align:center;
	height: 135px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#mainIndex {
	float:left;
	width:100%;
	min-height:250px;
	background-color: #000000;
	background-image: url(images/indexBgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainIndex #content {
	margin-right: 100px;
}

#mainBroadcast {
	float:left;
	width:100%;
	min-height:250px;
	background-color: #000000;
	background-image: url(images/broadcastBgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainBroadcast #content {
	margin-right: 90px;
	margin-left: 20px;
}
#mainCorporate {
	float:left;
	width:100%;
	min-height:250px;
	background-color: #000000;
	background-image: url(images/corporateBgd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainCorporate #content {
	margin-right: 90px;
	margin-left: 20px;
}

/* form elements */
form {
	margin:10px;
	width: 450px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	color:#333333;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
#bluebold {
	font-size: 18px;
	font-weight: normal;
	color: #4BA5FB;
}
#videoplayer {
	padding: 0px;
}
#videobox {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 250px;
}
