/* CSS Document */
body {
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1080px;
	color: white;
	white-space: normal;
}

#container{
	background-color:black;
	position: relative;
	height: 175px;
	margin: 0 auto;
	width: 750 px;
	clear: none;
	float: none;
}

#lheader{
	background-color:black;
	position: absolute;
	left: 0;
	top: 0;
	height: 180 px;
	width:588 px;
	clear: none;
	float: none;
}
#lheader ul {
	margin: 0 px;
	padding: 0 px;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
#lheader ul li {
	indent: 0 px;
	list-style: none;
	display: inline;
}

#rheader{
	background-color:black;
	position: absolute;
	right: 28px;
	top: 0px;
	height: 180 px;
	width:200 px;
}

#bcontainer{
	background-color:green;
	padding-top: 30px;
}


#buttons{
	background-color:black;
	float: left;
	padding-top: 30px;
	width: 160px;
	height: 700px;
	margin-right: 0px;
	padding-right: 0px;
}
#copy{
	background-color:black;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 1000px;
	left: 162px;
	top: 0px;
}


#buttons ul {
	margin: 0 px;
	padding: 0 px;
	list-style: none;
}
#buttons ul li {
	indent: 0 px;
	list-style: none;
}



#scriptbuttons{
	position: relative;
	top: 0;
	right: 0;
}

#posterpic{
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 616px;
}

#newsleft{
	background-color:black;
	position: relative;
	left: 0;
	text-align: left;
	margin: 0;
	padding: 10 px;
	width: 798px;
}

#newslefttpic{
	float: left;
}


#newsright{
	background-color:black;
	position: relative;
	right: 0;
	text-align: left;
	margin: 0 px;
	padding: 10 px;
	width: 798px;
}

#newsrightpic{
	float: right;
}

#links{
	background-color:green;
}

.newspicleft {
	clear: left;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.newspicright {
	clear: right;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.tablescripts {
	clear: right;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.scriptbutton {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

.tablescriptslist {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}

a:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#55aaFF;
	text-decoration:none;
	}      /* unvisited link */
a:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #7755FF}  /* visited link */
a:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#FF0000}  /* mouse over link */
a:active {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#55aaFF}  /* selected link */