@import url(base.css);
@import url(footer.css);

/* ========== [Newspaper Name here] CSS ======== */

html, body { 
	background-color:#004974;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	margin:5px;
	padding:0px;
}
#wrapper-rail {
	width: 987px; 
	margin: 0 auto;
	background: #fff;
}
body#categories-page #t-pc-page td.t-c { /* This fixes bad markup on the ROP pages */
	width: 590px;
}
#wrapper {
	overflow: hidden;	
}
.c {
	width: 100%;
}
img {
	display: inline;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

	
