* {
	font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color       : #333;
	line-height : 140%;
}

div.layout{
	width      : 960px;
	min-width  : 960px;
	min-height : 500px;
	margin     : auto;
	background : #F0F0F0;
}

div.header{
	background : black;
}

div.header div.logo{
	width       : 120px;
	margin-left : 10px;
	margin-top  : 10px;
}

div.header a.logo{
	background-image : url(logo.gif);
	display          : block;
	width            : 100px;
	height           : 62px;
}

div.header .logo .alt{
	display: none;
}

div.header h1{
	color      : white;
	font-size  : 2em;
}

div.main-content{
    width      : 660px;
	background : #FFF;
}

div.sidebar{
	background : #FFF;
}

div.footer{
	height     : auto;
	padding    : 5px;
	text-align : center;
	color      : black;
	background : red;
}

#gallery {
	padding    : 30px;
	background : #eee;
}

#superbox-overlay{
	background : #e0e4cc;
}

#superbox-container .loading{
	width       : 32px;
	height      : 32px;
	margin      : 0 auto;
	text-indent : -9999px;
	background  : url(../superbox/doc/styles/loader.gif) no-repeat 0 0;
}

#superbox .close a{
	float         : right;
	padding       : 0 5px;
	margin-bottom : 10px;
	line-height   : 20px;
	background    : #333;
	cursor        : pointer;
}

#superbox .close a span{
	color : #fff;
}

#superbox .nextprev a{
	float        : left;
	margin-right : 5px;
	padding      : 0 5px;
	line-height  : 20px;
	background   : #333;
	cursor       : pointer;
	color        : #fff;
}

#superbox .nextprev .disabled{
	background : #ccc;
	cursor     : default;
}

#myads {
	background: url(ad.png) top left no-repeat;
}

#myads div {
	margin: 0 10px 0 40px;
	padding: 10px 10px 10px 10px;
	height: 165px;
	width : 190px;
	border-bottom: 5px solid #0f67a1;
	background-color: #fff;
}

#map-content.canvas {
	position: relative;
	width: 700px;
	height: 550px;
	margin: 15px auto 0px;
}

