* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color:  black;	
	min-height: 800px;
	min-width: 1200px;
	font-size: .8em;
	height: 100%;
	padding: 0;
}

td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}
#textlinks{
left:515px;
position:relative;
top:170px;
}

#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}
#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}

#logo {
	position:relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 54px;
	width:383px;
	top:30;
	left:40;
}

#content {
	position: relative;
	top: 100px;
	left: 354;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	height:717;
	width:903;;

}
#newsarticle{
	position: relative;
	top: 10px;
	left: -10px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	height: 571;
	width : 719;
	overflow:auto;
}

#home_text {
	position:relative;
	background-image: url(../images/bg_text.png);
	background-repeat: no-repeat;
	height: 686;
	width:693;
	z-index: -1;
	top:25;
	left:435;
}


.urbangreymenu{
width: 190px; /*width of menu*/
position: relative;
top:150;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #ff9000; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}


