body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Tahoma, Verdana;
  font-size: 11pt;
}

#navcontainer ul {
    margin-top: 0px;
    padding-top: 0px;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }


#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
}

#wrapper {
	 margin: 0 auto;
	 padding: 10px 10px 0px 0px;
	 width: 800px; 
}
 
#content {
    float: right;
    width: 590px;
    padding: 5px 5px 5px 5px;

} 
 
#sidebar {
    margin: 0 auto;
	float: left;
	width: 200px;	
	height: 400px;
} 

#footer {
  text-align: center;
  font-family: Tahoma, Verdana;
  font-size: 9pt;
}





.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*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;
}

img {
 border: 0px;
}
