@charset "utf-8";

/* CSS Document */

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	z-index: 1;
	position: relative;
	height: auto;
}

#header {
	position: relative;
	width: 1000px;
	height: 150px;
}
#t_left {
	background-image: url(../assets/images/bg/t_left_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 180px;
	position: absolute;
	z-index: 2;
	left: 0px;
}
#t_middle {
	background-image: url(../assets/images/bg/t_centre_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 2;
	height: 100px;
	width: 570px;
	float: left;
	left: 180px;
}
#t_right {
	background-image: url(../assets/images/bg/t_right_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	height: 150px;
	width: 250px;
	left: 750px;
	float: left;
}
#google_search {
	height: 40px;
	width: 300px;
	position: absolute;
	z-index: 3;
	left: 200px;
	top: 110px;
}

#content {
	position: relative;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_container {
	width: 225px;
	z-index: 10;
	float: left;
}
#left_menu {
	position: relative;
	z-index: 100;
}
#random_image {
	clear: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
}

#nni_content {
	height: auto;
	width: 750px;
	right: 0px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
}
#b_spacer {
	clear: both;
	height: 5px;
	width: 100%;
	display: block;
	position: relative;
}

#footer {
	position: relative;
	width: 1000px;
	height: 100px;
	clear: both;
}
#b_left {
	background-image: url(../assets/images/bg/b_left_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 100px;
	position: absolute;
	z-index: 3;
}
#b_middle {
	background-image: url(../assets/images/bg/b_centre_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 3;
	height: 90px;
	width: 870px;
	float: left;
	left: 100px;
}

#b_right {
	background-image: url(../assets/images/bg/b_right_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 90px;
	width: 30px;
	right: 0px;
}
#footer_content {
	height: auto;
	width: 750px;
	position: absolute;
	z-index: 3;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
	left: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#enter_website {
	height: auto;
	width: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	background-color: #FFFACD;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #enter_website a {
	text-decoration: none;
	color: #000000;
}

#nni_logo_large {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../assets/images/nni_logo_big.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.movie_description {
	background-color: #FFFACD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#rss {
	float: left;
	height: auto;
	width: 220px;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
.rss_items {
	list-style-type: none;
}
#news {
	clear: none;
	margin-top: 5px;
	margin-bottom: 10px;
	height: auto;
	width: 220px;
	font-size: 11px;
	border: 2px solid #FFFACD;
}
#rss_subscribe {
	clear: none;
	font-size: 12px;
	border: 2px solid #FFFACD;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFACD;
}
#rss_title {
	clear: none;
	font-size: 12px;
	border: 2px solid #FFFACD;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFACD;
}
#rss_title_front {
	clear: none;
	font-size: 1.2em;
	border: 2px solid #FFFACD;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFACD;
	font-family: Arial, Helvetica, sans-serif;
}
#breaking_news {
	clear: none;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1em;
	border: 2px solid #FFFACD;
	font-family: Arial, Helvetica, sans-serif;
}
