
body{
	text-align: center;
	background: #666 url(images/bodyBg.jpg) 0 0 repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
}

img{
	border: 0;
}
#wrapper{
	width: 730px;
	margin: 30px auto;
	text-align: left;
}

#header{
	width: 650px;
	background: url(images/topBg.png) 0 0 no-repeat;
	height: 51px;
	z-index: 0;
	position: relative;
	margin-bottom: -20px;
	padding-top: 15px;
	padding-left: 80px;
}

#content{
	position: relative;
	background: url(images/contentBg.png) 0 0 repeat-y;
	width: 670px;
	overflow: visible;
	z-index: 0;
	margin-top: 20px;
	padding-left: 60px;
	height: 470px;
	min-height: 450px;
}

html>body #content{
	height: auto;
}

#welcome_msg{
	margin: 20px 0 0 30px;
}

#footer{
	background: url(images/bottomBg.png) 0 0 no-repeat;
	height: 84px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	padding: 70px 0 0 90px;
	
}
#menu{
	position: relative;
	float: right;
	background: url(images/menuBg2.png) 0 0 no-repeat;
	width: 131px;
	height: 274px;
	z-index: 600;
	margin-top: -20px;
	padding: 45px 0 0 50px;
}

#menu ul{
	list-style: none;
	display: block;
	width: 81px;
	height: 132px;
	margin: 0;
	padding: 0;
}

#menu ul li a{
	display: block;
	height: 44px;
	width: 81px;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:26px; /* */;
}

#menu ul li a:hover{	background-position: 0 -44px; }

#food a{	background: url(images/menuFood.gif) 0 0 no-repeat; }
#urban a{	background: url(images/menuUrban.gif) 0 0 no-repeat; }
#misc a{	background: url(images/menuMisc.gif) 0 0 no-repeat; }
#home a{	background: url(images/menuHome.gif) 0 0 no-repeat; }

#contactMe{
	background: url(images/btnContactMe.gif) 0 0 no-repeat;
	display: block;
	width: 119px;
	height: 29px;
	padding: 29px 0 0 0;
	overflow: hidden;
	float: left;
	height: 0px !important;
	height /**/:29px; /**/;
}

#contactMe:hover{ background-position: 0 -29px; }


#picture_navigation{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#picture_navigation li a {
	display: block;
	height: 51px;
	padding: 51px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:51px; /* */;
}

#picture_navigation li{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#previous_picture a{ background: url(images/btnPreviousPhoto.gif) 0 0 no-repeat; width: 171px; }
#back_category a{ background: url(images/btnBack.gif) 0 0 no-repeat; width: 71px;   }
#next_picture a{ background: url(images/btnNextPhoto.gif) 0 0 no-repeat; width: 152px; }

#picture_navigation li a:hover{ background-position: 0 -51px; }

#copyright{ float: left; }

#main_content{
	width: 475px;
	background: white;
	float: left;
	font-size: 0.8em;
}

#main_content h1{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#loading{
	margin: 100px 0 0 180px;
}

.picture {  
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	position: relative;
}

.picture div {
	position: relative;
	padding: 0px 5px 5px 0px;
}

html>body .picture div{

	background: url(images/shadow2.png) no-repeat left top !important;
}

.picture img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}


.clearFloat:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	 width: 100%;
}

/* Hides from IE-mac \*/
* html .clearFloat {height: 1%;}
/* End hide from IE-mac */

.thumbnail_cell{
	width: 155px;
	height: 150px;
	text-align: center;
	float: left;  
}

html>body .thumbnail_cell{
	height: auto;
	min-height: 150px;
}