body
{
margin:0;
padding:0;
line-height: 1.5em;
}



#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}

#topsection{
background: #EAEAEA;
height: 146px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 100px 0 225px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 225px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #5a7f72;
bgcolor: #5a7f72;
}

#rightcolumn{
float: left;
width: 100px; /*Width of right column*/
margin-left: -100px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: right;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.centerinnertube{
margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.head {
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  background-color:#f0f0f0;
  color:#333333;
}
.box {
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  color:#333333;
  background-color:#99b3cc;
  padding:1px;
  cursor:default;
}
.foot { width:100px; margin:0px; }
.foot_over { width:100px; margin:0px; }
.foot_down { width:100px; margin:0px; }
.item { text-indent:10px; font-size:11px; font-family:verdana; }


.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #0F342C url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
border:#DEB98C thick;
padding: 5px 0 5px 7px; /*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: bold 11px Arial;
color: #0F342C;
background: #DEB98C;
display: block;
padding: 4px 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: #0F342C;
}


