/* CSS Document */

html {width: 100%;}

body {
	/*background: black; */
	font-family: Verdana, Arial, sans-serif;
}

/*
#frame{
position: absolute;
top: 0px;
left: 0px;
background: 
	width: 765px;
	height: auto;
	text-align: left;
	}
*/
/*
	background: black;
	border: 0.1px solid #000000;
	*/ 
#logotophalf{
position:absolute;
top: 5px;
left: 5px;
	width: 60px;
	height: 200px;
}

#topimage{
position: absolute;
top: 5px;
left: 65px;
	width: 675px;
	height: 200px;
	padding-left: 10px;
}

#logobottomhalf{
position: absolute;
top: 205px;
left: 5px;
	width: 60px;
	height: 450px;
}

#content{
position: absolute;
top: 100px;
left: 60px;
	width: 460px;
	height: auto;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 140%;
	padding: 15px;
}

#content_supertall {
position: absolute;
top: 100px;

	width: 460px;
	height: auto;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 140%;
	padding: 15px;
}

#navigation{
position: absolute;
top: 200px;
left: 525px;
	width: 190px;
	height: auto;
	text-align: left;
	font-size: 11px;
	line-height: 120%;
	padding: 15px;
}

.floatleft_indent {
	
	float: left;
	margin-left: 117px;
	margin-right: 55px;
	font-size: 90%;
	color: black;
	text-align: left;
	line-height: 120%;
	}
	
#footer {
	display: none;
}

#footerlogo {
	width: 60px;
	text-align: left;
}

#header {
	float: left;
	border-bottom: 1px solid #333333;
	background-color: transparent;
	margin-bottom: 10px;
}

#footercredits {
	font-size: 60%;
	color: #ccc;
}

#content b {
	font-weight: bolder;
	font-size: 90%;
}

#content em { 
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
}

#content strong { 
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

#content .floatright {
	width: 200px;
	margin: 10px;
	font-size: 75%;
	color: #999;
	text-align: left;
	line-height: 110%;
	}

#content .floatright img.fig {
	padding-bottom: 5px;
	}
	
#content .floatleft {
	width: 200px;
	margin: 10px;
	font-size: 75%;
	color: #999;
	text-align: left;
	line-height: 110%;
	}

#content .floatleft img.fig {
	padding-bottom: 5px;
	}
	
#content .floatfull {
	width: 465px;
	margin: 10px;
	font-size: 75%;
	color: #999;
	text-align: left;
	line-height: 110%;
	}

#content .floatfull img.fig {
	padding-bottom: 5px;
	}            

a {
	color: #16a0f7;
	font-style: normal;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
}

em.navbigcur {
	margin-left: 3px;
	font-weight: bold;
	font-style: normal;
	color: yellow;
	}

em.navsmallcur {
	margin-left: 12px;
	font-weight: normal;
	font-style: normal;
	color: yellow;
	}
	           
a.navbig {
	color: silver;
	font-style: normal;
	font-weight: bold;
	margin-left: 3px;
	outline: none;
	text-decoration : none;
}
	
a:hover.navbig {
	color: white;
	outline: none;
	text-decoration: underline;
}

a.navsmall {
	color: #16a0f7;
	font-style: normal;
	font-weight: normal;
	margin-left: 12px;
	outline: none;
	text-decoration: none;
}

a:hover.navsmall {
	color: white;
	outline: none;
	text-decoration: underline;
}

table.movies {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: black;
	}
	
table.movies th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.movies td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
*/