body{
	margin-left: 1px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding:0;
	line-height: 1.5em;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{  
background: #ffffff;
height: 130px; /*Height of top section*/ 
background:url(images/logo-itf-l.jpg);
}

#topsection h1{
margin: 10px;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%; 
}

#contentcolumn{
margin: 5px 0px 0px 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -850px; /*Set margin to that of -(MainContainerWidth)*/ 
}
 
#footer{
clear: left;
width: 100%;
background: #cccccc;
color: #000;
text-align: center;
padding: 3px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-color: #000000;
}

#footer p {
margin:0;
padding:0 15px 0 0; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:right;
}
#footer a {
color:#000000;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}

.innertube{
margin: 19px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
font-family: verdana, arial;
font-size: 10px;
font-color: #000000;
}
/*navigation*/

.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #606060;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 11px; /*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 11px 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: #404040;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #404040;
background: #FAC0C0;
}
 
.spacer {
	padding: 5px;
}
.pic_spacer {
	padding: 6px;
	width: 250px;
}
