@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : UK Fine Arts - ARTIST HOME
Author : Showtime Studios
URL : www.ukfinearts.com

- - - - - - - - - - - - - - - - - - - - - */

/* ----- DIVISIONS ----- */

#sculpture {
	width: 450px;
	height: 100%;
	float: left;
	}
	
#painting {
	width: 450px;
	height: 100%;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	}
	
/* ----- ARTIST TABLES ----- */

table {
	border-collapse: separate;
    border-spacing: 0pt 10pt ;
	}
	
.border {
	border: 5px solid;
	border-color: #888888;
	}

/* ----- CLASSES ----- */
	
.description {
	border: 1px dotted #333333;
	padding: 5px;
	}

.small {
	font-size:9px;
	line-height: 15px;
	}