#stateind {
   background: url(../img/coast.png) top left no-repeat;
   height: 630px;
   width: 350px;
   float:left;
}

#categoryind a {
    color: black;
}

#categoryind a:hover {
    text-decoration:underline;
}

#stateind a:hover {
    color:white;
    text-decoration:underline;
}

#stateind ul li {
	list-style:none;
	margin-left:50px;
	color: white;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 20px;
	position:relative;
	
}

#categoryind {
    float:left;
	margin-top: 30px;
	width: 280px;
}

#categoryind .row {
	background:url(../img/table-bg-lt.png) left no-repeat;
	height:30px;
	width: 220px;
	padding-left: 5px;
    border-bottom: 3px solid #222;
}

#categoryind .row .right {
	float: right;
	background:url(../img/table-bg-rt.png) right no-repeat;
	width: 180px;
	height: 30px;
	border-left: 3px solid #222;
    padding-left:5px;
}

#categoryind .row .topr {
	background: url(../img/table-bg-top-rt.png) top right no-repeat;
}

#categoryind .topl {
    background: url(../img/table-bg-top-lt.png) top left no-repeat;
}

#categoryind .row .botr {
    background: url(../img/table-bg-bot-rt.png) bottom right no-repeat;
}

#categoryind .botl {
    background: url(../img/table-bg-bot-lt.png) bottom left no-repeat;
    border-bottom:none;
}

#categoryind .row img {
	margin-left:3px;
	margin-top:2px;
}

#categoryind .row .right span {
	display:block;
	font-size:larger;
	margin-top:4px;
}


#stories {
	float:left;
	margin-top:30px;
}

	
#s1 {left:95px;}
#s2 {left:110px;}
#s3 {left:85px;}
#s4 {left:70px;}
#s5 {left:70px;}
#s6 {left:70px;}
#s7 {left:90px;}
#s8 {left:90px;}
#s9 {left:65px;}
#s10 {left:45px;}
#s11 {left:30px;}
#s12 {left:30px;}
#s13 {left:55px;}
#s14 {left:87px;}

