body {
	background-color: #FFFCF0;
	color: #666;
	font-family: arial, sans-serif;
	font-size: small;
	padding-top: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #A3816D;
	text-decoration: none;
}

a:hover {
	color: #C2AFA4;
	text-decoration: none;
}

a:active {
	color: #FF6600;
}

img {
	border-width: 0px;
}

.small {
	font-size: xx-small;
}

i {
	display: block;
	font-size: x-small;
	line-height: 1.2;
}





#tl {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background-image: url('../images/corner_tl.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#tr {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	right: -1px;
	background-image: url('../images/corner_tr.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#bl {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -1px;
	left: -1px;
	background-image: url('../images/corner_bl.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#br {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -1px;
	right: -1px;
	background-image: url('../images/corner_br.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bottom_left_shadow {
	display: block;
	position: absolute;
	width: 20px;
	height: 16px;
	bottom: -16px;
	left: 0px;
	background-image: url('../images/shadow_bottom_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bottom_center_shadow {
	display: block;
	position: absolute;
	width: 99%;
	height: 16px;
	bottom: -16px;
	left: 20px;
	background-image: url('../images/shadow_bottom_center.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#bottom_right_shadow {
	display: block;
	position: absolute;
	width: 30px;
	height: 16px;
	bottom: -16px;
	right: -16px;
	background-image: url('../images/shadow_bottom_right.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#right_top_shadow {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: -1px;
	right: -16px;
	background-image: url('../images/shadow_right_top.png');
	background-repeat: no-repeat;
}

#right_center_shadow {
	display: block;
	position: absolute;
	width: 15px;
	height: 100%;
	top: 14px;
	right: -16px;
	background-image: url('../images/shadow_right_center.png');
	background-repeat: repeat-y;
}

#right_bottom_shadow {
	display: block;
	position: absolute;
	width: 15px;
	height: 30px;
	bottom: -16px;
	right: -16px;
	background-color: #FFFCF0;
	background-image: url('../images/shadow_right_bottom.png');
	background-repeat: no-repeat;
}










#page {
	display: block;
	position: relative;
	width: auto;
	min-width: 650px;
	height: 100%;
	margin: 40px 40px 0px 40px;
	padding-bottom: 20px;
	background-color: #FFFADE;
	border: 1px #C2AFA4 solid;
}

#title {
	display: block;
	position: relative;
	margin: 10px;
	width: auto;
	height: auto;
	border: 1px #FFFADE solid;
	border-bottom: 1px #C2AFA4 solid;
}

#title img {
	display: block;
	position: relative;
	float: left;
	width: 465px;
	height: 80px;
	margin-right: 15px;
}

#title #menu {
	display: block;
	position: relative;
	width: auto;
	margin-left: 440px;
	margin-top: 0px;
	list-style: none outside;
	font-family: goudy old style, serif;
	font-size: large;
	line-height: 1.15;
	border: 0px red solid;
}

#title #headline {
	font-family: goudy old style, serif;
	font-size: x-large;
	font-weight: bold;
	margin: -15px 0 5px 0;
}

#body {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 10px;
	text-align: left;
}

#credits {
	display: block;
	position: relative;
	width: auto;
	min-width: 630px;
	margin: 0 40px;
	padding: 0 10px;
	font-size: smaller;
	text-align: right;
	
}












#frontpage {
	display: block;
	position: relative;
	width: 500px;
	height: 331px;
	margin: 0 auto;
	margin-top: 20px;
}

#quote {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}














#contacts_left {
	display: block;
	position: relative;
	float: left;
	width: 440px;
	height: auto;
	text-align: left;
}

#contacts_links {
	display: block;
	position: relative;
	top: 1em;
	margin-left: 400px;
	width: auto;
	text-align: left;
}

#contacts_left p {

}

#contacts_links p {
	margin: 0px;
	text-align: right;
}
















#artist_left {
	display: block;
	position: relative;
	float: left;
	width: 160px;
	height: auto;
	text-align: left;
}

#artist_menu {
	display: block;
	position: relative;
	width: auto;
	margin: 0px;
	margin-left: -30px;
	list-style: none outside;
	font-family: goudy old style, serif;
	font-size: large;
	line-height: 1.15;
}

#artist_left img {
	display: block;
	position: relative;
	width: 110px;
	height: 130px;
	background: #888;
	margin: 10px;
	margin-top: 0px;
	border: 0px;
}



#artist_bio {
	display: block;
	position: relative;
	margin-left: 170px;
	width: auto;
	text-align: left;
}

#artist_bio strong {
	font-family: goudy old style, serif;
	font-size: x-large;
}

#artist_bio p {
	margin-top: 0px;
}


.resume {
	width: 100%;
	font-size: small;
}

.resume td {
	padding: 3px 0;
}

.resume .header {
	font-weight: bold;
	padding: 10px 0 0 0;
}












#gallery_info {
	display: block;
	position: relative;
	float: left;
	top: 5px;
	width: 240px;
	border: 0px red solid;
	text-align: left;
}

#gallery {
	display: block;
	position: relative;
	width: auto;
	margin-left: 250px;
	border: 0px red solid;

}

#gallery_pic {
	display: block;
	position: relative;
	top: 10px;
	width: auto;
	height: 300px;
	padding: 65px 0;
	margin: 0 auto;
	border: 1px #C2AFA4 solid;
	background-color: transparent;
	background-image: url('/images/ajax-loader2.gif');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.gallery_icon, .gallery_icon:link, .gallery_icon:visited {
	display: block;
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	margin: 5px;
	background-color: #DEDEDE;
	border: 1px #A3816D solid;
	cursor: pointer;
}


.gallery_icon:hover {
	border-color: #b3483d;
	/*background-color: #C2AFA4;*/
}


.gallery_icon_highlight {
	background-color: #FFF !important;
}

.painting_title {
	display: block;
	position: relative;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 5px;
	text-indent: 10px;
	color: #333;
	font-size: medium;

}

.painting_info {
	display: block;
	position: relative;
	text-indent: 20px;
	margin: 0px;
	line-height: 1.3;
}










.hidden {
	display: none;
}