/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head p{ 
	background: transparent url(../images/public2.png) no-repeat bottom right
} 

.cssbox{ /* intended total box width - padding-right(next) */ 
	width: 785px !important; /* IE Win = width - padding */
	width: 770px; /* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; /* use to position the box */ 
	margin:20px auto
} /* set the top-right image */ 

.cssbox_head{
	background-position:top right; /* pull the right image over on top of border */ 
	margin-right:-15px; /* right-image-gap + right-inside padding */ 
} /* set the top-left image */ 

.cssbox_head p{ 
	background-position:top left; 
	margin:0; /* reset main site styles*/ 
	border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:25px 0 10px 40px; 
	height:auto !important; 
	height:1%
} /* IE Holly Hack */ /* set the lower-left corner image */ 

.cssbox_body{ 
	background-position:bottom left; 
	margin-right:25px; /* interior-padding right */ 
	padding:0 0 15px 40px
} /* mirror .cssbox_head right/left */

.publicnav {
	margin: 0px;
	padding: 0px;
	font-family: verdana,sans-serif;
}

.publicnav li {
	list-style-type: none;
	display: inline;
}

.publicnav li a {
	padding: 7px 10px;
	text-decoration: none;
	color: #000;
}

.publicnav li a.live {
	background-color: #e0e0e0;
}

table#flistings {
	border: thin solid #cdd0dd;
}

table#flistings thead td {
	background-color: #cdd0dd;
	font-weight: bold;
	text-align:center;
	padding:5px;
}

table#flistings td {
	padding-left:tpx;
}
