body { font: .8em Verdana, Arial, Sans-Serif; line-height: 1.6em; margin: 0 0 0 0; background: #fff;}

a { color: #0066B3; background: inherit; }
a:hover { color: #808080; background: inherit; }

h1 { font: bold 1.9em Arial, Arial, Sans-Serif; 	color: #2f2f51;
	font-size: 25px;padding: 0; margin: 0;}
h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding: 0; margin: 0; }
ul {  padding: 0; margin: 0;}
li { list-style-type: none;}

#logo { float: left; margin: 0 0 1em 1em; }
#menu { 
font-size:14px;

float: right; margin: 0px 1em 0 0; 
}
#menu li { display: inline; margin: 0 0 0 1.4em; }
#menu li a.current{ font-weight: bold; }

#subheader { 
	clear: both; 	
	background: #3b5999 ;
	color: #FFF;
	font-size: 25px;
	padding: 10px;
	margin-top:-10px;

	padding-left:30px;
	height: 23px;
}

#content { 
	height: 190px;
	border-bottom:2px solid #ccc;
	clear: both; 	
	background: #f3f3f3 ;
	padding: 10px;

}

			.clicksharelike {
			background-color:#FFFACC;
			font-size:11px;
			width:99%;
			text-align:center;
			padding:5px;
			margin-top:5px;
			margin-bottom:5px;
			float:right;
			}
#contentrandlike { 

	height: 170px;
	border-bottom:2px solid #ccc;
	clear: both; 	
	background: #f3f3f3 ;
	padding: 10px;
	margin-bottom: 5px;	
}
#content2 { 
	width:1185px;
	min-height:700px;
	border-bottom:2px solid #ccc;
	clear: both; 	
	background: #fff ;
	padding: 10px;
	margin: 5px;	
}
#content3 { 
	width:800px;
	min-height:600px;
	border-bottom:2px solid #ccc;
	clear: both; 	
	background: #f3f3f3 ;
	padding: 10px;
	margin: 0 auto;	
	float:center;
}

#pic { 
	width:160px;
	float:left;
}

#breadcrumbs { float: left; }


#wrap {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	padding-top: 10px;

}

#left {
	float: left;
	width: 67%;
	padding: 0 0 0 1em;
}

#right {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
}

#right .box {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0 0 1em 0;
}


#footer { clear: both; border-top: 1px dotted #ccc; margin: 0 0 0 0; text-align: center; font-size: .8em;}

#ads { background: #fff url('ads-shadows.jpg'); 
	background-repeat: no-repeat;
	width: 549px;
	height: 109px;
	padding-left: 40px;
	padding-top: 22px;
}



.urbangreymenu{
float:left;
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;
}


