body {
	background-color: #fff;
	font-family: Helvetica;
	font-size: 12px;
	color: #414141;
	margin: 0 auto;
	width: 820px;
	position: relative;
}

a {
	outline: none;
}

#sidebar {
	width: 200px;
	float: left;
	background: url(../images/sidebar_bg.gif) repeat-y right;
}

#logo {
	margin-top: 15px;
	margin-left: 25px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 174px;
	width: 129px;
}

#menu {
	text-align: right;
	margin-top: 50px;
	margin-left: 27px;
	list-style: none;
	width: 173px;
}

#menu li {
	display: inline;
}

#menu a {
	font-size: 16px;
	color: #414141;
	display: block;
	text-decoration: none;
	padding-right: 65px;
	margin-bottom: 12px;
}

#menu a:hover, #menu a.current, #menu a.section {
	color: #fff;
	background: url(../images/menu_highlight.gif) right;
}

#newsletter {
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 35px;
	width: 135px;
	border-top: solid 1px #ddd;
}

#newsletter h6 {
	font-weight: bold;
	margin: 5px 0;
}

#newsletter p {
	color: #777;
	font-size: 10px;
}

#newsletter #email {
	width: 110px;
	margin: 10px 0;
}

#newsletter #submit {
	background: #777;
	border: none;
	color: #fff;
}

#newsletter #submit:hover {
	background: #555;
	cursor: pointer;
}

#content {
	margin-left: 220px;
}

#content h1 {
	font-family: impact;
	font-size: 30px;
	color: #dedede;
	text-align: right;
	margin-right: 100px;
	padding-top: 60px;
	padding-bottom: 25px;
}

#content h2 {
	font-family: impact;
	font-size: 16px;
	margin: 15px 0 10px 0;
}

#content p {
	margin-bottom: 1em;
}

#content .roll {
	width: 500px;
	text-align: center;
}

#content .roll img {
	border: solid 4px #ddd;
}

#content #img2, #content #img3 {
	display: none;
}

#content h1 a {
	color: #dedede;
}

#artists img {
	border: solid 1px #999;
}

#artists .artist {
	width: 152px;
	height: 177px;
	float: left;
	margin: 0 48px 50px 0;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

#artists a {
	background: #414141;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
	width: 152px;
	padding: 10px 0 9px 0;
/*	top: -43px;*/
	top: -9px;
}

#show_biography {
	color: #aaa;
	text-decoration: none;
	text-align: right;
/*	margin: -30px 100px 15px 0;*/
	position: relative;
	top: -30px ;
	left: 400px;
}

#biography {
	display: none;
	margin-bottom: 35px;
}

#artworks {
	width: 550px;
	text-align: center;
	overflow: hidden;
}

#artworks a {
	position: relative;
	top: 0;
}

#artworks img {
	border: solid 1px #ccc;
	border-bottom: solid 2px #777;
	margin: 0 10px 30px 10px;
}

#artworks .info {
	display: none;
}

#artwork .info .sold_0 {
	display: none;
}

#artwork .info .sold_1 {
	color: #900;
	font-weight: bold;
}

#artwork {
	position: absolute;
	top: 132px;
	margin-left: 30px;
}

#artwork img {
	border: solid 4px #eee;
/*	width: 500px;*/
}

#artwork .info {
	position: relative;
}

#footer {
	margin: 10px;
	clear: both;
}


#quick_phone {
	font-size: 11px;
	margin-top: 26px;
	margin-right: 64px;
	text-align: right;
}

#terms {
	display: block;
	margin: 30px 64px 50px 30px;
	color: #777;
	text-align: right;
	font-size: 10px;
}

#terms:hover {
	color: #555;
}

.exhibition {
	margin-left: 50px;
	margin-bottom: 20px;
}

.exhibition .date {
	font-size: 11px;
}

.exhibition a {
	font-weight: bold;
	display: block;
	color: #444;
	font-size: 13px;
	margin-left: 10px;
}

#footer {
	height: 1px;
	clear: both;
}


#Form_EditForm {
	float: left;
}

#Newsletters {
	display: none;
}

#EditableEmailField30 label {
	margin-right: 10px;
}