@charset "utf-8";
    /* CSS Document */
body,td,th {
    font-family: Arial;
    font-size: 14px;
    color: #424142;
}

body {
    background-color:#333;
    margin-top:1px;
}

a:link {
    color: #212021;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #212021;
}

a:hover {
    text-decoration: underline;
    color: #212021;
}

a:active {
    text-decoration: none;
    color: #212021;
}

a.r:link {
    color:#CCC;
    text-decoration: none;
}

a.r:visited{
    color:#CCC;
    text-decoration: none;
}

a.r:hover{
    color:#FFF;
	text-decoration: underline;
}

a.r:active{
    color:#CCC;
    text-decoration: none;
}
/* ID = #. */
.wrapper{
 margin: 0 auto;
 width: 800px;
 background-color:#FFF;
}

.banner{
    background-image: url('/images/header-top.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:top;
 width: 800px;
 float: left;
 height: 84px;

}

.topmenu{
    background-image: url('/images/header-mid.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:top;
 float: left;
 width: 800px;
 height: 24px;
    text-align:right;
    color:#CCC;
}
.content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 630px;
 display: inline;
 padding-top:15px;
 padding-bottom:10px;
}

.bottommenu{
    text-align:right;
 width: 800px;
 height: 24px;
 clear: both;
    background-color:#333;
    color:#CCC;
}

.leftmenu{
    background-image: url('/images/header-bottom.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:top;
 width: 170px;
 float: left;
}

/*SIDE MENU */
.urbangreymenu{
    width:170px;
    margin-top:28px;
}

.urbangreymenu .headerbar{
    font: bold 13px Verdana;
    color: white;
    background: #606060;
    /*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: 2px 0 2px 3px;
    /*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: opx;
    /*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: 4px;
    /*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;
}

/* WATERMARK */
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 4px;
left: 4px;
} 
