@charset "utf-8";
body  {
	margin:0 auto;
	font: 100% Verdana, sans-serif;
	background: #000000 url(../img/bg.jpg) top no-repeat;
	color: #fff;
}

#container {
	width:1011px;
	height:inherit;
	margin:0 auto;
}

#header {
	width:1011px;
	height:31px;
	background:url(../img/top.jpg) top no-repeat;
	padding-top:115px;
}


#menu {
	width:830px;
	height:36px;
	margin:0 auto;
	padding:0;
}

#menu li {
	float:left;
	margin-right:9px;
}
#menu li.small {
	margin-right:8px;
}
#menu li.last {
	margin-right:0;
}
#menu a {
	height:31px;
	width:159px;
	display:block;
}


#menu a.home { 
	background:url(../img/menu_dailyblotter.jpg) no-repeat 0px 0px; 
}
#menu a.monkandfranklin { 
    background:url(../img/menu_monkandfranklin.jpg) no-repeat 0px 0px; 
}
#menu a.nickelodeon { 
    background:url(../img/menu_nickelodeon.jpg) no-repeat 0px 0px; 
}
#menu a.pictureshows { 
    background:url(../img/menu_pictureshows.jpg) no-repeat 0px 0px; 
}
#menu a.contactus { 
    background:url(../img/menu_contactus.jpg) no-repeat 0px 0px; 
}

#menu a span { 
    display: none; 
}

#menu a:hover, #menu a.current { 
    background-position: 0px bottom; 
}


#main {
	width:830px;
	margin:0 auto;
	height:inherit;
}
#footer {
	width:824px;
	height:42px;
	margin:0 auto;
	clear:both;
	background:url(../img/footer.jpg) no-repeat;
	font-size:9px;
	padding:33px 0 0 6px;
}





.title {
	font-size:10px;
	font-weight:bold;
	color:#eba600;
}
.date {
	font-size:10px;
	color:#8c8c8c;
}
.maintext {
	font-size:10px;
}
.filesize {
	font-size:10px;
	color:#7d7d7d;
}

.clear {
	clear:both;
}


iframe {
	border:none;
	overflow:hidden;
	display:block;
}

h2 {
	font-size:10px;
	font-weight:bold;
	color:#eba600;
}
