/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight:normal;
}

b{font-size: 110%;}
em{color: red;}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}
table.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}
table1.fltbt {
	float: bottom;
	margin-left: 5px;
	margin-bottom: 3px;
}


#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: url(../imgs/header1.jpg);
height: 250px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#topsection h2{
margin: 0;
padding-top: 150px;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}
#contentcolumn h2{
color: #CC9900;
font-size: 14px;
font-weight:normal;
text-indent: 3px;
border-top: 1px dashed;
padding-top: 10px;
margin-top: 10px;}

#contentcolumn a:link, a:visited{
	color:#800000;
}

#contentcolumn a:hover, a:active{
	color:#ff0000;
}



#rightcolumn{
float: left; 
margin: auto;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #F5F5F5;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #cc9900;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
h1 {
	font-size: 20px;
	color: #CC9900;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	color: #CC9900;
	font-weight:normal;
}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 13px Verdana;
color: #cc9900;
background: #000000; /*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 20px; /*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;
}