html { 
	overflow-y: scroll; 
 	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #000000;
}
img {
	border:none;
}
h3 {
	font-size: 11px;
}
p, h3 {
	margin-top: 0px;
}
#container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#navi {
	height: 35px;
	text-align: center;
	margin-top: 5px;
}

#navi a {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
}

#content {
	padding-bottom: 80px;
	text-align: center;
}
#footer {
	text-align: center;
	border-top: 1px solid #666666;
	padding-top: 12px;
	height: 300px;
}

#headline {
	margin-top: 56px;
}
#start_title {
	margin-top: 36px;
}
#popup_image {
	margin-bottom: 60px;
}
.news_post {
	padding-bottom: 48px;
	border-bottom: 1px solid #666;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}
.news_post img {
	margin-bottom: 24px;
}
.edition_item {
	padding-bottom: 48px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

.artist_list {
	text-align: center;
}

.exhib_links {
	border-top: 1px solid #666;
	padding-bottom: 48px;
	margin-top: 3px;
	padding-top: 5px;
}

.exhib_artists , .description {
	float: left;
	text-align:left;
}

.exhib_press , .popup_links {
	text-align:right;
	width: auto;
}

.left {
	text-align:left;
}

.artist_links {
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 48px;
	text-align: right;
	border-top: 1px solid #666;
}

.artist_links a{
	margin-left: 8px;
}
.exhib_artists a{
	margin-right: 8px;
}

.img_border img {
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 20px;
}

.overline {
	border-top: 1px solid #666;
	padding-top:2px;
}

.left_space {
	margin-left: 10px;
}

.grey {
	color: #333333;
}

.grey_medium {
	color: #666666;
}

.grey_light {
	color: #CCCCCC;
}

.title {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.gallery_spacer {
	margin-top: 12px;
	border-bottom: 1px solid #666;
	margin-left: 100px;
	margin-right: 100px;	
	margin-bottom: 42px;
}